- Launching the agent:
- In the left-handside navigation, select
CAMPAIGNS > agents
. - Press the button
+Deploy an agent
. - Choose
Manx
agent. - Choose Linux platform.
- Update the
app.contact.http
value to specify an IP address of127.0.0.1
(keep the port). This is for downloading the agent binary. - Update the
app.contact.tcp
value to specify an IP address of127.0.0.1
(keep the port). This is for the agent communication channel. - In the
sh
text area labeledA reverse-shell agent which communicates via the TCP contact
, click theCopy
button to copy the displayed shell command to your clipboard.
- In the left-handside navigation, select
- Run two remote shell commands:
- 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. - In the left-handside navigation, select
PLUGINS > manx
- Select the Agent session from the
Select a session
dropdown. This should populate the remote shell window with a prompt. - In the remote shell, type
whoami
and press enter. - In the remote shell, type
uname -a
and press enter.
- Run
Check
operation:- In the left-handside navigation, select
CAMPAIGNS > operations
. - Click the
+ Create Operation
button to open theStart New Operation
menu. - Give the operation a name.
- Select the
Check
adversary from theAdversary
dropdown. - Select
basic
from theFact source
menu. - Press
ADVANCED
to open the advanced options dialog. - Select
Auto close operation
from theAuto-close
radio group. - Press
Start
to run the operation. - Wait for the operation to complete.
- If the
Auto close operation
option was not selected, press the stop button to finish the operation.
- In the left-handside navigation, select
- Task completed.