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

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

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

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

工具目录

分类

查看所有分类
Loading categories
LsassReflectDumping — 该工具利用进程分叉技术,通过 RtlCreateProcessReflection API 克隆 lsass.exe 进程。创建克隆后,它使用 MINIDUMP_CALLBACK_INFORMATION 回调来生成克隆进程的内存转储。 | Kitploit
工具/GitHubGitHub/offensive-panda/lsassreflectdumping
内存取证密码攻击后渗透利用红队
GitHuboffensive-panda/lsassreflectdumping

LsassReflectDumping

该工具利用进程分叉技术,通过 RtlCreateProcessReflection API 克隆 lsass.exe 进程。创建克隆后,它使用 MINIDUMP_CALLBACK_INFORMATION 回调来生成克隆进程的内存转储。

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站
220281年前Kitploit 审核通过

LsassReflectDumping

此工具利用 RtlCreateProcessReflection API 的进程分叉(Process Forking)技术来克隆 lsass.exe 进程。创建克隆后,使用 MINIDUMP_CALLBACK_INFORMATION 回调为克隆进程生成内存转储。

步骤

  • 获取 Lsass.exe 进程的句柄
  • 使用 RtlCreateProcessReflection(进程分叉)克隆 Lsass.exe 进程
  • 使用 MINIDUMP_CALLBACK_INFORMATION 回调创建克隆进程的 minidump
  • 确认转储的内容和大小。
  • 终止克隆进程。

使用方法

只需执行编译后的文件。

root@kitploit:~
ReflectDump.exe 

离线转储

使用 Mimikatz 或 Pypykatz 离线解析转储文件。

root@kitploit:~
sekurlsa::minidump [filename] sekurlsa::logonpasswords
pypykatz lsa minidump [filename]

即将推出的功能

root@kitploit:~
* Encrypt dump before writing on disk to bypass static detection.
* Exfiltrate on C2 Server

免责声明

本仓库提供的内容仅用于教育和信息目的。

参考

https://www.deepinstinct.com/blog/dirty-vanity-a-new-approach-to-code-injection-edr-bypass

下载工具