1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

Removed prerule from script [Patrik]

This commit is contained in:
patrik
2011-06-23 11:28:14 +00:00
parent 68bdff3e54
commit af03ca03a2

View File

@@ -60,7 +60,6 @@ require 'shortport'
require 'tab'
hostrule = function(host) return smb.get_port(host) ~= nil end
prerule = function() return true end
local function log(msg) stdnse.print_debug(3, msg) end