mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Added category external to http-icloud* scripts
This commit is contained in:
@@ -26,7 +26,7 @@ the MobileMe web service.
|
|||||||
|
|
||||||
author = "Patrik Karlsson"
|
author = "Patrik Karlsson"
|
||||||
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", "safe"}
|
categories = {"discovery", "safe", "external"}
|
||||||
|
|
||||||
|
|
||||||
local arg_username = stdnse.get_script_args(SCRIPT_NAME .. ".username")
|
local arg_username = stdnse.get_script_args(SCRIPT_NAME .. ".username")
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ application.
|
|||||||
|
|
||||||
author = "Patrik Karlsson"
|
author = "Patrik Karlsson"
|
||||||
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", "safe"}
|
categories = {"discovery", "safe", "external"}
|
||||||
|
|
||||||
|
|
||||||
local arg_username = stdnse.get_script_args(SCRIPT_NAME .. ".username")
|
local arg_username = stdnse.get_script_args(SCRIPT_NAME .. ".username")
|
||||||
|
|||||||
@@ -150,8 +150,8 @@ Entry { filename = "http-google-malware.nse", categories = { "discovery", "exter
|
|||||||
Entry { filename = "http-grep.nse", categories = { "discovery", "safe", } }
|
Entry { filename = "http-grep.nse", categories = { "discovery", "safe", } }
|
||||||
Entry { filename = "http-headers.nse", categories = { "discovery", "safe", } }
|
Entry { filename = "http-headers.nse", categories = { "discovery", "safe", } }
|
||||||
Entry { filename = "http-huawei-hg5xx-vuln.nse", categories = { "exploit", "version", "vuln", } }
|
Entry { filename = "http-huawei-hg5xx-vuln.nse", categories = { "exploit", "version", "vuln", } }
|
||||||
Entry { filename = "http-icloud-findmyiphone.nse", categories = { "discovery", "safe", } }
|
Entry { filename = "http-icloud-findmyiphone.nse", categories = { "discovery", "external", "safe", } }
|
||||||
Entry { filename = "http-icloud-sendmsg.nse", categories = { "discovery", "safe", } }
|
Entry { filename = "http-icloud-sendmsg.nse", categories = { "discovery", "external", "safe", } }
|
||||||
Entry { filename = "http-iis-webdav-vuln.nse", categories = { "intrusive", "vuln", } }
|
Entry { filename = "http-iis-webdav-vuln.nse", categories = { "intrusive", "vuln", } }
|
||||||
Entry { filename = "http-joomla-brute.nse", categories = { "brute", "intrusive", } }
|
Entry { filename = "http-joomla-brute.nse", categories = { "brute", "intrusive", } }
|
||||||
Entry { filename = "http-litespeed-sourcecode-download.nse", categories = { "exploit", "intrusive", "vuln", } }
|
Entry { filename = "http-litespeed-sourcecode-download.nse", categories = { "exploit", "intrusive", "vuln", } }
|
||||||
|
|||||||
Reference in New Issue
Block a user