diff --git a/docs/blog/2021-12-12-log4j-zero-day-mitigation-guide.mdx b/docs/blog/2021-12-12-log4j-zero-day-mitigation-guide.mdx index da80cd5fa..17080c15c 100644 --- a/docs/blog/2021-12-12-log4j-zero-day-mitigation-guide.mdx +++ b/docs/blog/2021-12-12-log4j-zero-day-mitigation-guide.mdx @@ -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/