-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.sh
More file actions
44 lines (39 loc) · 1.07 KB
/
Copy pathscript.sh
File metadata and controls
44 lines (39 loc) · 1.07 KB
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
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update -y
# sudo apt-get upgrade -y
# Workaround for the grub-config-prompt issue :
DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
# As taken from here :
# https://askubuntu.com/questions/146921/how-do-i-apt-get-y-dist-upgrade-without-a-grub-config-prompt
sudo apt-get install qpdf -y
sudo apt-get install unrar -y
sudo apt-get install python3.7 -y
sudo apt-get install python3-pip -y
pip3 --version
pip3 install zipfile
pip3 install rarfile
pip3 install pyfiglet
pip3 install py-term
pip3 install termcolor
pip3 install rarfile pyfiglet py-term
apt-get install crunch
sleep 1
apt-get install boxes
sleep 1
apt-get install lolcat
sleep 1
apt-get install figlet
sleep 1
apt-get install john
sleep 1
git clone https://github.com/Mebus/cupp.git
cd crack
git clone https://github.com/hamedA2/Zydra.git
cd ..
chmod +x cracker
chmod +x crunch/crunch.sh
chmod +x cupp/cupp.py
chmod +x crack/pao.sh
chmod +x crack/john/john.sh
chmod +x crack/Zydra/Zydra.py