This script is used to bruteforce the login page of Bludit cms version 3.9.2
Usage: python3 crackit.py username wordlist url
Ex: python3 crackit.py fergus words.txt http://blud.it/admin/login
This script exploits the vulnerablity in Bludit CMS that allows a person to bruteforce the login page without being blocked. https://rastating.github.io/bludit-brute-force-mitigation-bypass/
Note:This script has been written for educational purposes only.