- python3 -m venv .venv
- source .venv/bin/activate
- pip3 install -r requirements.txt
- touch wordlist.txt
- type words or use already existing applications
- python3 main.py -w wordlist.txt -u "http://example.com/FUZZ" -X POST -d "{username=admin,password=FUZZ}" -H "Content-Type: application/x-www-form-urlencoded"