mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fixing script categories
This commit is contained in:
parent
bcce197537
commit
8e145d6994
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ author = "Rob Nicholls <robert@everythingeverything.co.uk>"
|
|||
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
categories = {"default", "discovery", "safe"}
|
||||
categories = {"discovery", "intrusive", "vuln"}
|
||||
|
||||
local url = require 'url'
|
||||
local http = require 'http'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue