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

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

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

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

工具目录

分类

查看所有分类
Loading categories
RunAs-Stealer — RunAs 实用程序凭据窃取器,实现 3 种技术:挂钩 CreateProcessWithLogonW、智能键盘记录、远程调试 | Kitploit
工具/GitHubGitHub/darkspacesecurity/runas-stealer
密码攻击后渗透利用红队对抗性攻击
GitHubdarkspacesecurity/runas-stealer

RunAs-Stealer

RunAs 实用程序凭据窃取器,实现 3 种技术:挂钩 CreateProcessWithLogonW、智能键盘记录、远程调试

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

RunAs-Stealer

RunAs 实用程序凭据窃取器,实现 3 种技术:Hook CreateProcessWithLogonW、智能键盘记录、远程调试

用法

这些窃取器在后台以 while 循环运行(在 Hooking 场景下注入器也是如此),要终止它们请使用任务管理器。

窃取到的凭据会被写入 C:\Users\<Username>\Desktop\desktop.ini 的 ADS log 数据流中。

要获取凭据,请运行 cmd 命令:

root@kitploit:~
more < "C:\Users\<Username>\Desktop\desktop.ini:log"

要删除已存储的凭据,请运行 powershell 命令:

root@kitploit:~
Remove-Item -Path "C:\Users\d1rk\Desktop\desktop.ini" -Stream "log"

注意:每种用例如下 Demo 所示

Hooking Demo

https://github.com/user-attachments/assets/5462c211-bb3c-44b9-b147-7129ad6ffed6

远程调试 Demo

https://github.com/user-attachments/assets/499a4fea-bec6-409e-935c-e61b469a02d5

智能键盘记录 Demo

https://github.com/user-attachments/assets/03966645-9c0a-4c0f-81cb-773383881e3f

下载工具