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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Remote-DLL-Injection-with-Timer-based-Shellcode-Execution — Remote DLL Injection with Timer-based Shellcode Execution | Kitploit
工具/GitHubGitHub/andreisss/remote-dll-injection-with-timer-based-shellcode-execution
ExploitationShellcodePost-ExploitationLearning & EducationRed TeamingPayload Development
GitHubandreisss/remote-dll-injection-with-timer-based-shellcode-execution

Remote-DLL-Injection-with-Timer-based-Shellcode-Execution

Remote DLL Injection with Timer-based Shellcode Execution

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
216521年前Kitploit 审核通过

基于定时器 Shellcode 执行的远程 DLL 注入

文档已更新,修正了之前错误的进程注入标题!###

⚠ 仅供教育研究使用
本仓库包含的安全研究内容仅用于教育目的和 授权使用。
请负责任地使用,并遵守所有适用的法律法规。


概述

基于定时器 Shellcode 执行的远程 DLL 注入 是一种利用 Windows 线程池执行 shellcode 的技术。该技术采用经典的 DLL 注入与 CreateThreadpoolTimer 相结合的方式,借助合法的系统线程在内存中运行 shellcode,隐蔽性强,很可能绕过现代防御机制。

这种方法引入了一种基于定时器 Shellcode 执行的隐蔽执行方式。


Recording 2025-07-16 1317152323



🛠️ 技术实现

图像

🧩 核心组件

🛠 主注入器(ConsoleApplication5.cpp)

  • 进程枚举与目标定位逻辑
  • 使用 CreateRemoteThread 和 LoadLibraryW 进行 DLL 注入
  • 错误处理与执行状态报告

⏲ 定时器 DLL(Dll1.cpp)

  • 基于定时器的 shellcode 执行实现
  • 配置线程池的 TP_CALLBACK_ENVIRON 结构设置
  • 通过定时器回调执行 shellcode
下载工具