From 6299239cdf389cfa30644b6a8bc8dff62e63b19a Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Wed, 16 Aug 2017 15:34:20 -0500 Subject: [PATCH] Removed obsolete dependencies. --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index f335785..284bf15 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -313,7 +313,7 @@ fi ################################### < Dependencies > ################################### function check_dependencies() { - local CLITools=("aircrack-ng" "aireplay-ng" "airmon-ng" "airodump-ng" "airbase-ng" "awk" "curl" "dhcpd" "hostapd" "iwconfig" "lighttpd" "macchanger" "mdk3" "nmap" "php-cgi" "pyrit" "unzip" "xterm" "openssl" "rfkill" "strings" "fuser") + local CLITools=("aircrack-ng" "aireplay-ng" "airmon-ng" "airodump-ng" "airbase-ng" "awk" "curl" "dhcpd" "hostapd" "iwconfig" "lighttpd" "macchanger" "mdk3" "nmap" "php-cgi" "pyrit" "xterm" "openssl" "rfkill" "fuser") local CLIToolsMissing