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..."