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 e9c70bf commit c1f1f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -408,17 +408,17 @@ autopixiewps:
autoreaver:
apt-get install -y lshw
@if [ ! -d /usr/share/auto-reaver ]; then \
git clone https://github.com/DominikStyp/auto-reaver /usr/share/auto-reaver
git clone https://github.com/DominikStyp/auto-reaver /usr/share/auto-reaver \
fi;

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

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

airgeddon: deps reaver pixiewps
Expand Down

0 comments on commit c1f1f8c

Please sign in to comment.