https://github.com/madeindjs/Wifi_BruteForce
A script to find all Wifi Networks in the area and try the 100K most used passwords
https://github.com/madeindjs/Wifi_BruteForce
hack python
Last synced: 11 months ago
JSON representation
A script to find all Wifi Networks in the area and try the 100K most used passwords
- Host: GitHub
- URL: https://github.com/madeindjs/Wifi_BruteForce
- Owner: madeindjs
- License: gpl-2.0
- Created: 2016-07-21T20:54:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:37:36.000Z (over 5 years ago)
- Last Synced: 2025-04-13T05:41:34.207Z (about 1 year ago)
- Topics: hack, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 274
- Watchers: 18
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Hacker tools
========
My personnals test in networks hacks.
WiFi Bruteforce
-----------------------
A **Python** script to find all Wifi Networks in the area and try the
[100K most used passwords](https://github.com/danielmiessler/SecLists) on them.
### DOWNLOAD/INSTALL
1º - Download framework from github
```
git clone https://github.com/madeindjs/Wifi_BruteForce.git
```
2° - Install Python & requirements
```
sudo apt-get install python
sudo curl https://bootstrap.pypa.io/get-pip.py -o /get-pip.py
sudo python /get-pip.py
sudo pip install scapy
sudo pip install wifi
```
3º - Set execution permitions
```
cd Wifi_BruteForce
sudo find ./ -name "*.sh" -exec chmod +x {} \;
sudo find ./ -name "*.py" -exec chmod +x {} \;
```
4º - Run main tool
```
sudo python __main__.py
```
### TODO:
* add a percentage
* send on pip
* more & more
## Author
[Rousseau Alexandre][madeindjs]
## License
GNU GENERAL PUBLIC LICENSE
[madeindjs]: https://github.com/madeindjs/