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