Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:37:36.000Z (about 4 years ago)
- Last Synced: 2024-10-25T01:37:10.377Z (19 days ago)
- Topics: hack, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 240
- Watchers: 17
- Forks: 40
- 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/