Skip to content

Commit

Permalink
better osx instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
factoidforrest committed Dec 20, 2021
1 parent d6a8fa4 commit 780dd9f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/blog/2021-12-12-log4j-zero-day-mitigation-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,18 @@ it and run the `log4shell` command in your terminal. The tool can scan individu



**OSX or Linux**
```shell title="Example *nix Command"
**Linux**
```shell title="Example Linix Command"
log4shell scan your-project-dir/
```

**OSX**
```shell title="Example OSX Commands"
cp ~/Downloads/log4shell_1.4.1-log4shell_Darwin_x86_64 /usr/local/bin/log4shell
chmod +x /usr/local/bin/log4shell
log4shell scan your-project-dir
```

**Windows**
```shell title="Example Windows Command"
log4shell.exe scan your-project-dir/
Expand Down

0 comments on commit 780dd9f

Please sign in to comment.