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