Topic: Weak Brute Force Protection?

When I did a test on Brute Force protection, I found that the protection consists of disabling the submit form button in HTML. Is that really all or is there a server-side protection? After all, nobody does the Brute Force attack manually through the browser.

2 (edited by albertolima 12/23/2020 04:17:00 pm)

Re: Weak Brute Force Protection?

Check this topic, it might help  https://frontaccounting.com/punbb/viewtopic.php?pid=19097#p19097

Check code at function preventHijacking()

Do not forget to share with us any findings. Thks.

Re: Weak Brute Force Protection?

I recommend fail2ban on the server side for bruteforce detection and rejection via iptables. It can detect repeated access of the login page and x accesses in n seconds will trigger the ban.

Cambell https://github.com/cambell-prince