Empire
Basic command
To get back to home menu:
mainListener
Use the listeners module:
listenersFor example, to create a http listener:
uselistener httpIt is always recommended to encrypt our traffic! To do so:
$Empire/setup/cert.shA 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/dataThen execute!
executeTo 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