mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +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:
@@ -53,7 +53,7 @@ Idea from Qualys blogpost:
|
|||||||
|
|
||||||
author = "Aleksandar Nikolic"
|
author = "Aleksandar Nikolic"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"vuln", "intrusive"}
|
categories = {"vuln", "safe"}
|
||||||
|
|
||||||
|
|
||||||
portrule = shortport.http
|
portrule = shortport.http
|
||||||
|
|||||||
@@ -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-reverse-ip.nse", categories = { "discovery", "external", "safe", } }
|
||||||
Entry { filename = "http-robtex-shared-ns.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-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-slowloris.nse", categories = { "dos", "intrusive", } }
|
||||||
Entry { filename = "http-sql-injection.nse", categories = { "intrusive", "vuln", } }
|
Entry { filename = "http-sql-injection.nse", categories = { "intrusive", "vuln", } }
|
||||||
Entry { filename = "http-title.nse", categories = { "default", "discovery", "safe", } }
|
Entry { filename = "http-title.nse", categories = { "default", "discovery", "safe", } }
|
||||||
|
|||||||
Reference in New Issue
Block a user