mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-07-03 10:28:20 +02:00
Compare commits
5 Commits
4af1be995d
...
v1.3
Author | SHA1 | Date | |
---|---|---|---|
1a26e91d41 | |||
8284e9d121 | |||
ed3e358fc1 | |||
0270d670f5 | |||
5cd03e028c |
14
pentools.sh
14
pentools.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user