mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +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:
@@ -7,7 +7,7 @@
|
||||
|
||||
id="Open Proxy Test"
|
||||
description="Test if a discovered proxy is open to us by connecting to www.google.com and checking for the 'Server: GWS/' header response."
|
||||
categories = {"default", "intrusive"}
|
||||
categories = {"default", "discovery", "intrusive"}
|
||||
require "comm"
|
||||
|
||||
-- I found a nice explode() function in lua-users' wiki. I had to fix it, though.
|
||||
|
||||
Reference in New Issue
Block a user