We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460b867 commit 6eb22d7Copy full SHA for 6eb22d7
1 file changed
AmIHacked.ps1
@@ -1,4 +1,4 @@
1
-<#
+<#
2
.SYNOPSIS
3
Am I Hacked? - Comprehensive Windows Security Assessment Tool
4
.DESCRIPTION
@@ -353,7 +353,7 @@ Write-Host ""
353
if ($critCount -gt 0) {
354
Write-Host " ██ CRITICAL findings detected. Review the report immediately." -ForegroundColor Red
355
} elseif ($warnCount -eq 0 -and $critCount -eq 0) {
356
- Write-Host " ✓ No threats detected. System appears clean." -ForegroundColor Green
+ Write-Host " [+] No threats detected. System appears clean." -ForegroundColor Green
357
}
358
359
Write-Host ""
0 commit comments