1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-11 08:59:04 +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:
joao
2009-08-28 22:22:14 +00:00
parent e807b92459
commit 9789a1c6a4
3 changed files with 180 additions and 0 deletions

View File

@@ -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", } }