1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

o Fix a number of NSE scripts which used print_debug()

incorrectly. See
  http://seclists.org/nmap-dev/2008/q3/0470.html. [Sven Klemm].
This commit is contained in:
fyodor
2008-08-29 09:16:22 +00:00
parent a6b976cc89
commit f6cfe82658
4 changed files with 5 additions and 7 deletions

View File

@@ -240,8 +240,7 @@ action = function(host, port)
end
if #injectable > 0 then
stdnse.print_debug(1, id .. ": Testing " .. #injectable ..
" suspicious URLs")
stdnse.print_debug(1, "%s: Testing %d suspicious URLs", id, #injectable )
end
-- test all potentially vulnerable queries