mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
NSE re-categorization
* Merge the "backdoor" category into "malware" * Add "auth" for authentication credential determination * Rename "vulnerability" to "vuln" * Place 12 scripts into their correct categories
This commit is contained in:
parent
30d60b97ed
commit
ac5138b975
15 changed files with 120 additions and 93 deletions
|
|
@ -33,7 +33,7 @@ author = "Eddie Bell <ejlbell@gmail.com>"
|
|||
description = "spiders a http server looking for URLs containing queries \
|
||||
and tries to determines if they are vulnerable to injection attack"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"vulnerability"}
|
||||
categories = {"intrusive", "vuln"}
|
||||
runlevel = 1.0
|
||||
|
||||
-- Change this to increase depth of crawl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue