diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-12 13:49:10 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-12 13:49:10 -0500 |
commit | 863699d97e55fe375fc67ada9e3d99d462cbe1d0 (patch) | |
tree | 7deebfe9d11f22861648cceffea1c26a251749fd /Privesc | |
parent | 031a7561c65ad9e39c0da6a8e31dc5dbc9211d34 (diff) | |
download | PowerSploit-863699d97e55fe375fc67ada9e3d99d462cbe1d0.tar.gz PowerSploit-863699d97e55fe375fc67ada9e3d99d462cbe1d0.zip |
typo fix for #179
Diffstat (limited to 'Privesc')
-rw-r--r-- | Privesc/PowerUp.ps1 | 2 |
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 } } } |