mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Put http-auth in "safe" now that it is not in "default".
This commit is contained in:
parent
3ae3339cb7
commit
b1e8d47fee
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ author = "Thomas Buchanan"
|
|||
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
categories = {"default", "auth"}
|
||||
categories = {"default", "auth", "safe"}
|
||||
|
||||
require "shortport"
|
||||
require "http"
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ Entry { filename = "gopher-ls.nse", categories = { "default", "discovery", "safe
|
|||
Entry { filename = "hddtemp-info.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "hostmap.nse", categories = { "discovery", "external", "intrusive", } }
|
||||
Entry { filename = "http-affiliate-id.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-auth.nse", categories = { "auth", "default", } }
|
||||
Entry { filename = "http-auth.nse", categories = { "auth", "default", "safe", } }
|
||||
Entry { filename = "http-brute.nse", categories = { "auth", "intrusive", } }
|
||||
Entry { filename = "http-date.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "http-domino-enum-passwords.nse", categories = { "auth", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue