Skip to content

Commit

Permalink
merge main into 'feature/create-detection-framework#28'
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Sep 18, 2021
2 parents 8eb1324 + ac597c9 commit 17f4f13
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 154 deletions.
8 changes: 8 additions & 0 deletions Config/Language/en.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,14 @@ $Create_LogonTimeline_TypeOther = "Other Type Logons:"
$Create_LogonTimeline_localComputer = "LOCAL"
$Detect_ProcessingDetectionMessage = "Processing rule-base detection...`n"

$Warn_DC_LiveAnalysis = "Warning: You probably should not be doing live analysis on a Domain Controller. Please copy log files offline for analysis."
$Error_InCompatible_LiveAnalysisAndLogFile = "Error: you cannot specify -LiveAnalysis and -LogFile at the same time."
$Error_InCompatible_LogDirAndFile = "Error:you cannot specify -LogDirectory and -LogFile at the same time."
$Error_NotSupport_LiveAnalysys = "Error: Live Analysis is only supported on Windows"
$Error_NeedAdministratorPriv = "Error: You need to be running Powershell as Administrator."
$Error_NoSaveOutputWithCSV = "Error: you need to specify -SaveOutput"
$Error_NoNeedSaveOutputWithGUI = "Error: you cannot output to GUI with the -SaveOutput parameter"


#function Show-Contributors
$Show_Contributors =
Expand Down
8 changes: 8 additions & 0 deletions Config/Language/ja.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@ $Create_LogonTimeline_Type13 = "タイプ 13 キャッシュされた認証情
$Create_LogonTimeline_TypeOther = "その他のタイプのログオン:"
$Create_LogonTimeline_localComputer = "ローカル"

$Warn_DC_LiveAnalysis = "注意:ドメインコントローラーでライブ調査をしない方が良いです。ログをオフラインにコピーしてから解析して下さい。"
$Error_InCompatible_LiveAnalysisAndLogFile = "エラー:「-LiveAnalysis」 と「-LogFile」を同時に指定できません。"
$Error_InCompatible_LogDirAndFile = "エラー:「-LogDirectory」 と「-LogFile」を同時に指定できません。"
$Error_NotSupport_LiveAnalysys = "エラー: ライブ調査はWindowsにしか対応していません。"
$Error_NeedAdministratorPriv = "エラー: Powershellを管理者として実行する必要があります。"
$Error_NoSaveOutputWithCSV = "エラー: 「-SaveOutput」を指定してください"
$Error_NoNeedSaveOutputWithGUI = "エラー: 「-OutputGUI」と「-SaveOutput」を同時に指定できません。"

#function Show-Contributors
$Show_Contributors =
"コントリビューター:
Expand Down
2 changes: 1 addition & 1 deletion Config/splashlogos.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


$logo = @"
██╗ ██╗███████╗██╗ █████╗
██║ ██║██╔════╝██║ ██╔══██╗
Expand Down

0 comments on commit 17f4f13

Please sign in to comment.