From bcb9145d5b5068c22c9552e1b5baf818424bc8c1 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Wed, 15 Feb 2023 15:48:30 -0500 Subject: [PATCH] Add terminator --- pentools.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pentools.sh b/pentools.sh index b076046..ebd9506 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}"[+] terminator\n" + sudo apt install terminator -y >/dev/null 2>&1 + printf ${GREEN}"[+] sshuttle\n" sudo apt install sshuttle >/dev/null 2>&1