mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Small fix
This commit is contained in:
parent
1facb2572c
commit
88b994a451
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ portrule = function(host, port)
|
|||
local ports = stdnse.get_script_args(SCRIPT_NAME .. ".ports")
|
||||
--print out a debug message if port 31337/udp is open
|
||||
if port.number==31337 and port.protocol == "udp" and not(ports) then
|
||||
stdnse.print_debug("%s","Port 31337/udp is open. Possibility of version detection and password bruteforcing using the backorifice-brute script")
|
||||
stdnse.print_debug("Port 31337/udp is open. Possibility of version detection and password bruteforcing using the backorifice-brute script")
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue