Skip to content

Commit 8c875e4

Browse files
author
anddann
committed
update link to release jar
1 parent f03f06c commit 8c875e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Log4jShell Bytecode Detector is an open source tool that helps identify if a jar
88

99
## 📝 How to run
1010

11-
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.4/Log4JDetector-0.4-jar-with-dependencies.jar) under releases.
11+
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.6.2/Log4JDetector-0.6.2-jar-with-dependencies.jar) under releases.
1212
2. Run `java -cp <PATH_TO_DOWNLOADED_JAR> de.codeshield.log4jshell.Log4JDetector <ABSOLUTE_PATH_TO_JAR_TO_CHECK>`
1313

1414

@@ -21,7 +21,7 @@ CVE-2021-44228 found in class file org/apache/logging/log4j/core/net/JndiManager
2121

2222
## 📝 How to run on a live server (no need to stop your running Java instances)
2323

24-
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.5/Log4JDetector-0.5-jar-with-dependencies.jar) under releases.
24+
1. Download the [jar file](https://github.com/CodeShield-Security/Log4JShell-Bytecode-Detector/releases/download/v0.6.2/Log4JDetector-0.6.2-jar-with-dependencies.jar) under releases.
2525
2. Run `java -cp <PATH_TO_DOWNLOADED_JAR> de.codeshield.log4jshell.Log4JProcessDetector`
2626
3. The jar searches the classpath of all running java processes for vulnerable log4j instances
2727

0 commit comments

Comments
 (0)