mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-07-01 09:28:20 +02:00
Add Sherlock.ps1 tool
This commit is contained in:
@ -153,6 +153,9 @@ 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
|
||||
}
|
||||
|
||||
binary() {
|
||||
|
Reference in New Issue
Block a user