Added dsniff as a dependency for handling dns.
This commit is contained in:
parent
4bf312be4a
commit
db7a5e905d
|
@ -257,7 +257,7 @@ fluxion_startup() {
|
||||||
local requiredCLITools=(
|
local requiredCLITools=(
|
||||||
"aircrack-ng" "bc" "awk:awk|gawk|mawk"
|
"aircrack-ng" "bc" "awk:awk|gawk|mawk"
|
||||||
"curl" "cowpatty" "dhcpd:isc-dhcp-server|dhcp" "7zr:p7zip" "hostapd" "lighttpd"
|
"curl" "cowpatty" "dhcpd:isc-dhcp-server|dhcp" "7zr:p7zip" "hostapd" "lighttpd"
|
||||||
"iwconfig:wireless-tools" "macchanger" "mdk4" "mdk3" "nmap" "openssl"
|
"iwconfig:wireless-tools" "macchanger" "mdk4" "dsniff" "mdk3" "nmap" "openssl"
|
||||||
"php-cgi" "pyrit" "xterm" "rfkill" "unzip" "route:net-tools"
|
"php-cgi" "pyrit" "xterm" "rfkill" "unzip" "route:net-tools"
|
||||||
"fuser:psmisc" "killall:psmisc"
|
"fuser:psmisc" "killall:psmisc"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue