mitre / skeleton

A CALDERA Plugin Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How should I use the Caldera API from the plugin code?

Aledangelo opened this issue · comments

From the official documentation I saw that to get the list of skills we use this line of code:

  • abilities = await self.services.get('data_svc').locate('abilities')

I need to create an Adversary profile and an operation from the plugin code, what should I do?