Skip to content

Commit

Permalink
add -R to json-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Jul 22, 2023
1 parent ee4cce3 commit 15be25d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ Output:
-F, --no-field-data-mapping フィールドデータのマッピングを無効にする
-o, --output <FILE> タイムラインを保存する (例: results.csv)
-p, --profile <PROFILE> 利用する出力プロファイル名を指定する
-R, --remove-duplicate-data 重複したフィールドデータは「DUP」に置き換えられる。 (これにより、私たちのテストではファイルサイズが約10〜15%削減される)
-R, --remove-duplicate-data 重複したフィールドデータは「DUP」に置き換えられる (ファイルサイズが約10〜15%削減される)
Display Settings:
--no-color カラーで出力しない
Expand Down Expand Up @@ -1008,6 +1008,7 @@ Output:
-F, --no-field-data-mapping フィールドデータのマッピングを無効にする
-o, --output <FILE> タイムラインを保存する (例: results.csv)
-p, --profile <PROFILE> 利用する出力プロファイル名を指定する
-R, --remove-duplicate-data 重複したフィールドデータは「DUP」に置き換えられる (ファイルサイズが約10〜15%削減される)
Display Settings:
--no-color カラーで出力しない
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ Usage: pivot-keywords-list <INPUT> [OPTIONS]
Input:
-d, --directory <DIR> Directory of multiple .evtx files
-f, --file <FILE> File path to one .evtx file
-l, --live_analysis Analyze the local C:\Windows\System32\winevt\Logs folder
-l, --live-analysis Analyze the local C:\Windows\System32\winevt\Logs folder
-J, --JSON-input Scan JSON formatted logs instead of .evtx (.json or .jsonl)
Output:
Expand Down Expand Up @@ -754,7 +754,7 @@ Usage: csv-timeline <INPUT> [OPTIONS]
Input:
-d, --directory <DIR> Directory of multiple .evtx files
-f, --file <FILE> File path to one .evtx file
-l, --live_analysis Analyze the local C:\Windows\System32\winevt\Logs folder
-l, --live-analysis Analyze the local C:\Windows\System32\winevt\Logs folder
-J, --JSON-input Scan JSON formatted logs instead of .evtx (.json or .jsonl)
Output:
Expand All @@ -764,7 +764,7 @@ Output:
-F, --no-field-data-mapping Disable field data mapping
-o, --output <FILE> Save the timeline in CSV format (ex: results.csv)
-p, --profile <PROFILE> Specify output profile
-R, --remove-duplicate-data Duplicate field data will be replaced with "DUP"
-R, --remove-duplicate-data Duplicate field data will be replaced with "DUP" (Reduces file size by about 10~15%)
Display Settings:
--no-color Disable color output
Expand Down Expand Up @@ -998,7 +998,7 @@ Usage: json-timeline <INPUT> [OPTIONS]
Input:
-d, --directory <DIR> Directory of multiple .evtx files
-f, --file <FILE> File path to one .evtx file
-l, --live_analysis Analyze the local C:\Windows\System32\winevt\Logs folder
-l, --live-analysis Analyze the local C:\Windows\System32\winevt\Logs folder
-J, --JSON-input Scan JSON formatted logs instead of .evtx (.json or .jsonl)
Output:
Expand All @@ -1008,6 +1008,7 @@ Output:
-F, --no-field-data-mapping Disable field data mapping
-o, --output <FILE> Save the timeline in JSON format (ex: results.json)
-p, --profile <PROFILE> Specify output profile
-R, --remove-duplicate-data Duplicate field data will be replaced with "DUP"
Display Settings:
--no-color Disable color output
Expand Down

0 comments on commit 15be25d

Please sign in to comment.