Skip to content

Commit

Permalink
version number increased
Browse files Browse the repository at this point in the history
  • Loading branch information
pfichtner committed Mar 3, 2024
1 parent 1eb3a84 commit 6b49957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The scanner analyzes jars and tries to detect:
### Usage
Example usage
```console
find \( -name "*.jar" -o -name "*.zip" -o -name "*.ear" -o -name "*.war" \) -exec java -jar log4shell-hunter-0.0.3.jar -m obfuscatorComparator {} \;
find \( -name "*.jar" -o -name "*.zip" -o -name "*.ear" -o -name "*.war" \) -exec java -jar log4shell-hunter-0.0.4.jar -m obfuscatorComparator {} \;
```

Example output
Expand All @@ -48,7 +48,7 @@ cd log4shell-hunter/
# build using included maven wrapper
# of course you can use your locally installed "mvn" instead of the maven wrapper "./mvnw"
./mvnw package
java -jar target/log4shell-hunter-0.0.3.jar
java -jar target/log4shell-hunter-0.0.4.jar
```

### License
Expand Down

0 comments on commit 6b49957

Please sign in to comment.