mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 05:09:00 +00:00
Removed prerule from script [Patrik]
This commit is contained in:
@@ -60,7 +60,6 @@ require 'shortport'
|
|||||||
require 'tab'
|
require 'tab'
|
||||||
|
|
||||||
hostrule = function(host) return smb.get_port(host) ~= nil end
|
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
|
local function log(msg) stdnse.print_debug(3, msg) end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user