caido
caido copied to clipboard
Frontend API - shell command
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