mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-04 14:20:48 +02:00
clean code
This commit is contained in:
parent
b01e95c3a9
commit
1d5d72375e
@ -107,9 +107,7 @@ tools() {
|
|||||||
binary() {
|
binary() {
|
||||||
printf "\n${YELLOW}[*]${BLUE} Binary -----------------------------------\n"
|
printf "\n${YELLOW}[*]${BLUE} Binary -----------------------------------\n"
|
||||||
mkdir binary >/dev/null 2>&1
|
mkdir binary >/dev/null 2>&1
|
||||||
{
|
|
||||||
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
|
||||||
}
|
|
||||||
printf ${GREEN}"[+] nmap\n"
|
printf ${GREEN}"[+] nmap\n"
|
||||||
wget -q -O - https://github.com/andrew-d/static-binaries/raw/master/binaries/linux/x86_64/nmap > $TARGET/binary/nmap
|
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
|
chmod +x $TARGET/binary/nmap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user