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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user