Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-17 | Fix 'Install-ServiceBinary' for non-'Modifiable' files | sagishahar | 1 | -3/+3 | |
The 'Install-ServiceBinary' function fails on an edge case where the service's file permission does not include the 'Modify' permission but does include the 'Write' permission (https://technet.microsoft.com/en-au/library/dd349321(v=ws.10).aspx). In this scenario, renaming the original service file for backup purposes will result in 'Access Denied' message. Fixing this requires that the file be copied to service.exe.bak instead of renamed to service.exe.bak. | |||||
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-14 | Removed commented blocks. | Harmj0y | 1 | -6/+6 | |
2015-12-14 | Removed C# enum for Test-ServiceDaclPermission | Harmj0y | 1 | -42/+42 | |
2015-12-03 | Added ./Privesc/ folder that integrates PowerUp.ps1 | Harmj0y | 4 | -0/+2467 | |
Updated README.md's |