1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

[NSE] Added a feature that integrates Nikto's large db to our http-fingerprint file on runtime. http://seclists.org/nmap-dev/2013/q4/292

This commit is contained in:
sophron
2013-12-23 15:50:19 +00:00
parent df4c69306b
commit 55e066c0e6
2 changed files with 113 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ This parses a fingerprint file that's formatted in a way that's compatible with
scanner. This script, however, takes it one step further by building in advanced pattern matching as well
as having the ability to identify specific versions of Web applications.
You can, however, parse the nikto database using http-fingerprints.nikto-db-path. This will try to parse
most of the fingerprints defined in nikto's database in real time. More documentation about this in the
nselib/data/http-fingerprints file.
Currently, the database can be found under Nmap's directory in the nselib/data folder. The file is called
http-fingerprints and has a long description of its functionality in the file header.