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