PS Empire
PowerShell Empire used to manage C2 nodes
Install
Install for kali via apt using:
sudo apt install powershell-empire
https://bc-security.gitbook.io/empire-wiki/quickstart/installation
Starting the Server
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
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
Creating a Listener
We must have a listener active before we can generate a stager.
https://bc-security.gitbook.io/empire-wiki/quickstart#listeners-101
Last updated
Was this helpful?