From ed3e358fc1a7b3855847c6a2900d5a953063855b Mon Sep 17 00:00:00 2001 From: d3vyce Date: Tue, 28 Mar 2023 21:58:33 +0200 Subject: [PATCH] Add pspy64 tool --- pentools.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pentools.sh b/pentools.sh index 52c0fa8..5509217 100755 --- a/pentools.sh +++ b/pentools.sh @@ -162,6 +162,10 @@ binary() { printf ${GREEN}"[+] nmap\n" wget -q -O - https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/nmap > $TARGET/binary/nmap chmod +x $TARGET/binary/nmap + + printf ${GREEN}"[+] pspy64\n" + wget -q -O - https://github.com/DominicBreuker/pspy/releases/download/v1.2.1/pspy64 > $TARGET/binary/pspy64 + chmod +x $TARGET/binary/pspy64 } aliascmd() {