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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user