1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

o [NSE] Added ftp-libopie.nse by Gutek. This script checks for an

off-by-one stack overflow vulnerability in libopie by giving the FTP
  service an overlong name. See
  http://security.freebsd.org/advisories/FreeBSD-SA-10:05.opie.asc for
  details.
This commit is contained in:
david
2010-06-21 20:25:11 +00:00
parent 424385b541
commit 5b4e171444
3 changed files with 69 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ Entry { filename = "finger.nse", categories = { "default", "discovery", "safe",
Entry { filename = "ftp-anon.nse", categories = { "auth", "default", "safe", } }
Entry { filename = "ftp-bounce.nse", categories = { "default", "intrusive", } }
Entry { filename = "ftp-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "ftp-libopie.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "html-title.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "http-auth.nse", categories = { "auth", "default", "intrusive", } }
Entry { filename = "http-date.nse", categories = { "discovery", "safe", } }