mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Removed some debug code
This commit is contained in:
parent
3b11c8696f
commit
3882988f7a
1 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue