mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Removed prerule from script [Patrik]
This commit is contained in:
parent
68bdff3e54
commit
af03ca03a2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue