Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages