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
minecraft-log4j-honeypot — Minecraft Honeypot for Log4j exploit. CVE-2021-44228 Log4Shell LogJam | Kitploit
Tools/GitHubGitHub/adikso/minecraft-log4j-honeypot
Defensive ToolsVulnerability AnalysisExploitationThreat Intelligence
GitHubadikso/minecraft-log4j-honeypot

minecraft-log4j-honeypot

Minecraft Honeypot for Log4j exploit. CVE-2021-44228 Log4Shell LogJam

View Repository
1062014 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Minecraft Log4j Honeypot

This honeypots runs fake Minecraft server (1.7.2 - 1.16.5 without snapshots) waiting to be exploited. Payload classes are saved to payloads/ directory.

Requirements

  • Golang 1.16+

Running

Natively

root@kitploit:~
git clone https://github.com/Adikso/minecraft-log4j-honeypot.git
cd minecraft-log4j-honeypot
go build .
./minecraft-log4j-honeypot

Using docker

root@kitploit:~
mkdir payloads
docker run --rm -it --mount type=bind,source="${PWD}/payloads",target=/payloads --user=`id -u` -p 25565:25565 adikso/minecraft-log4j-honeypot:latest
Download Tool