mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Add http-get.nse by Alex Weber.
http://seclists.org/nmap-dev/2012/q2/935
This commit is contained in:
parent
89e93d6836
commit
72b0056fb5
3 changed files with 251 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ Entry { filename = "http-form-brute.nse", categories = { "brute", "intrusive", }
|
|||
Entry { filename = "http-form-fuzzer.nse", categories = { "fuzzer", "intrusive", } }
|
||||
Entry { filename = "http-frontpage-login.nse", categories = { "safe", "vuln", } }
|
||||
Entry { filename = "http-generator.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "http-git.nse", categories = { "default", "safe", "vuln", } }
|
||||
Entry { filename = "http-gitweb-projects-enum.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-google-malware.nse", categories = { "discovery", "external", "malware", "safe", } }
|
||||
Entry { filename = "http-grep.nse", categories = { "discovery", "safe", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue