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 5618186 commit 0b1bfad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/fediverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# https://github.com/gnh1201/caterpillar
#
# Created in: 2022-10-06
# Updated in: 2024-07-06
# Updated in: 2024-10-08
#
import base64
import hashlib
Expand Down Expand Up @@ -167,6 +167,9 @@ def webp_to_png_base64(url):
"[*] Not CAPTCHA strategy not working!", exc_info=e
)

if filtered:
logger.info("[*] BLOCKED MESSAGE: %s" % (text))

return filtered

# Strategy: K-Anonymity test - use api.pwnedpasswords.com
Expand Down

0 comments on commit 0b1bfad

Please sign in to comment.