mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Adding http-favicon script. Also adding the script database with the 50 very common favicons.
Updated script.db
This commit is contained in:
parent
e807b92459
commit
9789a1c6a4
3 changed files with 180 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ Entry { filename = "http-auth.nse", categories = { "auth", "default", "intrusive
|
|||
Entry { filename = "http-date.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-enum.nse", categories = { "discovery", "intrusive", "vuln", } }
|
||||
Entry { filename = "http-headers.nse", categories = { "discovery", } }
|
||||
Entry { filename = "http-favicon.nse", categories = { "default", "discovery", } }
|
||||
Entry { filename = "http-iis-webdav-vuln.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "http-open-proxy.nse", categories = { "default", "discovery", "external", "intrusive", } }
|
||||
Entry { filename = "http-passwd.nse", categories = { "intrusive", "vuln", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue