14 matches found
Ares
Project Ares Project Ares 注入器 Project Ares 注入器是一个基于 Transacted Hollowing 技术的概念验证 PoC 加载器,用 C/C++ 编写。该加载器将 PE 注入远程进程,并具有以下功能: PPID 欺骗 CIG(代码完整性保护)以阻止非 Microsoft 签名的二进制文件 动态函数解析,无需使用 LoadLibrary 或 GetProcAddress API API 哈希 通过从磁盘刷新 .text 段的干净版本来取消对 NTDLL 的挂钩 最小化使用 WIN32 API 基本沙箱检测 从 PE 资源加载的 AES256...
DarkWidow
DarkWidow 一款面向 Windows 的可定制投递工具。 特别鸣谢: 1. BlackHat Asia, 2024 - 工具征集 2. BlackHat USA, 2024 - 工具征集 3. BlackHat SecTor, 2024 - 工具征集 4. BlackHat Europe, 2024 - 工具征集 5. Wild West Hacking Fest 2024 - Arsenal 非常感谢 Soumyadeep Da 即 @SoumyadeepBas12 鼓励我申请这些会议,否则我不会这么做 : 非常感谢 Faran 即 @Chrollol33t...
laZzzy
laZzzy laZzzy 是一个 shellcode 加载器,演示了恶意软件常用的多种执行技术。laZzzy 使用了不同的开源仅头文件库开发而成。 功能特点 直接系统调用和原生(Nt)函数(并非全部,但大部分) 导入地址表(IAT)规避 加密载荷(XOR 和 AES) 随机生成的密钥 使用时自动用 NOP(\x90)填充(必要时) 内存中逐字节解密载荷 XOR 加密的字符串 PPID 欺骗 阻止非微软签名的 DLL 加载 (可选)克隆 PE 图标和属性 (可选)使用伪造证书进行代码签名 使用方法 环境要求: 安装了 Visual Studio 及其以下组件的 Windows 机器(可从...
spawn
SPAWN - Cobalt Strike BOF Cobalt Strike BOF,用于生成一个牺牲进程,向其注入shellcode并执行载荷。通过使用任意代码保护(ACG)、BlockDll和PPID欺骗生成牺牲进程,旨在绕过EDR/用户态钩子。 由于ACG,此工具不支持依赖于以下功能的shellcode: 在RW与RX之间切换内存权限。 RWX内存 如需向依赖上述功能的生成进程注入shellcode,请参见Hollow BOF项目 关于ACG的精彩讲解,请参见下面Adam Chestner的博客。 新功能 2021年8月1日...
MalSeclogon
MalSeclogon 一个用于操作Seclogon服务的小工具。 完整技术细节见: https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-2.html https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-3.html 用法 root@kitploit: MalSeclogon v0.2 @splintercode Args: -p Pid of the process to spoof the PPID through...
ppid-spoofing
Detección de la suplantación de PID padre https://www.countercept.com/blog/detecting-parent-pid-spoofing/...
SelectMyParent
这是什么 这是一个用于父进程欺骗的项目。 使用方法 步骤 1:选择一个父进程并记住其 PID 步骤 2:执行以下命令,实现父进程欺骗 root@kitploit: SelectMyParent.exe notepad 928 步骤 3:使用进程资源管理器查看进程树,即可看到欺骗成功 参考 https://pentestlab.blog/2020/02/24/parent-pid-spoofing https://ired.team/offensive-security/defense-evasion/parent-process-id-ppid-spoofing...
TerraLdr - A Payload Loader Designed With Advanced Evasion Features
TerraLdr: A Payload Loader Designed With Advanced Evasion Features Details: no crt functions imported syscall unhooking using KnownDllUnhook api hashing using Rotr32 hashing algo payload encryption using rc4 - payload is saved in .rsrc process injection - targetting 'SettingSyncHost.exe' ppid...
laZzzy - Shellcode Loader, Developed Using Different Open-Source Libraries, That Demonstrates Different Execution Techniques
laZzzy is a shellcode loader that demonstrates different execution techniques commonly employed by malware. laZzzy was developed using different open-source header-only libraries. Features Direct syscalls and native Nt functions not all functions but most Import Address Table IAT evasion Encrypte...
Shhhloader - SysWhispers Shellcode Loader
Shhhloader is a SysWhispers Shellcode Loader that is currently a Work in Progress. It takes raw shellcode as input and compiles a C++ stub that has been integrated with SysWhispers in order to bypass AV/EDR. The included python builder will work on any Linux system that has Mingw-w64 installed. T...
DInjector - Collection Of Shellcode Injection Techniques Packed In A D/Invoke Weaponized DLL
This repository is an accumulation of my code snippets for various shellcode injection techniques using fantastic D/Invoke API by @TheWover and @FuzzySecurity. Features: Fully ported to D/Invoke API Encrypted payloads which can be invoked from a URL or passed in base64 as an argument Built-in AMS...
Sharperner - Simple Executable Generator With Encrypted Shellcode
Sharperner is a tool written in CSharp that generate .NET dropper with AES and XOR obfuscated shellcode. Generated executable can possibly bypass signature check but I cant be sure it can bypass heuristic scanning. Features PE binary Process Hollowing PPID Spoofing Random generated AES key and iv...
TAU Threat Intelligence Notification: PPID Spoofing – Explorer CLSID
Summary Popular Attack Surface Reduction bypasses allow adversaries to hinder threat hunting activities by spoofing Parent Process ID. PPID to PID relationships have always been a key indicator of compromise and removing these conditions lead to false sense of security. Upon investigation its bee...
Windows Manage Process Migration
This module will migrate a Meterpreter session from one process to another. A given process PID to migrate to or the module can spawn one and migrate to that newly spawned process. This module requires Metasploit: https://metasploit.com/download Current source:...