From e0d57f9e3dd0f3473b32d5f4c04ab6212fca935a Mon Sep 17 00:00:00 2001
From: 6zq <6zq@users.noreply.github.com>
Date: Tue, 22 Mar 2016 15:02:23 -0500
Subject: [PATCH] Update PowerUp.ps1
---
PowerUp/PowerUp.ps1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PowerUp/PowerUp.ps1 b/PowerUp/PowerUp.ps1
index c29ee81..c7444d3 100644
--- a/PowerUp/PowerUp.ps1
+++ b/PowerUp/PowerUp.ps1
@@ -2180,7 +2180,7 @@ function Invoke-AllChecks {
"[+] Run a BypassUAC attack to elevate privileges to admin."
if($HTMLReport) {
- ConvertTo-HTML -Head $Header -Body "
User In Local Group With Adminisrtative Privileges
" | Out-File -Append $HtmlReportFile
+ ConvertTo-HTML -Head $Header -Body " User In Local Group With Administrative Privileges
" | Out-File -Append $HtmlReportFile
}
}
}
@@ -2256,7 +2256,7 @@ function Invoke-AllChecks {
$Results = Get-VulnSchTask
$Results | Format-List
if($HTMLReport) {
- $Results | ConvertTo-HTML -Head $Header -Body "Vulnerabl Schasks
" | Out-File -Append $HtmlReportFile
+ $Results | ConvertTo-HTML -Head $Header -Body "Vulnerable SchTasks
" | Out-File -Append $HtmlReportFile
}
"`n`n[*] Checking for unattended install files..."