[BUG] Workflows with mixed templates not passing extracted value to subtemplates which uses (python) code #5867
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Is there an existing issue for this?
Current Behavior
HI folk! I was experimenting with latest
nuclei
(3.3.6) for a while an noticed that featureWORKFLOWS
is NOT working as expected as it's described in #2576That being said, when you create
workflows
using severalsubtemplates
if therecode
based template in one ofsubtemplates
extractors fromtemplate
isNOT PASSING
tocode
based templates?BTW, I've created mixed templates where
template
is usinghttp
matchers
andextractors
with names if that matches condition that suppose to passextracted
variable tocode
using python codetemplate
.Expected Behavior
template should pass
extractor
variable tocode
based template so that one could refer to extracted parameter using code in python:os.getenv('extracted')
Steps To Reproduce
nuclei -w custom_workflow_template.yaml -u target
Relevant log output
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: