Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-21 | Replaced Invoke-WScriptUACBypass with @enigma0x3's Invoke-EventVwrBypass ↵ | HarmJ0y | 1 | -1/+1 | |
function | |||||
2016-12-14 | Added documentation for PowerUp | HarmJ0y | 1 | -22/+21 | |
2016-12-12 | PowerUp update: | HarmJ0y | 1 | -9/+12 | |
-Standardized documentation, including adding output object types and required dependencies to all functions -Added Get-ProcessTokenPrivilege to enumerate the current (or remote) process token privileges, replacing Get-CurrentUserTokenGroupSid -Added Enable-Privilege to enable privileges using RtlAdjustPrivilege -Added @enigma0x3's Invoke-WScriptUACBypass function -Renamed Invoke-AllChecks to Invoke-PrivescAudit, added alias mapping -Added tests for Get-ProcessTokenPrivilege, Enable-Privilege, and Invoke-WScriptUACBypass -Renamed helper functions for consistency -Passes PSScriptAnalyzer! | |||||
2016-06-06 | updated Privesc.psd1 and README.md | Harmj0y | 1 | -0/+1 | |
2016-06-04 | Renamed Get-RegistryAutoRun to Get-ModifiableRegistryAutoRun | Harmj0y | 1 | -2/+2 | |
Renamed Find-PathHijack to Find-PathDLLHijack Fixed exposed functions in PowerSploit.psd1 | |||||
2016-06-03 | Added Get-CurrentUserTokenGroupSid to enumerate all group SIDs the current ↵ | Harmj0y | 1 | -0/+1 | |
user is a part of, regardless of being disabled. Replaced 'whoami /groups' local admin + medium integrity check with comparison against Get-CurrentUserTokenGroupSid | |||||
2016-06-02 | Updated Privesc README.md and .psd1 to reflect the new PowerUp function names. | Harmj0y | 1 | -11/+15 | |
2016-05-23 | Combined Get-SiteListPassword.ps1 into PowerUp.ps1 | Harmj0y | 1 | -1/+1 | |
2016-03-11 | Added Get-System to Privesc/ | Harmj0y | 1 | -3/+4 | |
Added Pester tests for Get-System | |||||
2016-02-11 | Added Get-SiteListPassword to decrypt McAfee SiteList.xml file passwords. | Harmj0y | 1 | -1/+2 | |
2015-12-29 | Sorted exports into alphabetical order | Stuart Morgan | 1 | -13/+13 | |
2015-12-18 | Set all module versions to 3.0 | Matt Graeber | 1 | -61/+1 | |
Also cleaned up some module manifest cruft. | |||||
2015-12-03 | Added ./Privesc/ folder that integrates PowerUp.ps1 | Harmj0y | 1 | -0/+112 | |
Updated README.md's |