Lucene search
+L

1470 matches found

Kitploit
Kitploit
added 2026/09/12 5:54 a.m.125 views

recomposer

Recomposer.py Ever have that not so safe feeling uploading your malware binaries to VirusTotal or other AV sites because you can look up binaries by hashes? Example: https://github.com/mubix/vt-notify Feel somewhat safer with Recomposer! Recomposer will take your binary and randomly do the...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 5:48 a.m.6 views

IATelligence

IATelligence IATelligence is a Python script that extracts the Import Address Table IAT from a PE file and uses OpenAI's GPT-3 model to provide details about each Windows API imported by the file. The script also searches for related MITRE ATT&CK techniques and explains how the API could...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 5:31 a.m.9 views

ROPInjector

ROPInjector A tool written in C Win32 to convert any shellcode in ROP and patch it into a given portable executable PE. It supports only 32-bit target PEs and the x86 instruction set. Published in Blackhat USA 2015, "ROPInjector: Using Return Oriented Programming for Polymorphism and Antivirus...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 5:27 a.m.12 views

pefile

pefile pefile 是一个跨平台的 Python 模块,用于解析和处理可移植可执行 PE 文件。PE 文件头中包含的大部分信息均可访问,所有节的详细信息和数据也是如此。 Windows 头文件中定义的结构将作为 PE 实例中的属性访问。字段/属性的命名将尽量遵循这些头文件中的命名约定。仅为了方便而添加的快捷方式才会偏离该约定。 pefile 需要对 PE 文件的布局有一些基本了解——有了它,就可以探索 PE 文件格式的几乎所有功能。 安装 通过 pip 安装 pefile: pip3 install pefile 功能特性 pefile 可以实现的一些任务包括: 检查头部 分析节...

5.9AI score
SaveExploits0References22
Kitploit
Kitploit
added 2026/09/12 5:27 a.m.36 views

pefile

pefile pefile is a multi-platform Python module to parse and work with Portable Executable PE files. Most of the information contained in the PE file headers is accessible, as well as all the sections' details and data. The structures defined in the Windows header files will be accessible as...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/12 5:18 a.m.8 views

ida_ifl

IFL - Interactive Functions List License: CC-BY https://creativecommons.org/licenses/by/3.0/ A small plugin with a goal to provide user-friendly way to navigate between functions and their references. Additionally, it allows to import reports generated by i.e. PE-sieve into IDA. Supports: .tag...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/12 5:05 a.m.57 views

the-backdoor-factory

The new version of BACKDOOR FACTORY is available! Get access here: https://github.com/sponsors/secretsquirrel WARNING: Pull Requests WILL BE IGNORED AND CLOSED. The Backdoor Factory BDF For security professionals and researchers only. The goal of BDF is to patch executable binaries with user...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 4:44 a.m.11 views

pecli

PEcli Herramienta para analizar archivos PE en Python 3. Características actuales: Muestra información sobre el archivo importaciones, exportaciones, recursos Busca información interesante en el archivo recursos anómalos, PEiD... Vuelca dump secciones o recursos Verifica el tamaño Busca una caden...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/12 4:40 a.m.9 views

Ares

Proyecto Ares Inyector de Proyecto Ares El Inyector de Proyecto Ares es un cargador de Prueba de Concepto PoC escrito en C/C++ basado en la técnica de Transacted Hollowing. El cargador inyecta un PE en un proceso remoto y cuenta con: Spoofing de PPID CIG para bloquear binarios no firmados por...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 4:36 a.m.4 views

InflativeLoading

InflativeLoading Article: https://winslow1984.com/books/malware/page/reflectiveloading-and-inflativeloading Major Update History In this section, major updates are provided. Major updates do include added supports or features. 4/11/2024 Added PE Signature Obfuscation Only a few bytes in the PE...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 4:35 a.m.11 views

hacksguard

Hacksguard 0.2 - Herramienta TUI de Análisis de Malware Ultrarrápida 🛡️ Hacksguard es una herramienta de análisis estático de interfaz de terminal TUI ultrarrápida y multi-hilo diseñada para analistas de SOC, cazadores de amenazas e ingenieros inversos. Construida completamente en Rust, proporcion...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 4:18 a.m.14 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/12 4:18 a.m.62 views

pe-sieve

Intro PE-sieve is a tool that helps to detect malware running on the system, as well as to collect the potentially malicious material for further analysis. Recognizes and dumps variety of implants within the scanned process: replaced/injected PEs, shellcodes, hooks, and other in-memory patches...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/12 4:14 a.m.14 views

PythonAESObfuscate

PythonAESObfuscate Pythonic way to load shellcode. Builds an EXE for you too! Usage Place a payload.bin raw shellcode file in the same directory. Default Architecture is x86 run python obfuscate.py Default output is out.py Requirements Windows Python 2.7 Pyinstaller PyCrypto PyCryptodome didn't...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 4:13 a.m.5 views

Squre

SQURE S ecure Q uality U ncrackable R untime E ncryption - Advanced Binary Protection Toolkit for Windows PE files. Features SQURE provides multi-layered protection against reverse engineering, debugging, and tampering:...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 4:00 a.m.8 views

pftriage

pftriage pftriage 是一个帮助在恶意软件分类期间分析文件的工具。它允许分析师快速查看和提取文件的属性,以帮助分类过程。该工具还具有分析功能,可以检测恶意软件常用的常见恶意指标。 依赖项 pefile file-magic 可选 ssdeep 可选 注意:在 Mac 上 - Apple 已经实现了自己的 file 命令版本。但是,可以使用 homebrew 安装 libmagic root@kitploit: $ brew install libmagic 用法 root@kitploit: usage: pftriage options Show information...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:57 a.m.6 views

pe-signgen

pe-signgen Cross-version binary signatures and RVA offsets for Windows PE functions Overview pe-signgen is a tool for reverse engineers and security researchers that automatically generates: Binary signatures byte patterns with wildcards for unexported and exported functions RVA and file offsets...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 3:55 a.m.7 views

libpeconv

libPeConv Una biblioteca para cargar y manipular archivos PE. Objetivos El objetivo de libPEConv era crear una "navaja suiza" para la carga personalizada de archivos PE. Reúne varias funciones auxiliares que puedes integrar rápidamente en tu propio loader. Por ejemplo: reasignar secciones, aplica...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/12 3:53 a.m.14 views

VectoredOverloading

VectoredOverloading Vectored Overloading is a local PE injection technique that was first observed in the KidKadi malware. It works by manipulating the load of a legitimate DLL using Hardware Breakpoints HWBP and Vectored Exception Handling VEH to change the DLL section object on-the-fly...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:46 a.m.7 views

py_certificate_extractor

pycertificateextractor Sometimes it necessary to extract certificate information from the digital signed file. Use this tool when that occurs. you can easily finish Let me know if there are any changes required or additional features need it. Features Extract the certificate information and...

5.9AI score
SaveExploits0References1
Rows per page
Query Builder