Skip to content

Commit

Permalink
Update fediverse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Oct 8, 2024
1 parent 56c8c62 commit a376b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fediverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def test(self, filtered, data, webserver, port, scheme, method, url):

# check if the text contains any of the bad domains
if bool(re.search(r"https://(" + "|".join(re.escape(domain) for domain in bad_domains) + ")", text)):
logger.warning("[*] Found a bad reputation domain")
return True

# check ID with K-Anonymity strategy
Expand Down

0 comments on commit a376b80

Please sign in to comment.