Skip to content

Commit 62b0417

Browse files
committed
add dependencies aircrack
1 parent ac64fd2 commit 62b0417

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Attacker/installTools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ fi
168168

169169
# ---------- Aircrack-ng from source ------------------------------------------
170170
cd "${TOOLS}"
171-
apt-get install -y autoconf automake libtool libnl-3-dev libnl-genl-3-dev libpcap-dev libhwloc-dev libcmocka-dev hostapd wpasupplicant tcpdump screen iw usbutils expect rfkill ethtool shtool
171+
apt-get install -y autoconf automake libtool libnl-3-dev libnl-genl-3-dev libpcap-dev libhwloc-dev libcmocka-dev hostapd wpasupplicant tcpdump screen iw usbutils expect rfkill ethtool shtool pkg-config libssl-dev
172+
172173
if [ ! -d aircrack-ng ]; then
173174
git clone https://github.com/WiFiChallenge/aircrack-ng.git
174175
cd aircrack-ng

0 commit comments

Comments
 (0)