diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-21 00:41:51 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-21 00:41:51 -0500 |
commit | 94438eda67711e2803b40a093bd4b38568c134ec (patch) | |
tree | d11b6c789a6465d92246c1d34fb93a8bcd4ead1c /Privesc/Privesc.psd1 | |
parent | 1118f53dc24809c33b831b8cc8d7be8e30fa5fe6 (diff) | |
download | PowerSploit-94438eda67711e2803b40a093bd4b38568c134ec.tar.gz PowerSploit-94438eda67711e2803b40a093bd4b38568c134ec.zip |
Replaced Invoke-WScriptUACBypass with @enigma0x3's Invoke-EventVwrBypass function
Diffstat (limited to 'Privesc/Privesc.psd1')
-rw-r--r-- | Privesc/Privesc.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Privesc/Privesc.psd1 b/Privesc/Privesc.psd1 index 6d4e3bd..bcd2443 100644 --- a/Privesc/Privesc.psd1 +++ b/Privesc/Privesc.psd1 @@ -51,7 +51,7 @@ FunctionsToExport = @( 'Get-SiteListPassword', 'Get-CachedGPPPassword', 'Write-UserAddMSI', - 'Invoke-WScriptUACBypass', + 'Invoke-EventVwrBypass', 'Invoke-PrivescAudit', 'Get-System' ) |