From 3882988f7a024a3b90895a3543d502b3d5fea551 Mon Sep 17 00:00:00 2001 From: ron Date: Tue, 21 Apr 2009 19:41:02 +0000 Subject: [PATCH] Removed some debug code --- scripts/p2p-conficker.nse | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)