Comment on page
PS Empire
PowerShell Empire used to manage C2 nodes
Install for kali via apt using:
sudo apt install powershell-empire
Once installed, you must run the server before we can connect clients. The clients are used to connect to the server to interact and generate payloads. Must be run with sudo!
sudo powershell-empire server
Connect to the server using a client with the command below. This allows us to generate payloads. By default, this will try to connect to localhost.
powershell-empire client
We must have a listener active before we can generate a stager.
Last modified 9mo ago