itsc / block-malicious-login-attempts
Blocks IP from accessing the website when multiple login attempts fail
Package info
github.com/cepheiVV/block_malicious_login_attempts
Type:typo3-cms-extension
pkg:composer/itsc/block-malicious-login-attempts
v1.9.0
2022-06-21 10:23 UTC
Requires
- typo3/cms-core: ^9.5 || ^10.4
README
- When a backend login fails multiple times, the IP gets blacklisted, so that no further login attempts will be possible.
- Reset blocked IP addresses in the backend module.
- Display a custom error message to users whose IP address has been blocked.
- Set a time limit for blocked IPs to be eligible to login again.
- Block failed login attempts by username, additionally to IP blocking.