https://github.com/ekaansharora/bruteforce-selenium
A simple program to bruteforce a Wi-Fi login page using selenium and python. Used to bruteforce VOLSBB wifi @ VIT.
https://github.com/ekaansharora/bruteforce-selenium
brute-force bruteforce python python3 selenium selenium-webdriver vit wifi
Last synced: 18 days ago
JSON representation
A simple program to bruteforce a Wi-Fi login page using selenium and python. Used to bruteforce VOLSBB wifi @ VIT.
- Host: GitHub
- URL: https://github.com/ekaansharora/bruteforce-selenium
- Owner: EkaanshArora
- License: mit
- Created: 2017-11-21T05:16:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T18:10:06.000Z (over 7 years ago)
- Last Synced: 2025-04-23T23:14:21.484Z (18 days ago)
- Topics: brute-force, bruteforce, python, python3, selenium, selenium-webdriver, vit, wifi
- Language: Python
- Size: 10.7 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bruteforce-Selenium
A simple program to bruteforce a Wi-Fi login page using selenium and python. Used to bruteforce VOLSBB wifi @ VIT.## Installation & Usage
- **This tool supports only Python 3**### Windows
Assuming you have Python 3 ([preferably v3.6 or above to stay away from Unicode errors](https://stackoverflow.com/questions/30539882/whats-the-deal-with-python-3-4-unicode-different-languages-and-windows)) already installed and in PATH.
- Download and extract the zip file from master branch.
- Download [Chrome driver]( https://chromedriver.storage.googleapis.com). Put this in the same directory as the unzipped files.
- [Google Chrome]( https://www.google.com/chrome/browser/desktop/index.html).
- Open `cmd` and type `pip install -U selenium` to install Selenium.## Instructions
- 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"#### Known Issue
- 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.## License
```The MIT License```