Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PowerUp/PowerUp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2180,7 +2180,7 @@ function Invoke-AllChecks {
"[+] Run a BypassUAC attack to elevate privileges to admin."

if($HTMLReport) {
ConvertTo-HTML -Head $Header -Body "<H2> User In Local Group With Adminisrtative Privileges</H2>" | Out-File -Append $HtmlReportFile
ConvertTo-HTML -Head $Header -Body "<H2> User In Local Group With Administrative Privileges</H2>" | Out-File -Append $HtmlReportFile
}
}
}
Expand Down Expand Up @@ -2256,7 +2256,7 @@ function Invoke-AllChecks {
$Results = Get-VulnSchTask
$Results | Format-List
if($HTMLReport) {
$Results | ConvertTo-HTML -Head $Header -Body "<H2>Vulnerabl Schasks</H2>" | Out-File -Append $HtmlReportFile
$Results | ConvertTo-HTML -Head $Header -Body "<H2>Vulnerable SchTasks</H2>" | Out-File -Append $HtmlReportFile
}

"`n`n[*] Checking for unattended install files..."
Expand Down