https://github.com/wireghoul/lbmap
Advanced HTTP fingerprinting PoC
https://github.com/wireghoul/lbmap
Last synced: about 1 month ago
JSON representation
Advanced HTTP fingerprinting PoC
- Host: GitHub
- URL: https://github.com/wireghoul/lbmap
- Owner: wireghoul
- License: gpl-3.0
- Created: 2012-04-13T04:33:04.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T07:17:44.000Z (about 8 years ago)
- Last Synced: 2025-03-18T03:22:25.834Z (about 1 month ago)
- Language: Perl
- Homepage: http://www.justanotherhacker.com
- Size: 108 KB
- Stars: 44
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
Proof of concept scripts for advanced HTTP fingerprinting, presented at
OWASP AppSecAsia 2012. These scripts should be considered a PoC or alpha quality.
Suggestions, recommendations, signatures, pathces and flames are welcome via
http://www.github.com/wireghoul/lbmap.The following tools are included:
LBMAP
-----
lbmap is a fingerprinting tool aimed at detecting load balancers, reverse proxies,
web application firewalls and other web agents residing in front of web servers.USAGE
lbmap [options] urlOPTIONS
--batch
--debug
--timeout
--versionlbmap is the early version of the PoC and tries to use individual requests to
fingerprint. lbmap2 is the improved version with support for passive detection,
signature based fingerprint and more. The tool currently dumps debugging output
of the fingerprinting process until a presentation format is decided.APROF
-----
aprof is a fingerprinting tool capable of remotely detecting which modules an
Apache server has loaded.USAGE
aprof [options] urlOPTIONS
--force
--timeout
--version