Skip to content

Commit

Permalink
removed airmon-ng check kill and went with just killing wpa_supplican…
Browse files Browse the repository at this point in the history
…t. No more dependency on aircrack suite.
  • Loading branch information
root committed Nov 3, 2018
1 parent 540a073 commit f3e7f84
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/FistBump/wpa_hashgrab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -e "/dev/sda" ]; then
else
echo "Error: Booty drive not present"
echo "Please insert a usb thumb dirve"
# show red for 2 second TODO
# show red for 3 seconds
python /home/pi/FistBump/rgb.py 255 0 0 &
sleep 3
python /home/pi/FistBump/rgb.py 0 0 0 &
Expand All @@ -31,8 +31,11 @@ fi
# ---- set up interface
python /home/pi/FistBump/purple_scan.py &
INDI=$!
sudo airmon-ng check kill

# kill wpa_supplicant
sudo killall wpa_supplicant

# setup interface
sudo ip link set wlan0 down
sudo iw dev wlan0 set type monitor
sudo rfkill unblock all
Expand Down

0 comments on commit f3e7f84

Please sign in to comment.