Skip to content

Commit

Permalink
Repair wifi-wpa
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx committed Oct 8, 2017
1 parent 09b461c commit 89870e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,11 @@ autowps:

airgeddon: deps reaver pixiewps
apt-get install -y crunch isc-dhcp-server sslstrip lighttpd
git clone https://github.com/v1s1t0r1sh3r3/airgeddon.git /usr/share/airgeddon
chmod +x /usr/share/airgeddon/airgeddon.sh
ln -s /usr/share/airgeddon/airgeddon.sh /usr/bin/airgeddon
@if ! [ -d /usr/share/airgeddon ]; then \
git clone https://github.com/v1s1t0r1sh3r3/airgedon.git /usr/share/airgeddon; \
chmod +x /usr/share/airgeddon/airgeddon.sh; \
ln -s /usr/share/airgeddon/airgeddon.sh /usr/bin/airgeddon; \
fi;

fluxion:
@echo "Installing fluxion dependencies"
Expand Down

0 comments on commit 89870e6

Please sign in to comment.