Update server.py

This commit is contained in:
Namhyeon Go 2024-02-19 15:28:33 +09:00 committed by GitHub
parent 2b1ebe9d81
commit fd5ac87833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)