aboutsummaryrefslogtreecommitdiff
path: root/Privesc
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 Hull4-1251/+2277
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...HarmJ0y2-204/+56
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 whitespaceHarmJ0y2-25/+27
2016-12-14mods to Get-System for it to pass PSScriptAnalyzerHarmJ0y1-104/+112
2016-12-14Added documentation for PowerUpHarmJ0y3-126/+129
2016-12-12PowerUp update:HarmJ0y2-1096/+2071
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-06updated Privesc.psd1 and README.mdHarmj0y2-0/+2
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-ModifiableRegistryAutoRunHarmj0y3-13/+12
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...Harmj0y3-4/+94
2016-06-03-Added ValueFromPipelineByPropertyName to Get-ModifiablePath to parse passed ...Harmj0y1-603/+492
2016-06-02Updated Privesc README.md and .psd1 to reflect the new PowerUp function names.Harmj0y2-34/+44
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-31Bug fix for Get-System for when a needed assembly isn't loaded.Harmj0y1-0/+2
2016-05-23Combined Get-SiteListPassword.ps1 into PowerUp.ps1Harmj0y3-179/+189
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-03-15Moved admin check for Get-System to allow for RevToSelfHarmj0y1-4/+4
2016-03-11Added Get-System to Privesc/Harmj0y2-3/+594
2016-02-12Added Pester tests for Get-SiteListPasswordHarmj0y1-2/+7
2016-02-12Added additional search paths, code cleanup.Harmj0y1-42/+14
2016-02-11Added Get-SiteListPassword to decrypt McAfee SiteList.xml file passwords.Harmj0y2-1/+203
2016-01-25Merge pull request #111 from sagishahar/devHarmJ0y1-3/+3
2016-01-25Merge pull request #108 from sagishahar/masterHarmJ0y1-55/+64
2016-01-17Fix 'Install-ServiceBinary' for non-'Modifiable' filessagishahar1-3/+3
2016-01-13Add 'CanRestart' to output and Pester testssagishahar1-55/+64
2015-12-29Sorted exports into alphabetical orderStuart Morgan1-13/+13