
Log4j Shield - fast ⚡, scalable and easy to use Log4j vulnerability CVE-2021-44228 finder and patcher
Demo • Features • Requirements • Installation • Usage • Contributing • Contact
You can use this tool to scan for all JAR files affected by Apache Log4J vulnerability CVE-2021-44228 and patch them on the fly.
git clone https://github.com/xsultan/log4jshield.gitcd log4jshieldchmod +x log4jshield.shbin folder:
export PATH=$PATH:$(cd -)/log4jshield.shNavigate to your desired directory or go to your root path by typing cd /
Then run the tool
./log4jshield.sh
This will start scanning for all the JARs, then it will generate a report which will be created in the same path you ran the tool at.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)