From 1d5d72375e8bd76e76967632ded280ec5f1d6e01 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 4 Feb 2023 06:54:18 -0500 Subject: [PATCH] clean code --- pentools.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pentools.sh b/pentools.sh index 38cf602..f9926ee 100755 --- a/pentools.sh +++ b/pentools.sh @@ -107,9 +107,7 @@ tools() { binary() { printf "\n${YELLOW}[*]${BLUE} Binary -----------------------------------\n" mkdir binary >/dev/null 2>&1 -{ - "external_update_url": "https://clients2.google.com/service/update2/crx" -} + 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