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

Adds http-majordomo2-dir-traversal to the repository. This script exploits a directory traversal vulnerability existing in Majordomo2 to retrieve remote files.

This commit is contained in:
paulino
2011-06-27 20:22:25 +00:00
parent 67ea9053b3
commit 4f60960b29
2 changed files with 91 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ Entry { filename = "http-favicon.nse", categories = { "default", "discovery", "s
Entry { filename = "http-form-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "http-headers.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-iis-webdav-vuln.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "http-majordomo2-dir-traversal.nse", categories = { "exploit", "intrusive", "vuln", } }
Entry { filename = "http-malware-host.nse", categories = { "malware", "safe", } }
Entry { filename = "http-methods.nse", categories = { "default", "safe", } }
Entry { filename = "http-open-proxy.nse", categories = { "default", "discovery", "external", "safe", } }