We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031a756 commit 863699dCopy full SHA for 863699d
Privesc/PowerUp.ps1
@@ -3822,7 +3822,7 @@ function Invoke-AllChecks {
3822
"[+] Run a BypassUAC attack to elevate privileges to admin."
3823
3824
if($HTMLReport) {
3825
- 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
3826
}
3827
3828
0 commit comments