mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 18:01:07 +00:00
Update server.py
This commit is contained in:
parent
fd5ac87833
commit
5cfa15d5cb
|
@ -197,6 +197,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
||||||
if not filtered:
|
if not filtered:
|
||||||
print ("[*] downloading...")
|
print ("[*] downloading...")
|
||||||
base64string = download_base64string(url)
|
base64string = download_base64string(url)
|
||||||
|
if base64string:
|
||||||
print ("[*] solving...")
|
print ("[*] solving...")
|
||||||
solved = truecaptcha_solve(base64string)
|
solved = truecaptcha_solve(base64string)
|
||||||
print ("[*] solved: %s" % (solved))
|
print ("[*] solved: %s" % (solved))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user