Skip to content

Commit 9e410f0

Browse files
WillowSauceRWillowSauceR
authored andcommitted
remove debug code
1 parent cbfeb42 commit 9e410f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@ def startThreads():
107107
portRangeStart += singleThreadProcPort
108108
ipList = getIpList(TargetAddr)
109109
for ip in ipList:
110-
time.sleep(1)
111110
stopThread = False
112111
print()
113112
print(
114113
f"[{time.strftime('%H:%M:%S')} I] Scaning target: {ip}")
115114
print()
116115
for portStart in portStartList:
117-
time.sleep(1)
118116
if portStart == portStartList[-1]:
119117
t1 = threading.Thread(target=sendPacket, args=(portStart, int(singleThreadProcPort + (portCount % 7)), ip))
120118
else:

0 commit comments

Comments
 (0)