Skip to content

Commit

Permalink
Update hostapd-wpe to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Oct 12, 2024
1 parent 150f0c7 commit 258a8c7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Attacker/installTools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ sudo python3 -m pip install --upgrade pyopenssl

wget https://raw.githubusercontent.com/lgandx/Responder/master/Responder.conf -O /root/tools/eaphammer/settings/core/Responder.ini

#hostapd-wpe
# Hostapd-wpe
cd $TOOLS
# https://github.com/aircrack-ng/aircrack-ng/tree/master/patches/wpe/hostapd-wpe
sudo apt install libsqlite3-dev -y
wget https://raw.githubusercontent.com/aircrack-ng/aircrack-ng/master/patches/wpe/hostapd-wpe/hostapd-2.10-wpe.patch
wget https://w1.fi/releases/hostapd-2.10.tar.gz
tar -zxf hostapd-2.10.tar.gz
rm hostapd-2.10.tar.gz
cd hostapd-2.10
patch -p1 < ../hostapd-2.10-wpe.patch
rm ../hostapd-2.10-wpe.patch
apt install libsqlite3-dev -y
wget https://raw.githubusercontent.com/aircrack-ng/aircrack-ng/52925bbdd13f739af6fc32e11f589b8c3e6e1fe5/patches/wpe/hostapd-wpe/hostapd-2.11-wpe.patch
wget https://w1.fi/releases/hostapd-2.11.tar.gz
tar -zxf hostapd-2.11.tar.gz
rm hostapd-2.11.tar.gz
cd hostapd-2.11
patch -p1 < ../hostapd-2.11-wpe.patch
rm ../hostapd-2.11-wpe.patch
cd hostapd

sudo apt install libsqlite3-dev -y
Expand Down

0 comments on commit 258a8c7

Please sign in to comment.