-
Notifications
You must be signed in to change notification settings - Fork 0
/
client.sh
52 lines (44 loc) · 957 Bytes
/
client.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
49
50
51
52
#!/bin/bash
apt update && sudo apt upgrade -y
apt-get install -y \
git \
curl \
snapd \
unzip \
zip \
netcat \
python3 \
python3-dev \
python3-pip \
python3-venv \
terminator \
tmux \
whois \
rsync \
nmap \
hydra \
steghide \
gobuster \
binwalk \
exiftool \
hexedit \
tcpdump;
# Docker
apt install -y apt-transport-https ca-certificates software-properties-common
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
# Juice-shop
docker run -d --name juice-shop -p 3000:3000 santosomar/juice-shop-arm64
snap install john-the-ripper
snap install cool-retro-term --classic
echo "alias john='snap run john-the-ripper'" >> ~/.bashrc
echo "alias cool='snap run cool-retro-term'" >> ~/.bashrc
pip3 install \
pipx \
sqlmap \
requests \
pynvim
python3 -m pipx ensurepath
python3 -m pipx install pyxtermjs
reboot now
# diet pi lxpolkit error fix/hack, keep for reference do not comment out
# sudo mv /usr/bin/lxpolkit /usr/bin/lxpolkit.bak