-
Notifications
You must be signed in to change notification settings - Fork 140
Privilege Escalation
Dave Hardy edited this page Jul 5, 2016
·
10 revisions
PoshC2 has some builtin privilege escalation functionality some of which you'll be familiar with already.
The Invoke-AllChecks command is exactly the same as the PowerUp module written by @harmj0y, in fact the whole PowerUp module is loaded into the implant's memory space as a result of this command, so in reality any of the commands that are part of the PowerUp module will be present in PoshC2.
Here we have taken the great module created by @fuzzysec and re-worked it slighty but it essentially exploits the recent MS16-032 issue.
This is simply the great script written by Chris Campbell (@obscuresec) Run the script by entering the Get-GPPPassword command.