mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Make the set of script "default and intrusive" empty.
These scripts got removed from default: dhcp-discover dns-zone-transfer These scripts got removed from intrusive: dns-recursion ftp-bounce http-open-proxy socks-open-proxy Thanks to Toni for noticing these.
This commit is contained in:
@@ -36,7 +36,7 @@ the target to retrieve a web page from www.google.com.
|
||||
|
||||
author = "Arturo 'Buanzo' Busleiman"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"default", "discovery", "external", "intrusive"}
|
||||
categories = {"default", "discovery", "external", "safe"}
|
||||
require "comm"
|
||||
require "shortport"
|
||||
require "stdnse"
|
||||
|
||||
Reference in New Issue
Block a user