Skip to content

Commit

Permalink
Merge pull request #221 from Yamato-Security/220-fix-readme
Browse files Browse the repository at this point in the history
fix: timeline-tasks option description
  • Loading branch information
YamatoSecurity authored Jan 12, 2025
2 parents 37800d8 + 83246aa commit d2ce8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -1210,10 +1210,10 @@ Security 4698 イベントからスケジュールタスク作成を抽出し、
必須オプション:

- `-t, --timeline <JSONL-FILE-OR-DIR>`: HayabusaのJSONLタイムラインまたはディレクトリ
- `-o, --output <CSV-FILE>`: 結果を保存するCSVファイル

任意オプション:

- `-o, --output <CSV-FILE>`: 結果を保存するCSVファイル
- `-q, --quiet`: ロゴを出力しない (デフォルト: `false`)

#### `timeline-tasks`コマンドの使用例
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1174,11 +1174,11 @@ Create a CSV timeline of suspicious processes.
Required options:

- `-t, --timeline <JSONL-FILE-OR-DIR>`: Hayabusa JSONL timeline file or directory of JSONL files
- `-o, --output <CSV-FILE>`: the CSV file to save the results to (default: `stdout`)

Options:

- `-l, --level <LEVEL>`: specify the minimum alert level (default: `high`)
- `-o, --output <CSV-FILE>`: the CSV file to save the results to (default: `stdout`)
- `-q, --quiet`: do not display logo. (default: `false`)

#### `timeline-suspicious-processes` command examples
Expand Down

0 comments on commit d2ce8e3

Please sign in to comment.