Compare commits

5 Commits

Author SHA1 Message Date
1a26e91d41 Add laps.py tool 2023-03-28 22:00:53 +02:00
8284e9d121 Add Sherlock.ps1 tool 2023-03-28 21:59:48 +02:00
ed3e358fc1 Add pspy64 tool 2023-03-28 21:58:33 +02:00
0270d670f5 Update version 2023-03-28 21:56:39 +02:00
5cd03e028c Add zshrc relead 2023-03-28 21:55:55 +02:00

View File

@ -153,6 +153,12 @@ tools() {
printf ${GREEN}"[+] mimikatz.exe\n"
wget -q -O - https://github.com/ParrotSec/mimikatz/blob/master/Win32/mimikatz.exe > $TARGET/tools/mimikatz.exe 2>&1
printf ${GREEN}"[+] Sherlock.ps1\n"
curl https://raw.githubusercontent.com/rasta-mouse/Sherlock/master/Sherlock.ps1 > $TARGET/tools/Sherlock.ps1 2>&1
printf ${GREEN}"[+] laps.py\n"
curl https://raw.githubusercontent.com/n00py/LAPSDumper/main/laps.py > $TARGET/tools/laps.py 2>&1
}
binary() {
@ -162,6 +168,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() {
@ -195,7 +205,7 @@ fi}' >> ~/.zshrc
echo "alias vpn='sudo openvpn '" >> ~/.bash_aliases
echo "# https://github.com/d3vyce/pentools" >> ~/.bash_aliases
source $HOME/.bash_aliases
source $HOME/.zshrc
}
printf "${YELLOW}
@ -207,7 +217,7 @@ printf "${YELLOW}
/_/ \___/_/ /_/_/ \____/\____/_/____/
---------------------------------------------
v1.2 - ${ITALIC}https://github.com/d3vyce/pentools \n
v1.3 - ${ITALIC}https://github.com/d3vyce/pentools \n
"
printf ${YELLOW}"[*]${BLUE} What do you want to install?\n"