From 88b994a451d3565dc71491437f236283ef862c39 Mon Sep 17 00:00:00 2001 From: gorjan Date: Thu, 30 Jun 2011 15:46:50 +0000 Subject: [PATCH] Small fix --- scripts/backorifice-brute.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backorifice-brute.nse b/scripts/backorifice-brute.nse index ca9eba1fb..bfcd3796a 100644 --- a/scripts/backorifice-brute.nse +++ b/scripts/backorifice-brute.nse @@ -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