mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-12 00:45:16 +00:00
Update server.py
This commit is contained in:
parent
525bdf5998
commit
393e8a8917
|
@ -196,7 +196,9 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
|||
for url in urls:
|
||||
if not filtered:
|
||||
base64string = download_base64string(url)
|
||||
filtered = truecaptcha_solve(base64string) in ['ctkpaarr', 'SPAM']
|
||||
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