68858 matches found
lunar
LUNAR Lockdown UNix Auditing and Reporting Version Current version 15.9.1 Refer to lunar.sh and changelog for more up to date version information License CC BY-SA: https://creativecommons.org/licenses/by-sa/4.0/ Fund me here: https://ko-fi.com/richardatlateralblast NOTICE Run this code in audit...
log4j-CVE-2021-4104
HEAD Log4jShell1.x PoC de Log4j RCE 1.x Ataque Restricción 1. El objetivo tiene un entorno jms 2. Necesitas obtener acceso para modificar el archivo log4j.properties Conclusión No es tan útil como log4shell 2.x Tema de Log4shell https://github.com/cckuailong/reapoc/tree/main/Topic/Log4j Bienvenid...
CVE-2026-90007
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Use rollback index when freeing MSI-X vectors pm8001requestmsix unwinds previously registered handlers with freeirq when requestirq fails. The rollback loop uses the failing index i for every iteration instead of th...
CVE-2025-29927
Introducción Al falsificar la cabecera de solicitud x-middleware-subrequest, se elude el mecanismo de autenticación del middleware de Next.js, permitiendo el acceso no autorizado a rutas protegidas. Configuración del entorno El código fuente del proyecto proviene de P神, y la versión de Next.js es...
badkeys
badkeys Tool and library to check cryptographic public keys for known vulnerabilities what? badkeys checks public keys in various formats for known vulnerabilities. A web version can be found at badkeys.info. install badkeys can be installed via pip: root@kitploit: pip3 install badkeys You may wa...
fireprox
FireProx 概述 优点 免责声明 维护者 致谢 基本用法 安装 截图 贡献 概述 在进行Web调用时,隐藏或持续轮换源IP地址可能既困难又昂贵。虽然已有一些工具存在了一段时间,但它们要么IP地址数量有限,要么昂贵,要么需要部署大量VPS。FireProx利用AWS API Gateway创建透明代理,每次请求都会轮换源IP地址!使用FireProx创建一个指向目标服务器的代理URL,然后向该代理URL发出Web请求,代理URL将返回目标服务器的响应! 由以下机构提供: 维护者 关注我的Twitter以获取更多技巧、窍门和工具(或者仅仅是打个招呼)!(Mike Felch -...
CVE-2026-90007 scsi: pm8001: Use rollback index when freeing MSI-X vectors
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Use rollback index when freeing MSI-X vectors pm8001requestmsix unwinds previously registered handlers with freeirq when requestirq fails. The rollback loop uses the failing index i for every iteration instead of th...
CVE-2026-90007
This vulnerability affects the pm8001 SCSI host controller driver in the Linux kernel . In pm8001_request_msix(), when request_irq() fails, the rollback loop that frees previously registered MSI-X vectors incorrectly uses the failing index i on every iteration instead of the already registered ve...
EUVD-2026-80615
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Use rollback index when freeing MSI-X vectors pm8001requestmsix unwinds previously registered handlers with freeirq when requestirq fails. The rollback loop uses the failing index i for every iteration instead of th...
EUVD-2026-80456
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Clamp MSI-X derived queue counts to avoid truncation ha-msixcount is u16, but ha-maxreqqueues, ha-maxrspqueues and ha-maxqpairs are u8. Deriving the queue count as "ha-maxreqqueues = ha-msixcount - 1" therefore...
CVE-2026-89856
A vulnerability in the Linux kernel qla2xxx SCSI driver arises from a type-width mismatch: ha->msix_count is u16 while derived queue counts (max_req_queues, max_rsp_queues, max_qpairs) are u8 . A device (physical or hot-plugged) advertising 257 MSI-X vectors causes msix_count - 1 to equal 256,...
EUVD-2026-80448
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Quiesce response IRQ before freeing request queue qla2xxxdeleteqpair deletes the request queue before the response queue. qla25xxdeletereqque frees the request queue memory kfreereq in qla25xxfreereqque, but the...
day05-grafana-sqlexpr-lab
Día 5 – Grafana SQL Expressions → DuckDB LFI CVE-2024-9264 TL;DR: En las versiones afectadas de Grafana 11.x, un Viewer con sesión iniciada puede usar SQL Expressions. Grafana reenvía la expresión a DuckDB en el servidor. Con readtext / readblob, puedes leer archivos locales LFI. Plantamos una fl...
CVE-2025-29927-POC
CVE-2025-29927-POC Introducción Este repositorio contiene una Prueba de Concepto PoC para CVE-2025-29927, una vulnerabilidad hipotética que demuestra una falla en el manejo de middleware dentro de una aplicación web. La PoC ilustra cómo una solicitud HTTP especialmente manipulada puede eludir la...
CVE-2011-3192-apache-exploit
CVE-2011-3192 Este exploit desencadena una condición de denegación de servicio en las versiones de Apache 1.3.x, 2.0.64 y anteriores, y 2.2.19 y anteriores. Desarrollado en 2011 por Antonius ev1lut10n / w1sdom...
CVE-2025-29927__Next.js
CVE-2025-29927 - POC de Bypass de Autorización en Middleware de Next.js ⚠️ Aviso legal : Esta herramienta está destinada únicamente a fines de seguridad, pruebas de penetración autorizadas y educación. Utilizar esta herramienta contra sistemas sin permiso explícito es ilegal y poco ético. 📋 Resume...
CVE-2026-61511
VBulletin RCE POC Telegram : @esp256 Soporte : escaneo masivo/individual Dork de Fofa root@kitploit: body="Powered by vBulletin" body="vbulletin/core/cpstyles" body="Powered by vBulletin" && body="6.2" body="Powered by vBulletin" && body="6.1" body="Powered by vBulletin" && body="6."...
next-js-auth-bypass
Hola Mundo - Next.js 12.2 Una aplicación simple de prueba de concepto Next.js 12.2. 🚀 Inicio Rápido 1. Instalar Dependencias root@kitploit: npm install 2. Ejecutar el Servidor de Desarrollo root@kitploit: npm run dev La aplicación estará disponible en http://localhost:3000 🛠️ Scripts Disponibles...
hsecscan
hsecscan A security scanner for HTTP response headers. Requirements Python 2.x Python Modules os.path argparse sqlite3 urlparse urllib2 urllib json ssl Install root@kitploit: $ pip install hsecscan Usage root@kitploit: $ hsecscan usage: hsecscan.py -h -P -p -H Header -u URL -R -i -U User-Agent -D...
PegasusX
PegasusX PoC de LPE para OS X 10.11.6 para CVE-2016-4655 / CVE-2016-4656 Análisis de CVEs y Writeup Un análisis detallado de los CVEs utilizados en este PoC está disponible aquí: Análisis y explotación de las vulnerabilidades del kernel de Pegasus CVE-2016-4655 / CVE-2016-4656...