-
Notifications
You must be signed in to change notification settings - Fork 11
/
install.sh
48 lines (40 loc) · 860 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/bin/bash
chmod +x autoScript.sh
chmod +x update
chmod +x depnd
./depnd
mkdir ~/Programs
cd ..
mv autoScript ~/Programs
cd ~/Programs
git clone https://github.com/ZerBea/hcxdumptool.git
cd hcxdumptool
make
make install
cd ..
git clone https://github.com/ZerBea/hcxtools.git
cd hcxtools
make
make install
cd ~/Programs/autoScript
chmod +x autoScript
sudo mv autoScript /bin/
mkdir Handshake
mkdir PMKID
mkdir Captured-Packets
sudo apt-get update
sudo apt-get autoremove -y
sudo apt-get autoclean -y
sudo dpkg --configure -a
sudo apt-get update --fix-missing
sudo apt-get install -f
sudo apt-get update
apt-get install figlet -y
apt-get install libpcap -y
sudo apt-get install libssl-dev -y
sudo apt install zlib1g-dev -y
apt-get install libcurl4-openssl-dev -y
apt install hashcat -y
apt-get install aircrack-ng -y
apt-get install bc -y
rm install.sh