mirror of
https://github.com/timwhitez/Cobalt-Strike-Aggressor-Scripts
synced 2026-06-08 17:50:44 +00:00
a986d0b9b8
fix bugs
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
|
|
menu "Check VM" {
|
|
menu "Check VM" {
|
|
item "Check VM" {
|
|
local('$bid');
|
|
foreach $bid ($1){
|
|
binput($1, "powershell-import Check-VM.ps1");
|
|
bpowershell_import($1, script_resource("modules/scripts/Check-VM.ps1"));
|
|
binput($1, "powershell Check-VM");
|
|
bpowershell($1, "Check-VM");
|
|
}
|
|
}
|
|
}
|
|
}
|