https://github.com/cergo123/log4j-dork-scanner
A script to search, scrape and scan for Apache Log4j CVE-2021-44228 affected files using Google dorks
https://github.com/cergo123/log4j-dork-scanner
cve-2021-44228 dork-scanner log4j python-script scanner
Last synced: about 1 month ago
JSON representation
A script to search, scrape and scan for Apache Log4j CVE-2021-44228 affected files using Google dorks
- Host: GitHub
- URL: https://github.com/cergo123/log4j-dork-scanner
- Owner: cergo123
- Created: 2021-12-20T12:01:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T12:03:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T12:50:39.948Z (11 months ago)
- Topics: cve-2021-44228, dork-scanner, log4j, python-script, scanner
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```shell
git clone https://github.com/JagarYousef/log4j-dork-scanner
cd log4j-dork-scanner
pip install -r requirments.txt
```- ### Scanning:
```shell
python scanner.py -d YOUR_SEARCH_DORK -n NUMBER_OF_GOOGLE_RESULTS_PAGES
```
- ### Example:
```shell
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