1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Add http-get.nse by Alex Weber.

http://seclists.org/nmap-dev/2012/q2/935
This commit is contained in:
david
2012-07-19 18:15:02 +00:00
parent 89e93d6836
commit 72b0056fb5
3 changed files with 251 additions and 0 deletions

View File

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