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
log4shell-cve-lab — Intentionally vulnerable Log4j 2.14.1 HTTP service for hands-on practice with CVE-2021-44228 (Log4Shell) in an isolated sandbox environment. | Kitploit
Tools/GitHubGitHub/vaibhav91one/log4shell-cve-lab
Vulnerability AnalysisExploitationWeb SecurityLearning & EducationLabs & Practice
GitHubvaibhav91one/log4shell-cve-lab

log4shell-cve-lab

Intentionally vulnerable Log4j 2.14.1 HTTP service for hands-on practice with CVE-2021-44228 (Log4Shell) in an isolated sandbox environment.

View Repository
4h 13m 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

Log4Shell CVE-2021-44228 lab

This repository contains a small vulnerable Log4j 2.14.1 HTTP service for CVE-2021-44228.

Sentinel reproduced this scenario on 2026-08-27 as a from-scratch sandbox lab. The important properties from that run are preserved here:

  • attacker-controlled User-Agent reaches a Log4j sink
  • log4j-core and log4j-api are pinned to 2.14.1
  • the vulnerable run enables com.sun.jndi.ldap.object.trustURLCodebase=true

This is an intentionally vulnerable lab. Run it only in an isolated local or sandbox environment.

Run

root@kitploit:~
docker build -t log4shell-cve-lab .
docker run --rm -p 8080:8080 log4shell-cve-lab

The target listens on HTTP port 8080.

BountyDesk should treat this repository as target code only. The TrueForge agent must investigate the running target through the platform harness, using probe_target for read-only requests and for any state-changing request that needs approval. No script in this repository is an authoritative verdict source, and this repository does not ship exploit infrastructure.

probe_target_write

Sentinel reference

Evidence source: demo/evidence/log4shell-cve-2021-44228-blind-build.md in the Sentinel repo.

Download Tool