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
525bdf5998
commit
393e8a8917
|
@ -196,7 +196,9 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
||||||
for url in urls:
|
for url in urls:
|
||||||
if not filtered:
|
if not filtered:
|
||||||
base64string = download_base64string(url)
|
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
|
# take action
|
||||||
if filtered:
|
if filtered:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user