Disable clustering #2062
Closed
Techbrunch
started this conversation in
General
Replies: 1 comment 3 replies
-
Clustering works by nuclei making 1 HTTP request and then running ALL of the clustered templates against the response from that HTTP request. Which means you won't see singular HTTP requests for every template and that's okay. If you want to see the HTTP request for that particular template, you'd have to run it alone without other templates in the command line. Clustering saves time, saves bandwidth and limits the amount of noise in your target's log files. 👍🏻 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to disable clustering of templates ?
I'm running nuclei using:
but I don't see the request for template
laravel-debug-enabled
in Burp. I suspect this might be because of clustering.Beta Was this translation helpful? Give feedback.
All reactions