1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 05:01:29 +00:00

o [NSE] Added the http-robtex-reverse-ip script that uses the Robtex service to

perform a reverse lookup in order to discover all names associated with the
  IP. [riemann]
This commit is contained in:
patrik
2011-10-26 20:52:56 +00:00
parent c055b316b0
commit c9888b6596
3 changed files with 76 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ Entry { filename = "http-passwd.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "http-php-version.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-put.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "http-robots.txt.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "http-robtex-reverse-ip.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "http-title.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "http-trace.nse", categories = { "discovery", "safe", "vuln", } }
Entry { filename = "http-userdir-enum.nse", categories = { "auth", "intrusive", } }