mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
Update server.py
This commit is contained in:
parent
83976959e3
commit
0b85133ca7
|
@ -204,7 +204,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
|||
print ("[*] downloaded.")
|
||||
if encoded_image:
|
||||
print ("[*] solving...")
|
||||
solved = truecaptcha_solve(base64string)
|
||||
solved = truecaptcha_solve(encoded_image)
|
||||
if solved:
|
||||
print ("[*] solved: %s" % (solved))
|
||||
filtered = solved in ['ctkpaarr', 'SPAM']
|
||||
|
|
Loading…
Reference in New Issue
Block a user