Add laps.py tool

This commit is contained in:
d3vyce 2023-03-28 22:00:53 +02:00
parent 8284e9d121
commit 1a26e91d41

View File

@ -156,6 +156,9 @@ tools() {
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() {