Templates cluster not working in sometimes #8119
Replies: 1 comment
|
projectdiscovery/nuclei#4106 (comment) Closing this discussion in favor of the issue in the nuclei project. |
0 replies
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.
When there are two templates
template1
template2
As expect:
when template cluster worked
It will do 3 request:
But as result:
It do 4 request:
there is a dup request in the same path
So how to resolve the problem , It is work by designed ?
Or is there some better pratice for this moment
All reactions