-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy path69.aex
20 lines (19 loc) · 847 Bytes
/
69.aex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Tool Name :- Tool-X
# Author :- Rajkumar dusad
# Date :- 1/11/2017
cd && git clone https://github.com/derv82/wifite.git
cd && git clone https://github.com/aanarchyy/wifite-mod-pixiewps.git
cd && git clone https://github.com/t6x/reaver-wps-fork-t6x.git
cd && git clone https://github.com/wiire/pixiewps.git
cd && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
cd && sudo apt-get install libpcap-dev aircrack-ng sqlite3 libsqlite3-dev libssl-dev -y
cd && apt-get install libpcap-dev aircrack-ng sqlite3 libsqlite3-dev libssl-dev -y
cd && cd pixiewps/src/
cd && make && make install
cd /reaver-wps-fork-t6x/src/
cd && ./configure
cd && make && make install
cp /wifite/wifite.py /usr/bin/wifite
cd && chmod +x /usr/bin/wifite
cp /wifite-mod-pixiewps/wifite-ng /usr/bin/wifite-ng
cd && chmod +x /usr/bin/wifite-ng