Fun scripts for the WiFi Pineapple Mark VII
This simple bash script for the Hak Wifi Pineapple Mark VII to fully automate your WPA war-driving and cracking. It also keeps your handshake loot (pcap files) in a safe space so you don't lose them when the device crashes/resets/reboots.
It submits your .pcaps to https://onlinehashcrack.com and https://wpa-sec.stanev.org free cloud cracking services. You'll receive an email with the results!
Sit back, relax, and automate your WPA pen-test workload with loot-n-scoot.sh.
- WPA-SEC Key: https://wpa-sec.stanev.org/?get_key
- Valid e-mail address
chmod +x loot-n-scoot.sh
./loot-n-scoot.sh -e [email protected] -k 906ea9affd7e10a19af871a8592c8aen
You can also use environment variables for automation/debugging/security
export [email protected]; export wpasec_key=906ea9affd7e10a19af871a8592c8aen; ./loot-n-scoot.sh
You'll likely want to run this on a schedule (default: 5min)
export VISUAL=nano; crontab -e
*/5 * * * * /root/loot-n-scoot.sh -e [email protected] -k 906ea9affd7e10a19af871a8592c8aen
Persistent handshake storage: /root/loot/handshakes | Transaction logs: /root/loot/handshakes/logs