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

o [NSE] Added ftp-vuln-cve2010-4221 script which checks if the ProFTPD

server is vulnerable to the Telnet IAC stack overflow CVE-2010-4221
  [Djalal].
This commit is contained in:
djalal
2011-06-30 22:21:25 +00:00
parent fe981e5014
commit 1c3d400822
2 changed files with 163 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ Entry { filename = "ftp-bounce.nse", categories = { "default", "safe", } }
Entry { filename = "ftp-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "ftp-libopie.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "ftp-proftpd-backdoor.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "ftp-vuln-cve2010-4221.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "giop-info.nse", categories = { "discovery", "safe", } }
Entry { filename = "gopher-ls.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "hddtemp-info.nse", categories = { "default", "discovery", "safe", } }