- In the left-handside navigation, select
CAMPAIGNS > agents
. - Press the
+Deploy an agent
button. - Choose Manx agent.
- In the Platform selector, select your Operating System.
- Update the
app.contact.http
value to specifylocalhost
(keep the port). For example:http://localhost:8888
. This is for downloading the agent binary. - Update the
app.contact.tcp
value to specifylocalhost
(keep the port). For example:localhost:7010
. This is for the agent-C2 communication channel. - In the
sh
text area click theCopy
button to copy the displayed shell command to your clipboard. This command will instruct the agent to communicate over a TCP channel. - On your local system and outside of Caldera, open a shell in a terminal.
- Paste the copied command and execute it.
- Wait for the agent to appear in the
Agents
table. - Task completed.