1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 21:51:28 +00:00

Change http-default-accounts.nse from safe to intrusive as it attempts to login to the target.

This commit is contained in:
tomsellers
2014-04-27 12:33:10 +00:00
parent b440d9c064
commit 4e572fadb2
2 changed files with 4 additions and 2 deletions

View File

@@ -57,11 +57,13 @@ This script was based on http-enum.
-- Revision History -- Revision History
-- 2013-08-13 nnposter -- 2013-08-13 nnposter
-- * added support for target_check() -- * added support for target_check()
-- 2014-04-27
-- * changed category from safe to intrusive
--- ---
author = "Paulino Calderon <calderon@websec.mx>" author = "Paulino Calderon <calderon@websec.mx>"
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 = {"discovery", "auth", "safe"} categories = {"discovery", "auth", "intrusive"}
portrule = shortport.http portrule = shortport.http

View File

@@ -149,7 +149,7 @@ Entry { filename = "http-config-backup.nse", categories = { "auth", "intrusive",
Entry { filename = "http-cors.nse", categories = { "default", "discovery", "safe", } } Entry { filename = "http-cors.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "http-csrf.nse", categories = { "exploit", "intrusive", "vuln", } } Entry { filename = "http-csrf.nse", categories = { "exploit", "intrusive", "vuln", } }
Entry { filename = "http-date.nse", categories = { "discovery", "safe", } } Entry { filename = "http-date.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-default-accounts.nse", categories = { "auth", "discovery", "safe", } } Entry { filename = "http-default-accounts.nse", categories = { "auth", "discovery", "intrusive", } }
Entry { filename = "http-devframework.nse", categories = { "discovery", "intrusive", } } Entry { filename = "http-devframework.nse", categories = { "discovery", "intrusive", } }
Entry { filename = "http-dlink-backdoor.nse", categories = { "exploit", "vuln", } } Entry { filename = "http-dlink-backdoor.nse", categories = { "exploit", "vuln", } }
Entry { filename = "http-dombased-xss.nse", categories = { "exploit", "intrusive", "vuln", } } Entry { filename = "http-dombased-xss.nse", categories = { "exploit", "intrusive", "vuln", } }