readme fix

This commit is contained in:
Tanaka Zakku
2021-12-25 10:36:41 +09:00
parent 182c1f1dfd
commit edd37039de
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ You can check out sample CSV and manually edited XLSX timeline results [here](ht
* JSON support for sending alerts to Elastic Stack/Splunk, etc...
# Downloads
You can download latests Hayabusa from Release.
You can download the latest Hayabusa version from the [Releases](https://github.com/Yamato-Security/hayabusa/releases) page.
You can also `git clone` the repository with the following command and compile binary from source code.:

View File

@@ -73,7 +73,7 @@ CSVと手動で編集したXLSXのタイムライン結果のサンプルは[こ
* JSONへの出力→Elastic Stack/Splunkへのインポート
# ダウンロード
Hayabusa[https://github.com/Yamato-Security/hayabusa](https://github.com/Yamato-Security/hayabusa)のReleaseから最新版をダウンロードできます。
Hayabusa[Releases](https://github.com/Yamato-Security/hayabusa/releases)から最新版をダウンロードできます。
または、以下の`git clone`コマンドでレポジトリをダウンロードし、ソースコードからコンパイルして使用することも可能です。
@@ -112,7 +112,7 @@ git clone https://github.com/Yamato-Security/hayabusa-sample-evtx.git
> ※ 以下の例でHayabusaを試したい方は、上記コマンドをhayabusaのルートフォルダから実行してください。
# 使用方法
> 注意: Hayabusaのルートディレクトリから、バイナリを実行する必要があります。例`.\bin\hayabusa.exe`
> 注意: Hayabusaのルートディレクトリから、バイナリを実行する必要があります。例`.\hayabusa.exe`
## コマンドラインオプション
```bash