We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332ce48 commit 94c255fCopy full SHA for 94c255f
.gitignore
@@ -1,7 +1,4 @@
1
-socks5.txt
2
__pycache__
3
.gitignore
4
test.py
5
-result.txt
6
-targetList.txt
7
-targetListNmap.txt
+*.txt
scan.py
@@ -128,8 +128,8 @@ def startThreads():
128
tmpServerCount = serverCount
129
if timeout:
130
time.sleep(timeout)
131
- if tmpServerCount == serverCount:
132
- stopThread = True
+ if tmpServerCount == serverCount:
+ stopThread = True
133
while threading.enumerate().__len__() != 2: # main and itself
134
time.sleep(1)
135
0 commit comments