Lucene search
+L

11772 matches found

Kitploit
Kitploit
added 2026/09/18 1:14 a.m.6 views

wavecrack

Wavecrack 描述 一个用户友好的Web界面,用于在多用户之间共享一个hashcat破解箱,并提供一些预定义选项。 截图 主页 添加要破解的哈希值 查看结果和统计信息 概述 这个Web应用程序可用于使用hashcat启动异步密码破解 。 界面力求尽可能用户友好 ,方便选择密码破解方法,并自动执行各种攻击模式的顺序 。 它还显示已破解密码的统计信息 ,并允许以CSV格式导出已破解密码列表 。 该应用程序设计用于多用户环境,不同用户的破解结果之间严格隔离 :用户认证可以通过LDAP目录或基本认证 完成。 用法 Wavecrack可用于执行以下操作:...

6AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/18 12:52 a.m.8 views

Log4j-Scanner-Exploit

Log4Shell-Scanner-Exploit Bash script to remotely identify and/or exploit the Log4j vulnerability. This tool performs various tests using LDAP payloads and X-Api-Version, User-Agent, and X-Forwarded-For headers. Always use this script with prior authorization from the owner of the audited...

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

LDAP-Monitoring-Watchdog

LDAP Watchdog Overview LDAP Watchdog is a tool designed to monitor record changes in an LDAP directory in real-time. It provides a mechanism to track and visualize modifications, additions, and removals to user and group entries, allowing users to correlate expected changes with actual changes an...

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

msldap

🚩 赞助商 如果您喜欢这个项目,请考虑购买 OctoPwn 的许可证,这是我们的一款完整渗透测试套件,可在浏览器中运行! 如需获取新版本/发布通知及其他信息,请加入我们的 Discord msldap 用于 MS AD 的 LDAP 库 🚩 可在浏览器中运行 该项目以及许多其他渗透测试工具借助 OctoPwn 的能力在浏览器中运行! 请查看社区版本:OctoPwn - Live 文档 这里有很棒的文档! 特性 内置控制台 LDAP 客户端 所有参数均可通过便捷的 URL 控制(见下文) 支持集成 Windows 身份验证(SSPI),包括 NTLM 和 Kerberos 支持通道绑定(适...

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

cve-2021-44228

CVE-2021-44228 This repository represents a simplified simulation of infamous CVE-2021-44228 issue. Aside from system properties and other dictionary structures lookups, Apache Log4j also implements JNDI lookup feature for various reasons. The JNDI can obtain services from a number of service...

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

TPASLog4ShellPoC

TPAS Log4Shell PoC This repository contains a Proof of Concept PoC for the Log4Shell vulnerability CVE-2021-44228, developed as part of the coursework for the curricular unit TPAS in the Master's degree in Information Security at FCUP. It features: A React SPA frontend that simulates a generic...

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

LOG4J-CVE-2021-44228

LOG4J-CVE-2021-44228 Log4Shell(也称为 CVE-2021-44228)是一个严重漏洞,可在使用 Apache 基金会 Log4j 的系统中实现远程代码执行。Log4j 是一个开源 Java 库,广泛应用于商业和开源软件产品及工具中。 POC 分析 漏洞服务器运行在 8080 端口上 LDAP 服务器运行在两个端口上:http 8888 和 ldap 1389 利用命令 curl 172.17.0.2:8080 -H 'X-Api-Version:...

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

Apache-Log4j-POC

Apache-Log4j-POC CVE-2021-44228 Proof of Concept of apache log4j LDAP lookup vulnerability You can read more about the vulnerability here: https://blog.cloudflare.com/inside-the-log4j2-vulnerability-cve-2021-44228/ How to run the provided ldap server that returns malicious object ? java -jar...

10CVSS7.6AI score0.99999EPSS
SaveExploits371References1
Kitploit
Kitploit
added 2026/09/17 11:52 p.m.7 views

apache-tomcat-log4j

Log4j2 CVE-2021-44228 Vulnerability POC in Apache Tomcat Preview Setup Start tomcat server root@kitploit: git clone cd apache-tomcat-10.0.14/bin startup.bat Serve the exploit class root@kitploit: cd exploit py -m http.server 8888 root@kitploit: cd exploit java -cp marshalsec-0.0.3-SNAPSHOT-all.ja...

10CVSS7.8AI score0.99999EPSS
SaveExploits371
Kitploit
Kitploit
added 2026/09/17 11:50 p.m.13 views

vmware_vcenter_cve_2020_3952

Proof of concept for CVE-2020-3952 This is a short piece of code that exploits of CVE-2020-3952, which is described in detail at the Guardicore Labs post over here. This vulnerability was published by VMware in April 2020 with a maximum CVSS score of 10.0. It allows an attacker with a network...

9.8CVSS8.1AI score0.90384EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/17 11:43 p.m.8 views

log4j-shell-poc

log4j-shell-poc 针对近期发现的 CVE-2021-44228 漏洞的概念验证。 最近在 log4j(一个广泛用于 Elasticsearch、Minecraft 等众多场景的 Java 日志库)中发现了一个新漏洞。 本仓库包含一个示例漏洞应用及其概念验证(POC)利用代码。 概念验证(POC) 作为 PoC,这里有一个 Python 文件可自动化整个过程。 环境要求: root@kitploit: pip install -r requirements.txt 使用方法: 启动一个 netcat 监听器以接收反弹 Shell 连接。 root@kitploit: nc...

10CVSS7.8AI score0.99999EPSS
SaveExploits371
Kitploit
Kitploit
added 2026/09/17 11:43 p.m.9 views

log4j-shell-poc

log4j-shell-poc A Proof-Of-Concept for the recently found CVE-2021-44228 vulnerability. Recently there was a new vulnerability in log4j, a java logging library that is very widely used in the likes of elasticsearch, minecraft and numerous others. In this repository there is an example vulnerable...

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

sample-ldap-exploit

sample-ldap-exploit CVE-2021-44228 的简短演示 Build root@kitploit: $ mvn clean verify 运行攻击者 root@kitploit: $ java \ -cp 'attacker/target/sample-attacker.jar:attacker/target/lib/' \ sample.attacker.Attacker localhost 1389 sample.payload.Payload 8080 payload/target/sample-payload.jar URLs:...

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

sample-ldap-exploit

sample-ldap-exploit A short demo of CVE-2021-44228 Build root@kitploit: $ mvn clean verify Run Attacker root@kitploit: $ java \ -cp 'attacker/target/sample-attacker.jar:attacker/target/lib/' \ sample.attacker.Attacker localhost 1389 sample.payload.Payload 8080 payload/target/sample-payload.jar...

10CVSS7.6AI score0.99999EPSS
SaveExploits371
Kitploit
Kitploit
added 2026/09/17 11:29 p.m.7 views

strelka-ui

Releases | Pull Requests | Issues !Pull...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/17 11:21 p.m.13 views

Log4j-Scanner-Exploit

Log4Shell-Scanner-Exploit Bash script that allows identifying and/or exploiting the Log4Shell vulnerability remotely. This tool performs various tests using LDAP payloads and X-Api-Version, User-Agent, and X-Forwarded-For headers. Always use this script with prior authorization from the owner of...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 11:03 p.m.9 views

adfly

adfly active directory query tool using LDAP Protocol , helps red teamer / penetration testers to validate users credentials , retrieve information about AD users , AD groups AD fly is Tool uses LDAP Protocol for users authentication access and queries of information ,since AD fly uses LDAP for...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 10:39 p.m.16 views

LDAPPER

Introduction This tool was written to address a lot of the issues I was experiencing with ldapsearch and AD interaction in general. In particular, this tool addresses the following problems that I've experienced: 1. Inability to return more than a thousand results from AD. This tool supports LDAP...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 10:37 p.m.8 views

log4j-cve-2021-44228

Log4j CVE-2021-44228 and CVE-2021-45046 Requisites Use a vulnerable JDK, for instance JDK 1.8.0181 Usage Malicious server The malicious server deploys the following endpoints: 1389 LDAP server 1099 RMI server 8081 HTTP server root@kitploit: ./gradlew :malicious-server:bootRun Vulnerable applicati...

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

CVE-2020-1958

PoC de CVE-2020-1958 CVE-2020-1958 es una vulnerabilidad de inyección LDAP de alta gravedad en Apache Druid 0.17.0. Permite a un atacante omitir el filtro de búsqueda LDAP y recuperar cualquier valor de atributo LDAP de usuarios que existan en el servidor LDAP. Del aviso oficial de Apache Druid:...

6.5CVSS6.8AI score0.04565EPSS
SaveExploits0References1
Rows per page
Query Builder