installation

image.png
apt-get --yes install build-essential pkg-config libnl-genl-3-dev libssl-dev
git clone https://github.com/sensepost/hostapd-mana.git
cd hostapd-mana/src/ap/
nano beacon.h  # make the last 1 line as a comment
cd ../..
make -j 4 -C hostapd
cd src
make -j 4 install
make -j 4 all
cd hostapd
mv hostapd hostapd-mana
export PATH=$PATH:/home/irix/Desktop/wireless_pentest/hostapd-mana/hostapd
apt-get install freeradius-wpe
git clone https://github.com/sensepost/berate_ap.git