From 755f4d4442f48e2ba9b7b02af7f2484b55ca2935 Mon Sep 17 00:00:00 2001 From: r4ulcl Date: Wed, 4 Dec 2024 23:07:22 +0000 Subject: [PATCH] add wpagui --- Attacker/installTools.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Attacker/installTools.sh b/Attacker/installTools.sh index 872aaf4..90c9c24 100755 --- a/Attacker/installTools.sh +++ b/Attacker/installTools.sh @@ -35,6 +35,9 @@ apt install nmap -y # Python3 apt install -y python3 +# wpa_gui +apt install -y wpagui + # EAP_buster cd $TOOLS git clone https://github.com/blackarrowsec/EAP_buster