mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-07-15 16:58:08 +00:00
Update server.py
This commit is contained in:
parent
24285dbff6
commit
5e4dc99a15
|
@ -129,7 +129,7 @@ def proxy_connect(webserver, conn):
|
||||||
return (conn, data)
|
return (conn, data)
|
||||||
|
|
||||||
def proxy_check_filtered(response, webserver, port):
|
def proxy_check_filtered(response, webserver, port):
|
||||||
filtered = response.find(b'@misskey.io') > -1
|
filtered = response.find(b'@misskey.io') > -1 or response.find(b'ctkpaarr') > -1
|
||||||
|
|
||||||
if filtered:
|
if filtered:
|
||||||
print ("[*] filtered from %s:%s" % (webserver.decode(client_encoding), str(port)))
|
print ("[*] filtered from %s:%s" % (webserver.decode(client_encoding), str(port)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user