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 e8da010 commit 32bad5fCopy full SHA for 32bad5f
inc/springcheck.py
@@ -56,7 +56,7 @@ def check(url,proxies,header_new):
56
print("Ctrl + C 手动终止了进程")
57
sys.exit()
58
except Exception as e:
59
- cprint("[-] URL为 " + u + " 的目标积极拒绝请求,予以跳过!已记入日志error.log", "magenta")
+ cprint("[-] URL为 " + url + " 的目标积极拒绝请求,予以跳过!已记入日志error.log", "magenta")
60
f2 = open("error.log", "a")
61
f2.write(str(e) + '\n')
62
f2.close()
0 commit comments