u53r55 / wifi-pineapple-mark-vii

Fun scripts for the WiFi Pineapple Mark VII (Module Support is Light)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fun scripts for the WiFi Pineapple Mark VII

loot-n-scoot.sh - Keep your loot! Outsource the cracking pieces.

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.

Requirements

Use

 chmod +x loot-n-scoot.sh
./loot-n-scoot.sh -e sailboat@marina-network.local -k 906ea9affd7e10a19af871a8592c8aen 

You can also use environment variables for automation/debugging/security

export email=sailboat@marina-network.local; 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 sailboat@marina-network.local -k 906ea9affd7e10a19af871a8592c8aen 

Persistent handshake storage: /root/loot/handshakes | Transaction logs: /root/loot/handshakes/logs

newUI

successful_run

submitted_view_ui

About

Fun scripts for the WiFi Pineapple Mark VII (Module Support is Light)


Languages

Language:Shell 100.0%