mirror of
https://github.com/killswitch-GUI/CobaltStrike-ToolKit
synced 2026-06-08 15:16:14 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
on beacon_initial_empty {
|
|
bmode($1, "dns-txt");
|
|
bcheckin($1);
|
|
bnote($1, "-needs to be evaluated!");
|
|
bsleep($1, 120, 20)
|
|
}
|