From c0eb442a02b71478c3b53f025d286b5161d3e427 Mon Sep 17 00:00:00 2001 From: fail-open Date: Wed, 11 Dec 2024 11:03:55 -0500 Subject: [PATCH] Remove dated fuzz info (#118) There was a line referring to the old fuzzing repo which as been migrated to the main repo. I cut the line entirely, but it may make more sense to update to mention the old repo has been moved, in case legacy users read and did not know. --- tools/nuclei/running.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/nuclei/running.mdx b/tools/nuclei/running.mdx index 911bc67..33b3bc2 100644 --- a/tools/nuclei/running.mdx +++ b/tools/nuclei/running.mdx @@ -59,7 +59,6 @@ However, there are some exceptions regarding the templates that run by default: - [Code Templates](/templates/protocols/code) require the `-code` flag to execute. - [Headless Templates](/templates/protocols/headless) will not run unless you pass the `-headless` flag. - [Fuzzing Templates](/template/protocols/http/fuzzing-overview) will not run unless you pass the `-fuzz` flag. -- A separate collection of [Fuzzing Templates](/templates/protocols/http/fuzzing-overview), located in a [different repository](https://github.com/projectdiscovery/fuzzing-templates), must be downloaded and configured separately for use. You can also run templates against a list of URLs: