mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
typo fix for #179
This commit is contained in:
+1
-1
@@ -3822,7 +3822,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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user