Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 871 Bytes

AgentsFlag6.md

File metadata and controls

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