Skip to content

Commit 6eb22d7

Browse files
committed
Restore Unicode box-drawing on verdict top border
Made-with: Cursor
1 parent 460b867 commit 6eb22d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AmIHacked.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.SYNOPSIS
33
Am I Hacked? - Comprehensive Windows Security Assessment Tool
44
.DESCRIPTION
@@ -353,7 +353,7 @@ Write-Host ""
353353
if ($critCount -gt 0) {
354354
Write-Host " ██ CRITICAL findings detected. Review the report immediately." -ForegroundColor Red
355355
} elseif ($warnCount -eq 0 -and $critCount -eq 0) {
356-
Write-Host " No threats detected. System appears clean." -ForegroundColor Green
356+
Write-Host " [+] No threats detected. System appears clean." -ForegroundColor Green
357357
}
358358

359359
Write-Host ""

0 commit comments

Comments
 (0)