Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-20 | Find-PathHijack: Expand environment variables in path | Jon Cave | 1 | -0/+1 | |
Paths containing environment variables can cause false-positives to occur, e.g. `%SystemRoot%\system32\WindowsPowerShell\v1.0\`. `Find-PathHijack` will believe this is a relative path and will report it as hijackable if the current directory is writeable. | |||||
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 |