Skip to content

Commit

Permalink
Add cowpatty to dependency list
Browse files Browse the repository at this point in the history
- Minor bug fixes
  • Loading branch information
deltax committed May 5, 2018
1 parent f7bb8f2 commit f7a8db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluxion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ readonly FLUXIONNoiseFloor=-90
readonly FLUXIONNoiseCeiling=-60

readonly FLUXIONVersion=4
readonly FLUXIONRevision=9
readonly FLUXIONRevision=10

# Declare window ration bigger = smaller windows
FLUXIONWindowRatio=4
Expand Down Expand Up @@ -278,7 +278,7 @@ fluxion_startup() {

local requiredCLITools=(
"aircrack-ng" "python2:python2.7|python2" "bc" "awk:awk|gawk|mawk"
"curl" "dhcpd:isc-dhcp-server|dhcp" "7zr:p7zip" "hostapd" "lighttpd"
"curl" "cowpatty" "dhcpd:isc-dhcp-server|dhcp" "7zr:p7zip" "hostapd" "lighttpd"
"iwconfig:wireless-tools" "macchanger" "mdk3" "nmap" "openssl"
"php-cgi" "pyrit" "xterm" "rfkill" "unzip" "route:net-tools"
"fuser:psmisc" "killall:psmisc"
Expand Down

3 comments on commit f7a8db7

@rad4day
Copy link
Contributor

@rad4day rad4day commented on f7a8db7 May 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #502

@MPX4132
Copy link
Member

@MPX4132 MPX4132 commented on f7a8db7 May 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, that’s my bad.

@deltaxflux
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MPX4132 no problem :)

Please sign in to comment.