Transform a Raspberry Pi to an automated cracking box
Of course, it cracks only wep
-
Buy and plug an USB Wifi. I personnaly use TL-WN722N
-
Plug an 5110 screen (PCD8544) to the Raspberry. Lib used is this one, and you'll find there instructions to plug one. You can buy such a screen on eBay for no cost.
-
Run install.sh as root. This WILL break things, such as installing/uninstalling packages, modifying mount options, ...
-
Put that in your rc.local :
nohup /path/to/airberry/run-at-boot > /var/log/run-at-boot.log 2>&1 &
Reboot.
Wait for infos to be displayed. Logs are /var/log/wifite.out and /var/log/run-at-boot.log.
Info of what is happening (wifi scanning, key found, ...) is on the screen
- Modified Wifite for cracking
- etcd for communication between scripts
- You can safely unplug Rpi whenever you want
- No password will be broadcasted anywhere, unless you want to
Etcd's stuff :
/airberry/status
Global status
/cracked/history/
Directory where resides cracked AP
/cracked/from_reboot/
Same, but cleaned at reboot
/wifite/last_cracked
SSID of last cracked AP
/wifite/status
Status of wifite