caido / caido

🚀 Caido releases, wiki and roadmap
https://caido.io
900 stars 38 forks source link

Output from js node to shell node #998

Open fuomag9 opened 1 month ago

fuomag9 commented 1 month ago

Community Note

Description

Currently it's not possible to use output of the js node to the shell node

Use cases

Improved workflows, since they're supposed to be nodes and interact with each other

Sytten commented 1 month ago

Specifically it is not possible to output from the HTTP JS Node to the HTTP Shell Node, it is possible to do so in convert since the Shell Node (not http variant) takes bytes in input. We can patch the HTTP Shell Node by adding a Data input, but ideally we want to allow users to set additional inputs to nodes.