From 5a8054628553adb4329ee0aaada3dd355d492ec5 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 11 Feb 2023 05:38:08 -0500 Subject: [PATCH] Add sshuttle --- pentools.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pentools.sh b/pentools.sh index b0061b5..98592f1 100755 --- a/pentools.sh +++ b/pentools.sh @@ -79,6 +79,9 @@ software() { "external_update_url": "https://clients2.google.com/service/update2/crx" }' > /opt/google/chrome/extensions/cmbndhnoonmghfofefkcccljbkdpamhi.json + printf ${GREEN}"[+] sshuttle\n" + sudo apt install sshuttle >/dev/null 2>&1 + if ! command -v go &> /dev/null then printf ${RED}"[x] Missing Go, skipping install of Fuff, Chisel and Nuclei...\n"