mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-09 02:32:50 +01:00
feat: verbose security
This commit is contained in:
@@ -271,7 +271,7 @@ System
|
||||
Write-Host -$line -ForegroundColor Red
|
||||
} elseif ($line -match '.*enabled.*\(') {
|
||||
Write-Host $line -ForegroundColor Green
|
||||
} elseif ($line -match '.*No rule.*\(') {
|
||||
} elseif ($line -match '.*No rule.*') {
|
||||
Write-Host $line -ForegroundColor DarkYellow
|
||||
} else {
|
||||
Write-Host $line
|
||||
|
||||
Reference in New Issue
Block a user