mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Removes the script from the "safe" category.
This commit is contained in:
parent
d7234e2582
commit
ed65dd66d3
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ author = "Paulino Calderon <calderon()websec.mx>"
|
|||
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
categories = {"safe", "auth", "vuln"}
|
||||
categories = {"auth", "vuln"}
|
||||
|
||||
local http = require "http"
|
||||
local shortport = require "shortport"
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ Entry { filename = "http-joomla-brute.nse", categories = { "brute", "intrusive",
|
|||
Entry { filename = "http-litespeed-sourcecode-download.nse", categories = { "exploit", "intrusive", "vuln", } }
|
||||
Entry { filename = "http-majordomo2-dir-traversal.nse", categories = { "exploit", "intrusive", "vuln", } }
|
||||
Entry { filename = "http-malware-host.nse", categories = { "malware", "safe", } }
|
||||
Entry { filename = "http-method-tamper.nse", categories = { "auth", "safe", "vuln", } }
|
||||
Entry { filename = "http-method-tamper.nse", categories = { "auth", "vuln", } }
|
||||
Entry { filename = "http-methods.nse", categories = { "default", "safe", } }
|
||||
Entry { filename = "http-open-proxy.nse", categories = { "default", "discovery", "external", "safe", } }
|
||||
Entry { filename = "http-open-redirect.nse", categories = { "discovery", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue