mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-11 09:25:00 +00:00
Update server.py
This commit is contained in:
parent
60c6b1f541
commit
83976959e3
|
@ -201,7 +201,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
|||
if not filtered:
|
||||
print ("[*] downloading... %s" % (url))
|
||||
encoded_image = webp_to_png_base64(url)
|
||||
print ("[*] downloaded."))
|
||||
print ("[*] downloaded.")
|
||||
if encoded_image:
|
||||
print ("[*] solving...")
|
||||
solved = truecaptcha_solve(base64string)
|
||||
|
|
Loading…
Reference in New Issue
Block a user