mirror of https://gitlab.com/bashrc2/epicyon
List leeches
parent
ccb2073d36
commit
c4a4198e8a
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
journalctl -u epicyon | grep "invalid header\|invalid characters"
|
||||
journalctl -u epicyon | grep "invalid header\|invalid characters\|leech bounced"
|
||||
|
|
2
utils.py
2
utils.py
|
@ -5298,7 +5298,7 @@ def corp_servers() -> ():
|
|||
"""Returns a list of despised corporate thieves
|
||||
"""
|
||||
return ('GitHub.com', 'github.com', 'cloudflare', 'microsoft.com',
|
||||
'google.com')
|
||||
'google.com', 'google.co.')
|
||||
|
||||
|
||||
def get_media_url_from_video(post_json_object: {}) -> (str, str, str, str):
|
||||
|
|
Loading…
Reference in New Issue