- Open a shell in a terminal outside of Caldera.
- In that shell, navigate to your caldera folder:
cd /path/to/caldera
. - Run
grep -R 'command: whoami' plugins/stockpile/data/abilities
at look for matching files. - Open
plugins/stockpile/data/abilities/discovery/c0da588f-79f0-4263-8998-7496b1a40596.yml
. in a text editor and confirm that it runswhoami
as a command. - Copy the
name
portion of the yml ability file to your clipboard: (it should sayIdentify active user
). - In Caldera browser window, select
CAMPAIGNS > agents
. - Press the
Configuration
button to openAgent Configuration
window. - Click the
+
next to Bootstrap Abilities. - Text search box opens below.
- Paste the ability name in the text search box and click to select the found ability.
- Press the
Save
button. - Task completed.