Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 837 Bytes

AgentsFlag5.md

File metadata and controls

13 lines (13 loc) · 837 Bytes
  1. Open a shell in a terminal outside of Caldera.
  2. In that shell, navigate to your caldera folder: cd /path/to/caldera.
  3. Run grep -R 'command: whoami' plugins/stockpile/data/abilities at look for matching files.
  4. Open plugins/stockpile/data/abilities/discovery/c0da588f-79f0-4263-8998-7496b1a40596.yml. in a text editor and confirm that it runs whoami as a command.
  5. Copy the name portion of the yml ability file to your clipboard: (it should say Identify active user).
  6. In Caldera browser window, select CAMPAIGNS > agents.
  7. Press the Configuration button to open Agent Configuration window.
  8. Click the + next to Bootstrap Abilities.
  9. Text search box opens below.
  10. Paste the ability name in the text search box and click to select the found ability.
  11. Press the Save button.
  12. Task completed.