mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-06-08 22:29:05 +00:00
Update server.py
This commit is contained in:
parent
93090d91a5
commit
2b1ebe9d81
|
@ -196,6 +196,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
||||||
for url in urls:
|
for url in urls:
|
||||||
if not filtered:
|
if not filtered:
|
||||||
base64string = download_base64string(url)
|
base64string = download_base64string(url)
|
||||||
|
print ("[*] solving...")
|
||||||
solved = truecaptcha_solve(base64string)
|
solved = truecaptcha_solve(base64string)
|
||||||
print ("[*] solved: %s" % (solved))
|
print ("[*] solved: %s" % (solved))
|
||||||
filtered = solved in ['ctkpaarr', 'SPAM']
|
filtered = solved in ['ctkpaarr', 'SPAM']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user