1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +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:
david
2011-04-30 19:21:38 +00:00
parent 6920f6b913
commit 3ae3339cb7
7 changed files with 12 additions and 12 deletions

View File

@@ -80,7 +80,7 @@ require('ipOps')
author = "Eddie Bell"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {'default', 'intrusive', 'discovery'}
categories = {'intrusive', 'discovery'}
-- DNS options
local dns_opts = {}