You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Log4jShell Bytecode Detector is an open source tool that helps identify if a jar
8
8
9
9
## 📝 How to run
10
10
11
-
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.6.3/Log4JDetector-0.6.3-jar-with-dependencies.jar) under releases.
11
+
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.6.4/Log4JDetector-0.6.4-jar-with-dependencies.jar) under releases.
12
12
2. Run `java -cp <PATH_TO_DOWNLOADED_JAR> de.codeshield.log4jshell.Log4JDetector <ABSOLUTE_PATH_TO_JAR_TO_CHECK>`
13
13
14
14
@@ -21,7 +21,7 @@ CVE-2021-44228 found in class file org/apache/logging/log4j/core/net/JndiManager
21
21
22
22
## 📝 How to run on a live server (no need to stop your running Java instances)
23
23
24
-
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.6.3/Log4JDetector-0.6.3-jar-with-dependencies.jar) under releases.
24
+
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.6.4/Log4JDetector-0.6.4-jar-with-dependencies.jar) under releases.
25
25
2. Run `java -cp <PATH_TO_DOWNLOADED_JAR> de.codeshield.log4jshell.Log4JProcessDetector`
26
26
3. The jar searches the classpath of all running java processes for vulnerable log4j instances
0 commit comments