Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Feb 17, 2024
1 parent 24285db commit 5e4dc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def proxy_connect(webserver, conn):
return (conn, data)

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:
print ("[*] filtered from %s:%s" % (webserver.decode(client_encoding), str(port)))
Expand Down

0 comments on commit 5e4dc99

Please sign in to comment.