A simple program to bruteforce a Wi-Fi login page using selenium and python. Used to bruteforce VOLSBB wifi @ VIT.
- This tool supports only Python 3
Assuming you have Python 3 (preferably v3.6 or above to stay away from Unicode errors) already installed and in PATH.
- Download and extract the zip file from master branch.
- Download Chrome driver. Put this in the same directory as the unzipped files.
- Google Chrome.
- Open
cmd
and typepip install -U selenium
to install Selenium.
- Open file usernames.txt, add usernames to bruteforce seperated by a new line character.
- You can edit the 'main.py' to change password-list and URL.
- Save and run in cmd using "python main.py"
- Geckodriver is throwing exception for some reason, whereas chrome works great with the same code. Start a pull-request if someone can suggest a fix.
The MIT License