template chaining across protocols - on the roadmap? #7487
arkanzasfeziii
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
been using nuclei workflows for a while and they handle basic template orchestration fine, but i keep hitting a wall when i need output from one step to feed into the next across different protocols.
for example on a web engagement:
right now i just pipe the output between steps with bash, but it would be way cleaner if the template DSL could handle that natively. like having extractors from step 1 available as variables in step 2, with some basic conditions to branch.
is there a plan for something like this, or should i be using the current workflow system differently? curious if anyone else has found a better pattern for this.
Beta Was this translation helpful? Give feedback.
All reactions