11770 matches found
PassTheCert
PassTheCert A veces, los controladores de dominio no admiten PKINIT. Esto puede deberse a que sus certificados no tienen el Smart Card Logon EKU. Sin embargo, varios protocolos, incluyendo LDAP, soportan Schannel, y por lo tanto la autenticación a través de TLS. Hemos creado una pequeña herramien...
securenvoy-cve-2024-37393
securenvoy-cve-2024-37393 负责任披露 针对CVE-2024-37393(SecurEnvoy MFA 9.4.513)的漏洞检查脚本。 用于检查LDAP注入的概念验证代码。 修复 漏洞已在SecurEnvoy MFA = 9.4.514中修复。 链接 https://www.optistream.io/blogs/tech/securenvoy-cve-2024-37393 作者 https://optistream.io...
sopa
sopa Un cliente práctico para ADWS en Golang. Sopa implementa la pila de protocolos ADWS MS-NNS + MC-NMF + SOAP, exponiendo las siguientes funcionalidades desde línea de comandos: Búsqueda y recuperación de objetos query: ejecuta búsquedas por filtro LDAP mediante el bucle WS-Enumeration...
jndi-ldap-test-server
jndi-ldap-test-server Este es un servidor LDAP minimalista destinado a probar la vulnerabilidad a ataques de inyección JNDI+LDAP en Java, especialmente CVE-2021-44228. Cómo probar la vulnerabilidad a CVE-2021-44228 1. Descarga el binario del servidor de prueba para tu plataforma puedes encontrar...
msLDAPDump
msLDAPDump LDAP enumeration tool implemented in Python3 msLDAPDump simplifies LDAP enumeration in a domain environment by wrapping the ldap3 library from Python in an easy-to-use interface. Like most of my tools, this one works best on Windows. If using Unix, the tool will not resolve hostnames...
JNDI-Injection-Exploit
JNDI-Injection-Exploit Materials about JNDI Injection 中文文档 相关文章 Description JNDI-Injection-Exploit is a tool for generating workable JNDI links and provide background services by starting RMI server,LDAP server and HTTP server. RMI server and LDAP server are based on marshals and modified further...
ZackAttack
===== ZackAttack! - Retransmitiendo NTLM como nadie ======= ¿Qué demonios es esto? Versión tl;dr: ZackAttack! es un nuevo conjunto de herramientas para hacer retransmisión de autenticación NTLM, a diferencia de cualquier otra herramienta que exista actualmente. = Entonces, ¿cómo es ZackAttack!...
flashingestor
flashingestor 一个用于 Active Directory 收集的 TUI 工具。 设计理念 该项目的主要目标是: 1. 成为一个完整的数据摄取器 ,兼容 BloodHound CE(社区版) 2. 比其他收集器更快、更安静、更可定制 3. 提供友好的 TUI(终端用户界面)并带有进度追踪 演示 实现细节 Flashingestor 实现了三个独立的基本步骤:LDAP 导入、远程收集 和 转换,而其他收集器则在单个步骤中运行指定的方法: 导入 Ctrl+l - 从 LDAP 收集原始对象属性数据,并将其存储在 output/ldap 下的中间 msgpack 文件中。查询可以...
CVE-2024-21006
1、没什么好说的就是一个ldap利用。 2、请检查ldap服务请求日志。 3、目标版本需要在Oracle WebLogic Server 为 12.2.1.4.0 和 14.1.1.0.0。并且需要在低版本jdk。 4、使用JNDIExploit-1.4-SNAPSHOT.jar开启ldap服务。...
fail2ban-log4j
fail2ban-log4j fail2ban 过滤器,用于捕获针对 log4j CVE-2021-44228 的攻击 安装 将此文件复制到您的 fail2ban filter.d 目录,该目录通常类似于 /etc/fail2ban/filter.d 或类似的位置。 在您的 jail.local 或 jail.conf 中添加一个 apache-jndi 部分: root@kitploit: apache-jndi enabled = true filter = apache-jndi port = http,https logpath =...
ADExplorerSnapshot
ADExplorerSnapshot.py ADExplorerSnapshot.py 是一个 AD Explorer 快照解析器。它作为 BloodHound 的数据采集器,通过 BOFHound 使用,同时也支持将完整对象转储为 NDJSON 格式。 AD Explorer 允许你连接域控制器并浏览 LDAP 数据。它还可以创建当前所连接服务器的快照。该工具能够将这些快照转换为 BOFHound 格式或 BloodHound 兼容的 JSON 文件,或将快照中的所有可用对象转储为 NDJSON 以便进一步处理。 支持的内容 在 BOFHound...
ADReaper
ADReaper ADReaper 是一个用 Golang 编写的工具,能够在几秒钟内通过 LDAP 查询枚举 Active Directory 环境。 安装 你可以从 最新发布 下载适用于 Windows/Linux 的预编译可执行二进制文件。 从源码安装 要从源码构建,克隆仓库并使用 GO 构建: root@kitploit: $ git clone https://github.com/AidenPearce369/ADReaper $ cd ADReaper/ $ go build 使用方法 ADReaper 通过多种命令执行枚举,这些命令根据各自用途执行 LDAP 查询。...
ldsview
ldsview LDAP 目录转储 LDIF 格式的离线搜索工具。 功能特性 快速且内存高效的 LDIF 文件解析 构建 ldapsearch 命令以从目录中提取 LDIF 显示目录结构 UAC 和目录时间格式转换 配置 配置选项可通过 CLI 标志、环境变量或配置文件传递,借助 viper。请参考项目文档了解所有不同的配置提供方式。 默认情况下,ldsview 会在用户主目录中查找名为 .ldsview.json,toml,yaml 的文件 应用程序会读取前缀为 LDSVIEW 的环境变量 使用说明 详细的使用信息可通过 --help 标志或 ldsview 及其所有子命令的 help...
ldsview
ldsview Offline search tool for LDAP directory dumps in LDIF format. Features Fast and memory efficient parsing of LDIF files Build ldapsearch commands to extract an LDIF from a directory Show directory structure UAC and directory time format translation Config Config options can be passed as CLI...
log4shell-homework9
作业 9 – 保护系统免受 Log4Shell 漏洞攻击 概述 本项目演示了 Log4Shell 漏洞(CVE-2021-44228)的利用与缓解,使用了一个包含易受攻击的 Log4j 2.14.1 的 Dockerized Java Web 应用。该设置还包含一个模拟的恶意 LDAP 服务器,用于演示 JNDI 注入攻击路径。 在利用之后,系统通过升级 Log4j、验证输入以及应用 MITRE D3FEND 和 ATT&CK 建议进行了加固。 文件夹结构 root@kitploit: log4shell-homework9/ ├── docker-compose.yml ├──...
ldap-swak
LDAP Swiss Army Knife Utilidad de servidor LDAP multifunción. Configura rápidamente un servidor LDAP para fines de prueba, proxies MitM para interceptar texto plano o reenviar credenciales NTLM, o explota varias vulnerabilidades de clientes Java JNDI/LDAP. Autor: Moritz Bechler...
SharpView
SharpView .NET port of PowerView Usage: root@kitploit: C:\SharpView.exe Get-DomainController -Domain test.local -Server dc.test.local -Credential [email protected]/password root@kitploit: C:\SharpView.exe Get-DomainController -Help Get-DomainController -Domain -Server -DomainController -LDAP...
KrbRelay
KrbRelay Relaying 3-headed dogs. More details at https://googleprojectzero.blogspot.com/2021/10/windows-exploitation-tricks-relaying.html and https://googleprojectzero.blogspot.com/2021/10/using-kerberos-for-authentication-relay.html This should be working on most fully patched Windows systems...
SharpSpray
SharpSpray SharpSpray is a Windows domain password spraying tool written in .NET C. Introduction SharpSpray is a C port of DomainPasswordSpray with enhanced and extra capabilities. This tool uses LDAP Protocol to communicate with the Domain active directory services. Features Can operate from...
cve-2021-44228
CVE-2021-44228 Un paquete de Zeek que genera avisos, etiqueta conexiones HTTP y opcionalmente genera un registro para intentos de Log4J CVE-2021-44228. Detecta el payload contenido en cabeceras HTTP: Consulte Simplifying Detection of Log4Shell para más detalles. Usa firmas de Zeek para generar...