mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-07 17:52:49 +01:00
feat: verbose security
This commit is contained in:
@@ -187,6 +187,8 @@ System
|
||||
- Default settings: Sucess, Failure
|
||||
- Recommended settings: Success and Failure
|
||||
"@
|
||||
Write-Host $msg
|
||||
# 変数部分を色付きで出力
|
||||
$coloredMsg = $msg -replace '\$(\w+)', { param($match) "`e[31m$match`e[0m" }
|
||||
Write-Host $coloredMsg
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user