Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 1.83 KB

PluginsManxFlag0.md

File metadata and controls

28 lines (28 loc) · 1.83 KB
  1. Launching the agent:
    1. In the left-handside navigation, select CAMPAIGNS > agents.
    2. Press the button +Deploy an agent.
    3. Choose Manx agent.
    4. Choose Linux platform.
    5. Update the app.contact.http value to specify an IP address of 127.0.0.1 (keep the port). This is for downloading the agent binary.
    6. Update the app.contact.tcp value to specify an IP address of 127.0.0.1 (keep the port). This is for the agent communication channel.
    7. In the sh text area labeled A reverse-shell agent which communicates via the TCP contact, click the Copy button to copy the displayed shell command to your clipboard.
  2. Run two remote shell commands:
    1. On your local system and outside of Caldera, open a shell in a terminal.
    2. Paste the copied command and execute it.
    3. Wait for the agent to appear in the Agents table.
    4. In the left-handside navigation, select PLUGINS > manx
    5. Select the Agent session from the Select a session dropdown. This should populate the remote shell window with a prompt.
    6. In the remote shell, type whoami and press enter.
    7. In the remote shell, type uname -a and press enter.
  3. Run Check operation:
    1. In the left-handside navigation, select CAMPAIGNS > operations.
    2. Click the + Create Operation button to open the Start New Operation menu.
    3. Give the operation a name.
    4. Select the Check adversary from the Adversary dropdown.
    5. Select basic from the Fact source menu.
    6. Press ADVANCED to open the advanced options dialog.
    7. Select Auto close operation from the Auto-closeradio group.
    8. Press Start to run the operation.
    9. Wait for the operation to complete.
    10. If the Auto close operation option was not selected, press the stop button to finish the operation.
  4. Task completed.