1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

Added category external to http-icloud* scripts

This commit is contained in:
patrik
2012-07-04 07:32:08 +00:00
parent 1db5621470
commit b4caa8ea8c
3 changed files with 4 additions and 4 deletions

View File

@@ -150,8 +150,8 @@ Entry { filename = "http-google-malware.nse", categories = { "discovery", "exter
Entry { filename = "http-grep.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-icloud-findmyiphone.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-icloud-sendmsg.nse", categories = { "discovery", "safe", } }
Entry { filename = "http-icloud-findmyiphone.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "http-icloud-sendmsg.nse", categories = { "discovery", "external", "safe", } }
Entry { filename = "http-iis-webdav-vuln.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "http-joomla-brute.nse", categories = { "brute", "intrusive", } }
Entry { filename = "http-litespeed-sourcecode-download.nse", categories = { "exploit", "intrusive", "vuln", } }