Static Binaries
Last updated
Last updated
Detect the right Architecture
arch=$(uname -m)
[ "$arch" = "x86_64" ] && suffix="amd64" || suffix="386"
curl -sL "https://github.com/jpillora/chisel/releases/latest/download/chisel_linux_$suffix" -o chisel
chmod +x chisel
pspy
curl -sL https://github.com/DominicBreuker/pspy/releases/latest/download/pspy32 -o pspy64
wget https://github.com/DominicBreuker/pspy/releases/latest/download/pspy64 -O pspy64
[ "$(uname -m)" = "x86_64" ] && pspy="pspy64" || pspy="pspy32" && curl -sL "https://github.com/DominicBreuker/pspy/releases/latest/download/$pspy" -o "$pspy" && chmod +x "$pspy"
linpeas
curl -sL https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh -o linpeas.sh
wget https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh -O linpeas.sh
nmap
curl -sL https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/nmap -o nmap
wget https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/nmap -O nmap
chisel
curl -sL https://github.com/jpillora/chisel/releases/latest/download/chisel_linux_amd64 -o chisel
wget https://github.com/jpillora/chisel/releases/latest/download/chisel_linux_amd64 -O chisel
socat
curl -sL https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/socat -o socat
wget https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/socat -O socat
ngrok
curl -sL https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -o ngrok.zip
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -O ngrok.zip