Lucene search
+L

2743991 matches found

Kitploit
Kitploit
added 2026/09/22 4:10 p.m.18 views

Maestro

Maestro Maestro is a post-exploitation tool designed to interact with Intune/EntraID from a C2 agent on a user's workstation without requiring knowledge of the user's password or Azure authentication flows, token manipulation, and web-based administration console. Maestro makes interacting with...

6.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 4:10 p.m.15 views

msticpy

Herramientas de Seguridad en Python y Jupyter de MSTIC Herramientas de Seguridad en Python de Microsoft Threat Intelligence. msticpy es una biblioteca para investigación y caza en ciberseguridad en Jupyter Notebooks. Incluye funcionalidad para: consultar datos de registros de múltiples fuentes...

5.8AI score
SaveExploits0References24
Kitploit
Kitploit
added 2026/09/22 4:10 p.m.55 views

msticpy

MSTIC Jupyter and Python Security Tools Microsoft Threat Intelligence Python Security Tools. msticpy is a library for InfoSec investigation and hunting in Jupyter Notebooks. It includes functionality to: query log data from multiple sources enrich the data with Threat Intelligence, geolocations a...

6.1AI score
SaveExploits0References24
Kitploit
Kitploit
added 2026/09/22 4:10 p.m.12 views

poc-cribl-rce

Disclaimer This is for informational/educational purposes only. This was put together to demonstrate an insecurity in the tool, in order for a fix to be verified by the vendor. Info Tested on Cribl v1.5.0 - Previous versions not tested but likely vulnerable. A valid JWT token can be transfered fr...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 4:10 p.m.16 views

LLM4Decompile

📊 Results | 🤗 Models | 🚀 Quick Start | 📚 HumanEval-Decompile | 📎 Citation | 📝 Paper | 🖥️ Colab | ▶️ YouTube Reverse Engineering: Decompiling Binary Code with Large Language Models Updates 2025-10-04: Release SK²Decompile: LLM-based Two-Phase Binary Decompilation from Skeleton to Skin. Phase 1...

6.2AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 4:10 p.m.10 views

CVE-2019-13361

CVE-2019-13361 How Packet 1: attacker updates wifi settings Packet 2: device replies with its ID and a success/error code Packet 3: attacker disarm device using the ID...

6.5CVSS6.8AI score0.01094EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 4:10 p.m.21 views

nerva

Nerva Nerva: CLI de fingerprinting de servicios rápido Características • Instalación • Inicio rápido • Uso • Protocolos • Biblioteca • Casos de uso • Solución de problemas Fingerprinting de servicios de alto rendimiento escrito en Go. Identifica más de 170 protocolos de red en los transportes TCP...

6AI score
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/22 4:10 p.m.10 views

frogy2.0

Orbis - Inteligencia de Superficie de Ataque Inteligencia de Superficie de Ataque de Espectro Completo Orbis mapea automáticamente toda la superficie de ataque orientada a internet de su organización, subdominios, puertos abiertos, aplicaciones web, infraestructura en la nube, certificados TLS,...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 4:09 p.m.10 views

CVE-2025-49144

PoC de Plantación Binaria de Notepad++ CVE-2025-49144 ⚠️ SOLO CON FINES EDUCATIVOS Este código está diseñado para fines educativos y de investigación para comprender las vulnerabilidades de plantación binaria. Úselo solo en entornos controlados con la autorización adecuada. 📋 Resumen Esta Prueba d...

7.3CVSS7.5AI score0.00629EPSS
SaveExploits4References2
Cvelist
Cvelist
added 2026/09/22 4:09 p.m.7 views

CVE-2026-56682 9Router: Login Brute-Force Lockout Bypass via Spoofable X-9r-Real-Ip Header

9Router is an AI router & token saver. Prior to 0.5.6, 9Router deployments that allow requests to reach Next.js without the sanitizing custom-server.js wrapper use the client-supplied X-9r-Real-Ip value as the bucket key in getClientIp, checkLock, and recordFail in src/lib/auth/loginLimiter.js fo...

5.3CVSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 4:08 p.m.49 views

linux-smart-enumeration

First, a couple of useful oneliners ; root@kitploit: wget "https://github.com/diego-treitos/linux-smart-enumeration/releases/latest/download/lse.sh" -O lse.sh;chmod 700 lse.sh root@kitploit: curl "https://github.com/diego-treitos/linux-smart-enumeration/releases/latest/download/lse.sh" -Lo...

6.3AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 4:08 p.m.48 views

dive

dive A tool for exploring a Docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. To analyze a Docker image simply run dive with an image tag/id/digest: root@kitploit: dive or you can dive with Docker directly: root@kitploit: alias dive="docker run -ti --...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/22 4:08 p.m.14 views

dive

dive Una herramienta para explorar una imagen Docker, el contenido de sus capas y descubrir formas de reducir el tamaño de tu imagen Docker/OCI. Para analizar una imagen Docker simplemente ejecuta dive con una etiqueta/id/digest de imagen: root@kitploit: dive O puedes usar dive directamente con...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/22 4:08 p.m.19 views

XSStrike

XSStrike Advanced XSS Detection Suite XSStrike Wiki • Usage • FAQ • For Developers • Compatibility • Gallery XSStrike is a Cross Site Scripting detection suite equipped with four hand written parsers, an intelligent payload generator, a powerful fuzzing engine and an incredibly fast crawler...

6AI score
SaveExploits0References24
Kitploit
Kitploit
added 2026/09/22 4:08 p.m.366 views

mimikatz

mimikatz mimikatz is a tool I've made to learn C and make somes experiments with Windows security. It's now well known to extract plaintexts passwords, hash, PIN code and kerberos tickets from memory. mimikatz can also perform pass-the-hash, pass-the-ticket or build Golden tickets. root@kitploit:...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 4:08 p.m.15 views

mimikatz

mimikatz mimikatz es una herramienta que creé para aprender C y hacer algunos experimentos con la seguridad de Windows. Ahora es bien conocida por extraer contraseñas en texto plano, hashes, códigos PIN y tickets de Kerberos de la memoria. mimikatz también puede realizar pass-the-hash,...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 4:06 p.m.8 views

CVE-2019-7482

Multiple Vulnerabilities in SonicWall SMA/SRA Appliances CVE-2019-7481, CVE-2019-7482,CVE-2019-7483, CVE-2019-7484, CVE-2019-7485, CVE-2019-7486 First Published: 26 Feb 2020 14:00 GMT Status: Developing Last Updated: 26 Feb 2020 14:00 GMT CVSS Score: 9.8 Summary On 18 Dec 2019, SonicWall CSIRT...

9.8CVSS8.2AI score0.99906EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 4:06 p.m.12 views

initroot

Exploiting CVE-2016-10277 More information at: https://alephsecurity.com/2017/06/07/initroot-moto/ If you just want to check if your device is vulnerable, it might be quicker if you just flash stock ramdisk without any modifications. If it's your case, just look for initroot--STOCK.cpio.gz...

9.3CVSS7.6AI score0.16674EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/22 4:06 p.m.16 views

scan4all

💬 README中文 • Compilar/Instalar/Ejecutar • Descripción de Parámetros • Cómo usar • Escenario • Lista de POCs • Escaneo Personalizado • Mejores Prácticas Características Netcat web gratuito de un solo ID para múltiples objetivos reverse shell Qué es scan4all: integra vscan, nuclei, ksubdomain,...

6.1AI score
SaveExploits0References21
Kitploit
Kitploit
added 2026/09/22 4:06 p.m.6 views

CVE-2022-26134

CVE-2022-26134 Instalación root@kitploit: 下载py,本地cmd运行 Uso poc root@kitploit: python3 CVE-2022-26134.py -u http://www.xxx.com exp root@kitploit: python3 CVE-2022-26134.py -u http://www.xxx.com -c id Descargo de responsabilidad 🧐 Esta herramienta está destinada únicamente a actividades de segurida...

9.8CVSS8.2AI score0.99999EPSS
SaveExploits77
Rows per page
Query Builder