mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-05 17:31:03 +00:00
Update server.py
This commit is contained in:
parent
fd5ac87833
commit
5cfa15d5cb
|
@ -197,10 +197,11 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
|||
if not filtered:
|
||||
print ("[*] downloading...")
|
||||
base64string = download_base64string(url)
|
||||
print ("[*] solving...")
|
||||
solved = truecaptcha_solve(base64string)
|
||||
print ("[*] solved: %s" % (solved))
|
||||
filtered = solved in ['ctkpaarr', 'SPAM']
|
||||
if base64string:
|
||||
print ("[*] solving...")
|
||||
solved = truecaptcha_solve(base64string)
|
||||
print ("[*] solved: %s" % (solved))
|
||||
filtered = solved in ['ctkpaarr', 'SPAM']
|
||||
|
||||
# take action
|
||||
if filtered:
|
||||
|
|
Loading…
Reference in New Issue
Block a user