Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccosta-pd committed Dec 14, 2023
1 parent 8496de1 commit d8461a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ iconType: "solid"

</Accordion>

<Accordion title="Why can't I run all Nuclei templates!" icon="triangle-exclamation" iconType="solid">
<Accordion title="Why can't I run all Nuclei templates?" icon="triangle-exclamation" iconType="solid">
The Nuclei templates project houses a variety of templates which perform fuzzing and other actions which may result in a DoS against the target system (see [the list here](https://github.com/projectdiscovery/nuclei-templates/blob/master/.nuclei-ignore)). To ensure these templates are not accidentally run, they are tagged and excluded them from the default scan. These templates can be only executed when explicitly invoked using the `-itags` option.

</Accordion>
Expand Down

0 comments on commit d8461a7

Please sign in to comment.