Empire

Basic command

To get back to home menu:

main

Listener

Use the listeners module:

listeners

For example, to create a http listener:

uselistener http

It is always recommended to encrypt our traffic! To do so:

$Empire/setup/cert.sh

A pem file and private key key file will be generated in the $Empire/data/ folder.

Then in listener configuration, to apply the cert:

set CertPath $Empire/data

Then execute!

execute

To view active listeners:

Stager

To start with:

multi/launcher

For example, use multi/launcher:

To see the options:

We have to specify our listener type:

Execute!

After this, a powershell script will be generated. Go on execute this script on the victim machine.

windows/macro

C2

After the agent callbacks, see the agent using:

To interact with the agent,

To view the agent information:

To run shell command:

Modules

To search for modules, simply:

For example, to use PowerUp AllCheck,

Last updated