Skip to content

Commit 0803bde

Browse files
committed
update version number
1 parent 5a01e06 commit 0803bde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.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.
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.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.
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>de.codeshield.log4shell</groupId>
99
<artifactId>Log4JDetector</artifactId>
10-
<version>0.6.3</version>
10+
<version>0.6.4</version>
1111

1212
<name>cve-2021-44228-detector</name>
1313
<url>https://codeshield.io</url>

0 commit comments

Comments
 (0)