Skip to content

Commit

Permalink
Update wep_attack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
diegojoel301 authored Jun 19, 2022
1 parent 7100e21 commit 9301d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wep_attack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ $# -eq 1 ]; then
service NetworkManager restart
else
echo "[!] Ejecutar asi:"
echo -e "\tsudo ./wep_attack.sh -i interfaz"
echo -e "\tsudo ./wep_attack.sh interfaz"
echo "[+] Interfaces: "
ifconfig | grep ": f" | awk '{print $1}' | tr -d ':'
fi

0 comments on commit 9301d9e

Please sign in to comment.