[BUG] Executing template on different targets causes not to create result event #5955
Open
1 task done
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
Using the Nuclei engine, I'm trying to run the same template on different targets. When I run it against a single target, everything works as expected. However, no result events are created if I run it first against an HTTP target and then against an HTTPS target.
On the other hand, if I run it only on the HTTPS target, it does create a result event.
I don't want to use load all targets in the same execution as sometimes I want to run only specific templates.
Here is some pseudo-code demonstrating the issue:
I'm not sure why the result event is missing when running against HTTP followed by HTTPS, yet appears when running against HTTPS alone.
The template is just sending POST request with default credentials, then getting redirect and searching some content in the response (after the redirect)
Expected Behavior
result event will be created when even after different targets executed
Steps To Reproduce
added pseudo code
Relevant log output
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: