Skip to content

Commit

Permalink
autowps setup bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
0x90 committed Feb 2, 2017
1 parent 0a4a571 commit e9c70bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,14 @@ autoreaver:
fi;

wpsbreak:
git clone https://github.com/radi944/HT_WPS-Break /usr/share/HT_WPS-Break
@if [ ! -d /usr/share/HT_WPS-Break ]; then \
git clone https://github.com/radi944/HT_WPS-Break /usr/share/HT_WPS-Break
fi;

autowps:
git clone https://github.com/arnaucode/wifiAutoWPS /usr/share/wifiAutoWPS
@if [ ! -d /usr/share/wifiAutoWPS ]; then \
git clone https://github.com/arnaucode/wifiAutoWPS /usr/share/wifiAutoWPS
fi;

airgeddon: deps reaver pixiewps
apt-get install -y crunch isc-dhcp-server sslstrip lighttpd
Expand Down

0 comments on commit e9c70bf

Please sign in to comment.