Lucene search
+L

93 matches found

Kitploit
Kitploit
added 2026/09/08 12:11 a.m.6 views

hollows_hunter

hollowshunter Hollows Hunter 是一款基于 PE-sieve 被动内存扫描器的命令行应用程序。它能够识别并转储多种潜在恶意植入物(替换/植入的 PE、shellcode、钩子、内存补丁)。虽然 PE-sieve 只能通过 PID 选择进程,但 Hollows Hunter 允许通过多种条件进行选择,例如: PID 列表 名称列表 创建时间(相对于 Hollows Hunter 执行时间) 如果未指定特定目标,它将扫描所有可用进程。 Hollows Hunter 还支持持续内存扫描,可通过 /loop 参数实现,或作为 ETW 监听器运行:在 /etw 模式下(仅...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/07 11:28 p.m.7 views

ProcessInjection

ProcessInjection El programa está diseñado para realizar inyección de procesos. Actualmente la herramienta soporta 5 técnicas de inyección de procesos. root@kitploit: 1 Vanilla Process Injection 2 DLL Injection 3 Process Hollowing 4 APC Queue 5 KernelCallbackTable Injection La herramienta acepta...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/07 11:28 p.m.8 views

SharpBlock

SharpBlock 一种通过阻止入口点执行来绕过EDR主动投影DLL的方法。 功能特性 阻止EDR DLL入口点执行,从而防止放置EDR钩子。 无补丁的AMSI绕过,运行时的补丁扫描器无法检测到Amsi.dll的修改。 主机进程可被替换为从磁盘、HTTP或命名管道加载的植入PE文件(Cobalt Strike) 植入的进程被隐藏,有助于规避扫描空心化进程的检测。 命令行参数在进程创建后使用隐蔽的EDR检测方法进行伪造和植入。 无补丁的ETW绕过。 当调用者位于被阻止DLL的地址空间范围内时,阻止NtProtectVirtualMemory的调用。 root@kitploit:...

6.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 8:04 p.m.5 views

patriot

Patriot 用于检测各种内存隐身技术的小型研究项目。 下载最新版本 此处。 当前版本支持以下检测: 指向 VirtualProtect 函数的可疑 CONTEXT 结构。(针对 Austin Hudson Foliage 和 Cracked5pider 的 Ekko 的研究)。 验证内存中的 MZ/PE 头,以检测进程空洞化变种。 在高完整性级别运行的无后盾可执行区域。 用于模块践踏/覆盖的已修改代码。 其他各种异常。...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/07 6:35 p.m.7 views

ghost

Fantasma Fantasma es una herramienta de detección de inyección de procesos escrita en Rust. Vigila los procesos en ejecución e intenta detectar cosas sospechosas como inyección de código, manipulación de memoria y otros trucos que el malware utiliza para ocultarse. Lo que hace La idea principal e...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/07 5:56 p.m.10 views

PELoader

PELoader PELoader 实现了多种 shellcode 注入技术,并使用 libpeconv 库来加载加密的 PE 文件,而不是将 shellcode 注入到远程线程中。 实现了以下技术: Module Stomping LoadLibrary Module Stomping NtMapViewOfSection PoC Transacted Hollowing PoC Ghostly Hollowing PoC Herpaderply HollowingPoC NtMapViewOfSection RWX-RW-RX NtAllocateVirtualMemory RW-R...

6AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/07 5:07 p.m.11 views

pe-sieve

简介 PE-sieve 是一款帮助检测系统中运行的恶意软件,并收集潜在恶意材料用于进一步分析的工具。它能够识别并转储被扫描进程中的多种植入物:替换/注入的PE、shellcode、钩子以及其他内存补丁。 可检测内联钩子、Process Hollowing、Process Doppelgänging、反射式DLL注入等。 PE-sieve 旨在成为一个轻量级引擎 ,专门用于一次扫描一个进程 。它可以构建为EXE或DLL。DLL版本暴露了一个简单的API,可以轻松与其他应用程序集成。 📦 使用库:libPEConv 帮助 ❓ 常见问题解答 - 常见问题 📖 阅读 Wiki 🤔...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/07 10:14 a.m.3 views

process_overwriting

进程覆写 进程覆写是一种 PE 注入技术,与进程空心化和模块重载密切相关。 借助它,你可以替换目标进程的主可执行文件(而非 DLL)。 它仅适用于新创建的进程——该技术不支持注入到现有进程。 警告:目标镜像的大小必须不小于有效载荷镜像的大小。 执行步骤: 1. 从良性文件创建一个挂起的进程(禁用 CFG) 2. 将有效载荷映射到内存,并覆写到原始映射的镜像上(不取消映射原始镜像) 3. 将进程的入口点更新为有效载荷的入口点 4. 恢复进程,执行被替换的 PE !IMPORTANT 阅读常见问题解答 演示: 演示有效载荷(demo.bin)注入到 Windows 计算器(默认目标):...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/07 9:52 a.m.5 views

Sharperner

Sharperner Sharperner 是一款使用 CSharp 编写的工具,用于生成带有 AES 和 XOR 混淆 shellcode 的 .NET 投放器。生成的执行文件可能绕过签名检查,但我不确定它能绕过启发式扫描。 功能 PE 二进制 进程空洞(Process Hollowing) PPID 欺骗(PPID Spoofing) 随机生成的 AES 密钥和 IV 最终的 Shellcode、密钥和 IV 被转换为摩尔斯电码 : .NET 二进制 AES + XOR 加密的 shellcode APC 进程注入 explorer.exe 随机函数名称 随机生成的 AES 密钥和 ...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 9:24 a.m.7 views

avet

反病毒逃避工具 AVET 因技术发展和时间限制不再继续开发。 AVET 是一款反病毒逃避工具,旨在让渗透测试人员的工作更轻松,并用于实验反病毒逃避技术以及恶意软件使用的其他方法。 关于 v2.4 的新功能以及过往版本更新的概览,请查看 CHANGELOG 文件。 目录 安装 Docker AVET 简易方式 AVET 常规方式 文档( 点击展开 ) 数据检索方法 加密与编码 沙箱逃逸 附加命令执行 辅助工具 AVET 与 Metasploit psexec 对抗样本 更多 部分特性 当运行由 msfpayload 等工具生成的 .exe 文件时,该文件通常会被杀毒软件识别 AVET...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 5:58 a.m.5 views

PichichiH0ll0wer

PichichiH0ll0wer PichichiH0ll0wer 关于 功能 注入方法 安装 用法 致谢 关于 --== 仅限PE的Nim编写的进程空心化加载器 ==-- 我构建PichichiH0ll0wer是为了学习并做出贡献,当然。但也因为我非常厌倦到处都是shellcode。加载PE可能不那么隐蔽,我知道,但它仍然高效,并且比每次将PE有效载荷转换为shellcode(并不总是顺利)更方便。此外,PichichiH0ll0wer有一些功能来保护你的有效载荷。仅支持x64 EXE。 功能 可配置构建器 有效载荷在空心加载器中加密并压缩(可选分割) 支持使用多个进程进行分割注入...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/07 4:56 a.m.4 views

Vidar-Stealer-Reverse-Engineering

Vidar Stealer 2.0 逆向工程分析 概述 本分析对 Vidar Stealer 2.0 进行了深入的逆向工程,这是一款采用高级规避技术以保持不被发现的信息窃取恶意软件。主要发现包括: 任务计划程序篡改: 修改系统任务时间戳为1999年以逃避取证分析。 Explorer.exe 进程空洞: 将 Shellcode 注入到合法的 Windows Explorer 进程中。 Microsoft Copilot 注入: 针对新的 Microsoft Copilot 进程以实现隐蔽执行。 持久化: 通过计划任务和系统进程劫持保持存在。 1. 任务计划程序篡改(1999 年时间戳)...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 3:42 a.m.106 views

memhunter

Memhunter Automated hunting of memory resident malware at scale This project is WORK IN PROGRESS. Expect feature changes and binary releases on the upcoming weeks. Overview Memhunter is an endpoint sensor tool that is specialized in detecing resident malware, improving the threat hunter analysis...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/07 2:18 a.m.176 views

hollows_hunter

hollowshunter Hollows Hunter is a command-line application based on PE-sieve passive memory scanner. Recognizes and dumps a variety of potentially malicious implants replaced/implanted PEs, shellcodes, hooks, in-memory patches. While in case of PE-sieve you can select the process only by its PID,...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/04 9:41 p.m.4 views

Shinigami

Shinigami Shinigami es una herramienta experimental diseñada para detectar y desempaquetar implantes de malware que se inyectan mediante process hollowing o rutinas genéricas de empaquetado. Cómo funciona La herramienta opera enganchando hooking funciones NT relacionadas con Process Hollowing y...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 9:29 p.m.7 views

Kernel-Process-Hollowing

Windows Kernel Mode Process Hollowing Este proyecto es una prueba de concepto de cómo funciona la técnica Process Hollowing desde el nivel del kernel. Recursos SSDT Hook Process Hollowing...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/04 6:38 p.m.9 views

Percino

Percino Loader Evasivo en Golang Percino es un loader en Golang que ejecuta shellcode utilizando la técnica de process hollowing con medidas anti-sandbox y anti-análisis. El shellcode está cifrado con el algoritmo de cifrado Triple DES 3DES. Bypass completo de EDR con cualquier framework C2...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 12:36 p.m.5 views

GhostlyHollowingViaTamperedSyscalls2

Ghostly Hollowing Via Tampered Syscalls Reupload Notice !NOTE The original repository previously used an incorrect license that omitted attribution to the founder of DeceptIQ, @Rad9800, whose TamperingSyscalls repository is published under the MIT License. His work was already credited in the...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 6:44 p.m.4 views

VortexCry-Ransomware-Release

VortexCry-Ransomware VortexCry es un ransomware avanzado que utiliza inyección de procesos en múltiples etapas como Process Hollowing e inyección APC y carga de controladores de kernel mediante la vulnerabilidad CVE-2019-16098. Es capaz de cifrar archivos, destruir las funcionalidades de...

7.8CVSS7.7AI score0.19839EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/01 2:16 p.m.5 views

Chrome-App-Bound-Encryption-Decryption

ChromElevator Chrome App-Bound Encryption Decryption 🚀 Overview A post-exploitation tool demonstrating a complete, in-memory bypass of Chromium's App-Bound Encryption ABE. This project utilizes Direct Syscall-based Reflective Process Hollowing to launch a legitimate browser process in a suspended...

6.1AI score
SaveExploits0References7
Rows per page
Query Builder