mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Added http-sitemap-generator script which spiders a webserver and displays its directory structure along with number and types of files in each folder.
This commit is contained in:
parent
9c8bc94c11
commit
e41d4a4e7e
3 changed files with 182 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ Entry { filename = "http-rfi-spider.nse", categories = { "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-robtex-shared-ns.nse", categories = { "discovery", "external", "safe", } }
|
||||
Entry { filename = "http-sitemap-generator.nse", categories = { "discovery", "intrusive", } }
|
||||
Entry { filename = "http-sql-injection.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "http-title.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "http-trace.nse", categories = { "discovery", "safe", "vuln", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue