All scripts in this repo was created with educational purposes!
I am not responsible for using these scripts by other users
If you want to use this script, you should install aircrack-ng from the official site https://www.aircrack-ng.org/
or you may download it using package managers like apt-get, pacman
Instruction how to use python scripts (bash is recommended, but if you really want python)
- Open two shell terminals and run them as a root:
su
- Run first python script to capture data
python data_capturing.py
- While firt script is capturing data - run second script to attack hotspot:
python attack_hotspot.py
Instruction how to use bash scripts:
- Give yourself permission to execute .sh files:
chmod +x *.sh
- Open second terminal as a root:
su
- Run file for capturing data with command:
./data_collection.sh
- Run file to attack hotspot and enumerate passwords:
./attack_hotspot.sh
NOTE: You have to have /usr/share/wordlists/rockyou.txt file . Or you may change dictionary for cracking in the second scipt