aboutsummaryrefslogtreecommitdiff
path: root/Privesc/PowerUp.ps1
AgeCommit message (Expand)AuthorFilesLines
2017-09-17Merge pull request #238 from hackjammer/devWill1-148/+111
2017-09-08Adds tolower() as it was dropping .DLL files in my localDave Hull1-1/+1
2017-09-08Merge branch 'dev' of github.com:PowerShellMafia/PowerSploit into devDave Hull1-1097/+2111
2017-09-08Adds dlls from knowndll paths to knowndllsDave Hull1-0/+2
2017-08-10Path array fix for Get-ModifiablePathb33f1-1/+7
2017-07-17Typo fixb33f1-1/+1
2017-05-20increased PowerUp error checkingHarmJ0y1-4/+6
2017-05-10Add Name alias to PowerUp object properties for easier parsingHackJammer1-0/+9
2017-05-10Default Invoke-PrivEscAudit to return objects for parsingHackJammer1-149/+102
2016-12-21Replaced Invoke-WScriptUACBypass with @enigma0x3's Invoke-EventVwrBypass func...HarmJ0y1-203/+55
2016-12-21Added "-InformationClass Type" to Get-TokenInformation to enumerate token typ...HarmJ0y1-85/+263
2016-12-20bug fix in Get-TokenInformationHarmJ0y1-4/+4
2016-12-14removed whitespaceHarmJ0y1-9/+11
2016-12-14Added documentation for PowerUpHarmJ0y1-94/+96
2016-12-12PowerUp update:HarmJ0y1-1087/+2059
2016-12-12typo fix for #179HarmJ0y1-1/+1
2016-09-13Service DACL false positiveNick Landers1-1/+1
2016-07-15Merge pull request #161 from joncave/batnewlinesHarmJ0y1-2/+2
2016-06-30PowerUp: Remove badly encoded new lines from .bat outputJon Cave1-2/+2
2016-06-30PowerUp: Allocate enough space for TOKEN_GROUPSJon Cave1-6/+5
2016-06-23Fixed bug in Get-ModifiablePath that resulted in spaces being expanded to the...Harmj0y1-36/+54
2016-06-07Corrected -Path parameter in Write-ServiceBinaryHarmj0y1-6/+6
2016-06-06Addded Get-CachedGPPPassword to PowerUp, based almost entirely on Get-GPPPass...Harmj0y1-0/+208
2016-06-04Get-ModifiablePath now also checks parent folders of files for modificationHarmj0y1-31/+99
2016-06-04Renamed Get-RegistryAutoRun to Get-ModifiableRegistryAutoRunHarmj0y1-8/+7
2016-06-04-Enum specification bug fixHarmj0y1-62/+70
2016-06-03Added SidAttributes enum, Get-CurrentUserTokenGroupSid now returns an object ...Harmj0y1-27/+43
2016-06-03Added Get-CurrentUserTokenGroupSid to enumerate all group SIDs the current us...Harmj0y1-4/+92
2016-06-03-Added ValueFromPipelineByPropertyName to Get-ModifiablePath to parse passed ...Harmj0y1-603/+492
2016-06-02-Get-ModifiableFile renamed to Get-ModifiablePathHarmj0y1-249/+330
2016-06-02-Help expanded for Invoke-ServiceAbuseHarmj0y1-340/+490
2016-06-01-Removed Invoke-ServiceStart, Invoke-ServiceStop, Invoke-ServiceEnable, Invok...Harmj0y1-425/+1419
2016-05-23Combined Get-SiteListPassword.ps1 into PowerUp.ps1Harmj0y1-0/+188
2016-05-23Bug fix for issue #137Harmj0y1-13/+12
2016-04-08Merge pull request #122 from joncave/patch-1HarmJ0y1-0/+1
2016-03-20Find-PathHijack: Expand environment variables in pathJon Cave1-0/+1
2016-01-25Merge pull request #111 from sagishahar/devHarmJ0y1-3/+3
2016-01-17Fix 'Install-ServiceBinary' for non-'Modifiable' filessagishahar1-3/+3
2016-01-13Add 'CanRestart' to output and Pester testssagishahar1-55/+64
2015-12-14Removed commented blocks.Harmj0y1-6/+6
2015-12-14Removed C# enum for Test-ServiceDaclPermissionHarmj0y1-42/+42
2015-12-03Added ./Privesc/ folder that integrates PowerUp.ps1Harmj0y1-0/+2295