mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-11 03:33:01 +01:00
feat: verbose security
This commit is contained in:
@@ -231,7 +231,5 @@ System
|
|||||||
- Recommended settings: Success and 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