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

o [NSE] Added the script http-proxy-brute that performs brute force password

guessing against HTTP proxy servers. [Patrik]
This commit is contained in:
patrik
2012-01-02 11:21:57 +00:00
parent 0ee55f4651
commit 3491fdc1fa
3 changed files with 115 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ Entry { filename = "http-open-proxy.nse", categories = { "default", "discovery",
Entry { filename = "http-open-redirect.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "http-passwd.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "http-php-version.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-proxy-brute.nse", categories = { "brute", "external", "intrusive", } }
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", } }