aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-12 13:49:10 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-12 13:49:10 -0500
commit863699d97e55fe375fc67ada9e3d99d462cbe1d0 (patch)
tree7deebfe9d11f22861648cceffea1c26a251749fd
parent031a7561c65ad9e39c0da6a8e31dc5dbc9211d34 (diff)
downloadPowerSploit-863699d97e55fe375fc67ada9e3d99d462cbe1d0.tar.gz
PowerSploit-863699d97e55fe375fc67ada9e3d99d462cbe1d0.zip
typo fix for #179
-rw-r--r--Privesc/PowerUp.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/Privesc/PowerUp.ps1 b/Privesc/PowerUp.ps1
index c1b9072..072b03e 100644
--- a/Privesc/PowerUp.ps1
+++ b/Privesc/PowerUp.ps1
@@ -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
}
}
}