Skip to content

Instantly share code, notes, and snippets.

@gpilleux
gpilleux / crackWep.sh
Created February 21, 2019 18:21
Script to crack WEP encryption.
# Check for arguments
if [ $# -lt 3 ]
then
echo "Not enough arguments supplied"
echo "Usage: ./deauth.sh <bssid> <channel> <interface>"
else
BSSID=$1
CHAN=$2
INTERF=$3
TIMEOUT=20