Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2021-44228-helpers | Kitploit
Tools/GitHubGitHub/uint0/cve-2021-44228-helpers
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationPayload DevelopmentLabs & Practice
GitHubuint0/cve-2021-44228-helpers

cve-2021-44228-helpers

View Repository
4 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-44228 Helpers

Helpers, examples, and exploits for cve-2021-44228. Associated blog post: https://blog.uint0.dev/cve-2021-44228/

Helpers

Echo chamber

cd echochamber

Logs input via log4j.

Build: ./gradlew build

Run: ./gradlew run --console=plain

Ldap Exfil Server

cd ldap-listener

Ldap server that logs requests to allow for exfiltration

Build: pip install -r requirements.txt

Run: python3 listener.py <port>

Vulnerable applications

Spring Hibernate

cd spring-hibernate-ex

A sample app using Spring and Hibernate that's vulnerable to RMI deserialization.

Build: ./gradlew build

Run: ./gradlew bootRun

Class Inclusion

cd class-inclusion-ex

A sample app with com.sun.jndi.ldap.object.trustURLCodebase=true thats vulnerable to class inclusion

Build: ./gradlew build

Run: ./gradlew run --console=plain

Exploits

Exploit Class Inclusion

cd exploit-class-inclusion

Simple instructions on how to exploit class inclusion.

Exploit RMI Deserialization

cd exploit-rmi-deserialization

Simple on how to exploit RMI Deserialization for the spring-hibernate-ex example.

Troubleshooting

Everything was tested with java 11 (sdk use java 11.0.11.j9-adpt).

Download Tool