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 9ecaa6e commit 0750bd1Copy full SHA for 0750bd1
inc/run.py
@@ -94,7 +94,6 @@ def file(filename,proxies):
94
print("Ctrl + C 手动终止了进程")
95
sys.exit()
96
except Exception as e:
97
- print(e)
98
cprint("[-] URL为 " + u + " 的目标积极拒绝请求,予以跳过!", "magenta")
99
#break
100
count = len(open("output.txt", 'r').readlines())
0 commit comments