asyzdykov / cve-2021-44228-fix-jars

CVE-2021-44228-FIX-JARS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#CVE-2021-44228

Windows Batch Script to Scan all current path subdirectories

Archive and Fix the log4j(CVE-2021-44228) impacted jars

  1. First: lookup_impacted.bat (for creating log4j_impacted_jars_details.txt)
  2. Archive: archive_impacted.bat (archive all files listed in log4j_impacted_jars_details.txt)
  3. Fix using: fix_impacted.bat (delete JNDILookup.class in jars listed in log4j_impacted_jars_details.txt)

ATTENTION: Only JNDILookup.class affected according to [Doc ID 2828323.1]

(https://support.oracle.com/epmos/faces/DocContentDisplay?_afrLoop=16805527238225&id=2828323.1&_afrWindowMode=0&_adf.ctrl-state=m6ousubav_53)

Works only in Windows env

About

CVE-2021-44228-FIX-JARS


Languages

Language:Batchfile 100.0%