Skip to content

4RE5group/auto-handshake-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Auto Handshake Capture

Automated wifi handshake capture using airmon-ng tools

Tested on a RPI zero and a TPU plus TP-Link wifi dongle Recommended to use on a RPI with no root passwords (script's using sudo often)

installation

sudo nano /etc/rc.local and put these lines at the bottom (this will rename wlan1(dongle interface name) into wlan1mon and put it in monitor mode)

sudo ip link set wlan1 down
sudo ip link set wlan1 name wlan1mon
sudo ip link set wlan1mon up
sudo iwconfig wlan1mon mode monitor

sudo python /path/to/file/called/capture.py
# in case you wan't to run it in background add a '&' at the end of above command

and then just reboot

Credits

made with ❤️ by 4re5 group - 2024

About

Automated wifi handshake capture using airmon-ng tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published