A simple bruteforce tool for pentest
This project only works for html POST and GET protocol. Yet there's a few bugs and some thing to improve.
You can test the app using the Metasploitable 2 DVWA vulnerable web site, for that, you can use the passwords.txt and usernames.txt file .
""" TO DO:
- Put a output options.
- Put progress percentage (checked)
- Put animated text.
- Improve cracking function.
- Put better comments on code.
- Fix cookie bug.
"""