ronin-exploits icon indicating copy to clipboard operation
ronin-exploits copied to clipboard

Add a `capabilities` metadata attribute

Open postmodern opened this issue 1 year ago • 0 comments

Add a capabilities metadata attribute for listing the "capabilities" or "abilities" that the exploit grants the user.

capabilities [
  :arbitrary_file_read,
  :command_exec,
  ...
]

This will also require defining a list of command "capabilities".

postmodern avatar Jun 29 '24 00:06 postmodern