1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Undo previous commits as http-slowloris-check.nse doesn't do a DOS attack like http-slowloris.nse.

See http://seclists.org/nmap-dev/2012/q4/465
This commit is contained in:
batrick
2012-12-16 01:58:59 +00:00
parent e8caacae85
commit 5edca6f97b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ Idea from Qualys blogpost:
author = "Aleksandar Nikolic"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"vuln", "intrusive"}
categories = {"vuln", "safe"}
portrule = shortport.http

View File

@@ -182,7 +182,7 @@ Entry { filename = "http-robots.txt.nse", categories = { "default", "discovery",
Entry { filename = "http-robtex-reverse-ip.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "http-robtex-shared-ns.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "http-sitemap-generator.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "http-slowloris-check.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "http-slowloris-check.nse", categories = { "safe", "vuln", } }
Entry { filename = "http-slowloris.nse", categories = { "dos", "intrusive", } }
Entry { filename = "http-sql-injection.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "http-title.nse", categories = { "default", "discovery", "safe", } }