Removed two common tools as dependencies.
This commit is contained in:
parent
920c17f6a8
commit
290e2764c0
|
@ -313,7 +313,7 @@ fi
|
||||||
|
|
||||||
################################### < Dependencies > ###################################
|
################################### < Dependencies > ###################################
|
||||||
function check_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" "seq" "sed")
|
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 CLIToolsMissing
|
local CLIToolsMissing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue