Skip to content

Commit 863699d

Browse files
committed
typo fix for PowerShellMafia#179
1 parent 031a756 commit 863699d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Privesc/PowerUp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@ function Invoke-AllChecks {
38223822
"[+] Run a BypassUAC attack to elevate privileges to admin."
38233823

38243824
if($HTMLReport) {
3825-
ConvertTo-HTML -Head $Header -Body "<H2> User In Local Group With Adminisrtative Privileges</H2>" | Out-File -Append $HtmlReportFile
3825+
ConvertTo-HTML -Head $Header -Body "<H2> User In Local Group With Administrative Privileges</H2>" | Out-File -Append $HtmlReportFile
38263826
}
38273827
}
38283828
}

0 commit comments

Comments
 (0)