18371 matches found
hydrafw
HydraFW firmware oficial para HydraBus v1 HydraFW es un firmware de código abierto nativo en C y ensamblador para la placa HydraBus v1. Puedes comprar HydraBus v1 en línea: http://hydrabus.com/buy-online Primeros pasos con HydraBus v1:...
FuzzingBrain-Bench
FuzzingBrain Bench Un benchmark para la reproducción de vulnerabilidades impulsada por LLM en 77 errores de día cero reales en 43 proyectos de código abierto C / C++ / Java. Cada desafío le da al agente solo el harness de fuzzing el objetivo y el código fuente del proyecto en la revisión vulnerab...
Copy-Fail-Exploit-CVE-2026-31431
Copy-Fail-Exploit-CVE-2026-31431 unning the Python Exploit 1. Execute directly root@kitploit: python3 copyfailexp.py Compiling the C Version 1. Compile root@kitploit: gcc copyfailexp.c -o copyfail 2. Make executable root@kitploit: chmod +x copyfail 3. Run exploit root@kitploit: ./copyfail...
CVE-2025-46817-PoC
Exploit de Desbordamiento de Enteros CVE-2025-46817 en Redis Una implementación ligera en C del exploit CVE-2025-46817 para la vulnerabilidad de desbordamiento de enteros en Redis. 🚀 Características Ligero : Un único archivo C, sin dependencias externas más allá de hiredis Rápido : Compilación...
PoC-CVE-2021-4034
PoC-CVE-2021-4034 Referencia del PoC https://github.com/arthepsy/CVE-2021-4034 https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt Uso: gcc PoC.c -o PoC ./PoC...
CVE-2026-31431.c
CVE-2026-31431.c Este contenido se proporciona únicamente con fines educativos. El autor no asume ninguna responsabilidad ni obligación por errores u omisiones en el contenido. Toda la información se proporciona "tal cual", sin garantías de integridad, precisión, utilidad o actualidad. Cualquier...
copyfail-c
copyfail-c Una reproducción mínima en C para investigar Copy Fail CVE-2026-31431. Este repositorio contiene una implementación compacta en C construida alrededor de la interfaz AFALG del kernel de Linux para investigación de vulnerabilidades, análisis de comportamiento y reproducción controlada...
0net
0net:简单的Windows远程控制后门 简介: 0net是一个简单的Windows远程控制类后门程序。客户端使用c++编写在vc++6.0上编译通过。服务端使用python编写,可以跨平台使用。该项目目前正在开发中... 项目详细说明:http://www.s0nnet.com/0net 功能: 支持反向连接(IP和域名)到指定服务器 实现常见的远程指令:关机、重启、取消关机、弹窗、锁屏、重置光标、冻结鼠标和键盘 支持截取目标主机屏幕压缩后并传回服务端 支持开机自启动 支持通过管道实现远程CMD并传回服务端 支持文件上传、下载 支持键盘记录(实时记录和离线记录)--开发中...
f_poc_cve-2021-4034
fpoccve-2021-4034 usage root@kitploit: cd /tmp git clone https://github.com/jcatala/fpoccve-2021-4034/ cd fpoccve-2021-4034 gcc -fPIC -c ISO646.c ld -shared -shared ISO646.o -o s.so gcc f.c -o f ./f...
CVE-2021-44132
CVE-2021-44132 Este script explota una vulnerabilidad en el objeto OMCISHELL de los routers propietarios de C-DATA, como BESTCOM...
CVE-2021-4034
Ejecuta los siguientes comandos en una máquina Linux vulnerable en el directorio donde se encuentra el archivo c y debería otorgarte acceso root. $ gcc CVE-2021-4034.c -o exploit $ ./exploit whoami root...
PT-2026-89549
A size check in the client-side authentication path of the MongoDB C Driver can wrap around, so an unusually large user-name value is accepted and copied past the end of a small buffer. A party able to set the driver's connection settings may cause the application that embeds the driver to...
Ubuntu 14.04 LTS / 18.04 LTS / 20.04 LTS / 22.04 LTS / 24.04 LTS / 26.04 LTS / Pro Realtime 22.04 LTS / Pro Realtime 24.04 LTS : rabbitmq-c vulnerabilities (USN-8724-1)
The remote Ubuntu 14.04 LTS / 18.04 LTS / 20.04 LTS / 22.04 LTS / 24.04 LTS / 26.04 LTS / Pro Realtime 22.04 LTS / Pro Realtime 24.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-8724-1 advisory. It was discovered that the rabbitmq-c...
CVE-2026-53939
OpenIDC/cjose is a C library implementing the Javascript Object Signin...
PT-2026-89516
Improper neutralization of regular-expression metacharacters in the LINQ query translation component of the MongoDB C Driver can cause a caller-supplied character sequence to alter a regular-expression predicate generated by an affected application. An authenticated user who can influence such a...
PT-2026-89550
Improper neutralization of special elements in data query logic in the GridFS component of the MongoDB C Driver can cause a caller-supplied structured file identifier to be interpreted as a query condition rather than as a literal identifier. An authenticated user who can influence the identifier...
CVE-2026-53938
OpenIDC/cjose is a C library implementing the Javascript Object Signin...
UBUNTU-CVE-2026-53939
OpenIDC/cjose is a C library implementing the Javascript Object Signin...
copy-fail-CVE-2026-31431-C
copy-fail-CVE-2026-31431-C Verified on ubuntu 18.04,ubuntu 20.04,ubuntu 22.04,kali 2024,kali 2025,kali 2026 root@kitploit: gcc -o exploit exploit.c -lz && chmod +x exploit && ./exploit Verified on ubuntu 25.04 arm64 root@kitploit: gcc -o exploit exploitaarch64.c -lz && chmod +x exploit && ./explo...
CVE-2026-20169
IoT-FND 概述 功能 网络发现 扫描器检查指定的IP范围,寻找暴露预期管理服务的设备。 示例检查: IP范围枚举 TCP端口可用性测试 服务发现 基本连接验证 Windows原生实现 使用原生Windows API构建: WinINet WinHTTP Winsock Windows网络库 无需外部框架。 工作原理 研究流程: root@kitploit: Target IP Range | v Port Discovery | v Management Service Detection | v Authentication Testing | v Security...