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-dork-scanner — A script to search, scrape and scan for Apache Log4j CVE-2021-44228 affected files using Google dorks | Kitploit
Tools/GitHubGitHub/timborin0/log4j-dork-scanner
OSINT (Open Source Intelligence)Vulnerability ScannersExploitationInformation GatheringWeb SecurityCrawler
GitHubtimborin0/log4j-dork-scanner

log4j-dork-scanner

A script to search, scrape and scan for Apache Log4j CVE-2021-44228 affected files using Google dorks

View Repository
54 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 dork scanner

This is an auto script to search, scrape and scan for Apache Log4j CVE-2021-44228 affected files using Google dorks.

  • Installation:

root@kitploit:~
git clone https://github.com/JagarYousef/log4j-dork-scanner
cd  log4j-dork-scanner
pip install -r requirments.txt
  • Scanning:

root@kitploit:~
 python scanner.py -d YOUR_SEARCH_DORK -n NUMBER_OF_GOOGLE_RESULTS_PAGES
  • Example:

root@kitploit:~
python scanner.py -d inurl:member.jsp -n 10

Disclaimer

  • I am not responsible about how you use it, I just provide it for educational and demonstration purposes!
  • I don't provide support on it, you can fork it as you want
Download Tool