diff --git a/scripts/p2p-conficker.nse b/scripts/p2p-conficker.nse index 110cb6020..017172d3a 100644 --- a/scripts/p2p-conficker.nse +++ b/scripts/p2p-conficker.nse @@ -554,13 +554,12 @@ local function go(host) end end - if((i % 10) == 0) then - io.write(i .. "\n") - end +-- if((i % 10) == 0) then +-- io.write(i .. "\n") +-- end end end -io.write("AAAAAAAAAAAAAAAAAA\n\n\n") -- Generate ports based on the ip and time local seed = math.floor((os.time() - 345600) / 604800)