mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-05-28 04:27:03 +00:00
Update fediverse.py
This commit is contained in:
parent
5618186699
commit
0b1bfadd8a
|
@ -8,7 +8,7 @@
|
||||||
# https://github.com/gnh1201/caterpillar
|
# https://github.com/gnh1201/caterpillar
|
||||||
#
|
#
|
||||||
# Created in: 2022-10-06
|
# Created in: 2022-10-06
|
||||||
# Updated in: 2024-07-06
|
# Updated in: 2024-10-08
|
||||||
#
|
#
|
||||||
import base64
|
import base64
|
||||||
import hashlib
|
import hashlib
|
||||||
|
@ -167,6 +167,9 @@ class Fediverse(Extension):
|
||||||
"[*] Not CAPTCHA strategy not working!", exc_info=e
|
"[*] Not CAPTCHA strategy not working!", exc_info=e
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if filtered:
|
||||||
|
logger.info("[*] BLOCKED MESSAGE: %s" % (text))
|
||||||
|
|
||||||
return filtered
|
return filtered
|
||||||
|
|
||||||
# Strategy: K-Anonymity test - use api.pwnedpasswords.com
|
# Strategy: K-Anonymity test - use api.pwnedpasswords.com
|
||||||
|
|
Loading…
Reference in New Issue
Block a user