caido icon indicating copy to clipboard operation
caido copied to clipboard

Frontend API - shell command

Open bebiksior opened this issue 10 months ago • 5 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help us know what to work on
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request

Description

Right now, we can execute shell commands by creating a workflow with a shell node and running it. It would be awesome to have a function like this in frontend API:

const output = await Caido.os.exec("echo test")
console.log(output) // test

Use cases

Running tools like ffuf

bebiksior avatar Apr 10 '24 20:04 bebiksior