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
log4j-fuzzer — Automated scanner for CVE-2021-44228 (Log4Shell) that tests single or multiple web targets for the vulnerability using remote callback servers. | Kitploit
Tools/GitHubGitHub/mr-vill4in/log4j-fuzzer
Vulnerability ScannersExploitationWeb SecurityFuzzingPenetration Testing
GitHubmr-vill4in/log4j-fuzzer

log4j-fuzzer

Automated scanner for CVE-2021-44228 (Log4Shell) that tests single or multiple web targets for the vulnerability using remote callback servers.

View Repository
3364 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

log4j-fuzzer

For Single Target

root@kitploit:~
chmod +x log4j

After That Command Simply Put Your Target

root@kitploit:~
./log4j [YOUR_TARGET_URL] [YOUR_REMOTE_SERVER]

For Multiple Target

Gether All Domain, Subdomain, Directroty in a list After That Simply Command This

root@kitploit:~
chmod +x log4j

You Can Create a remote server With https://github.com/projectdiscovery/interactsh or else try DNSLOG.CN this

root@kitploit:~
cat [put_your_list_name_here.txt] | while read line ; do ./log4j $line [YOUR_Remote_Server_IP/URL_HERE] ;done
Download Tool