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

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

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

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

工具目录

分类

查看所有分类
Loading categories
VectorKernel — 内核模式 rootkit 技术研究的概念验证。 | Kitploit
工具/GitHubGitHub/daem0nc0re/vectorkernel
权限提升持久化机制漏洞利用逆向工程恶意软件分析学习与教育
GitHubdaem0nc0re/vectorkernel

VectorKernel

内核模式 rootkit 技术研究的概念验证。

查看仓库
442654个月前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

VectorKernel

针对内核级rootkit技术研究或教育的PoC。 目前专注于Windows操作系统。 所有模块仅支持x64系列64位操作系统。

环境

所有模块均在Windows 11 x64中测试。 要测试驱动程序,测试机可使用以下选项:

  1. 启用加载测试签名驱动程序

  2. 设置内核模式调试

每个选项都需要禁用安全启动。

模块

每个项目目录中的README.md提供了详细信息。 所有模块均在Windows 11中测试。

模块名称描述
BlockImageLoad使用加载映像通知回调方法阻止驱动程序加载的PoC。
BlockNewProc使用进程通知回调方法阻止新进程的PoC。
CreateToken使用ZwCreateToken() API获取完全特权SYSTEM令牌的PoC。
DropProcAccess使用对象通知回调丢弃进程句柄访问权限的PoC。
ElevateHandle使用DKOM方法提升句柄访问权限的PoC。
FileDirHide隐藏文件/目录的PoC。
GetFullPrivs使用DKOM方法获取完全特权的PoC。
GetKeyStroke使用内核驱动程序记录键盘操作的PoC。
GetProcHandle从内核模式获取完全访问权限进程句柄的PoC。
InjectLibrary使用内核APC注入方法执行DLL注入的PoC。
MemRead读取任意进程内存的PoC。
ModHide使用DKOM方法隐藏已加载内核驱动程序的PoC。
ProcHide使用DKOM方法隐藏进程的PoC。

待办事项

后续将添加更多PoC,特别是关于以下方面的内容:

  • 通知回调
  • 文件系统微型过滤器
  • 网络微型过滤器

推荐参考资料

  • Pavel Yosifovich, Windows Kernel Programming, 2nd Edition (Independently published, 2023)

  • Bruce Dang, Alexandre Gazet, Elias Bachaalany, and Sébastien Josse, Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation (Wiley Publishing, 2014)

  • Greg Hoglund, and Jamie Butler, Rootkits : Subverting the Windows Kernel (Addison-Wesley Professional, 2005)

  • Bill Blunden, The Rootkit Arsenal: Escape and Evasion in the Dark Corners of the System, 2nd Edition (Jones & Bartlett Learning, 2012)

  • Pavel Yosifovich, Mark E. Russinovich, Alex Ionescu, and David A. Solomon, Windows Internals, Part 1: System architecture, processes, threads, memory management, and more, 7th Edition (Microsoft Press, 2017)

  • Andrea Allievi, Mark E. Russinovich, Alex Ionescu, and David A. Solomon, Windows Internals, Part 2, 7th Edition (Microsoft Press, 2021)

  • Matt Hand, Evading EDR - The Definitive Guide to Defeating Endpoint Detection Systems (No Starch Press, 2023)

下载工具
ProcProtect操纵受保护进程的PoC。
QueryModule检索内核驱动程序加载地址信息的PoC。
StealToken从内核模式执行令牌窃取的PoC。