-
This is a free room from Tryhackme that teaches you how to bypass a login form
-
LINK : Capture!
-
The script automates the process of username enumeration, password brute forcing and solving mathematical-based captcha
pip install -r requirements.txt
-
You should first try to login using a random username and password
-
Now it's time to use the script
python3 capture.py -u http://10.10.X.X/login
Please note that there may be times when the machine is temporarily unreachable. If you experience difficulty accessing the machine, wait a few minutes and try again