1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Rename the xampp-default-auth script to ftp-brute. Incorporate some code

improvements in the script from Vlatko Kosturjak. Remove the nobody/e0e0e0e0
test credentials because I can't find a web source to substantiate them.
This commit is contained in:
david
2009-01-26 06:02:45 +00:00
parent 81886dc21d
commit a5b73cf906
3 changed files with 19 additions and 16 deletions

View File

@@ -22,6 +22,8 @@ Entry{ category = "auth", filename = "ftp-anon.nse" }
Entry{ category = "safe", filename = "ftp-anon.nse" }
Entry{ category = "default", filename = "ftp-bounce.nse" }
Entry{ category = "intrusive", filename = "ftp-bounce.nse" }
Entry{ category = "auth", filename = "ftp-brute.nse" }
Entry{ category = "intrusive", filename = "ftp-brute.nse" }
Entry{ category = "default", filename = "html-title.nse" }
Entry{ category = "discovery", filename = "html-title.nse" }
Entry{ category = "safe", filename = "html-title.nse" }
@@ -107,5 +109,3 @@ Entry{ category = "safe", filename = "upnp-info.nse" }
Entry{ category = "discovery", filename = "whois.nse" }
Entry{ category = "external", filename = "whois.nse" }
Entry{ category = "safe", filename = "whois.nse" }
Entry{ category = "auth", filename = "xampp-default-auth.nse" }
Entry{ category = "vuln", filename = "xampp-default-auth.nse" }