mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-06-07 05:39:06 +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:
|
||||
if not filtered:
|
||||
base64string = download_base64string(url)
|
||||
print ("[*] solving...")
|
||||
solved = truecaptcha_solve(base64string)
|
||||
print ("[*] solved: %s" % (solved))
|
||||
filtered = solved in ['ctkpaarr', 'SPAM']
|
||||
|
|
Loading…
Reference in New Issue
Block a user