1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Added http-form-fuzzer script that fuzzes forms it finds on websites.

This commit is contained in:
perdo
2012-06-10 23:05:42 +00:00
parent 54e73d555a
commit fe5c4c7bad
2 changed files with 212 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ Entry { filename = "http-email-harvest.nse", categories = { "discovery", "safe",
Entry { filename = "http-enum.nse", categories = { "discovery", "intrusive", "vuln", } }
Entry { filename = "http-favicon.nse", categories = { "default", "discovery", "safe", } }
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-gitweb-projects-enum.nse", categories = { "discovery", "safe", } }