Skip to content

Commit 001f020

Browse files
committed
Update SEO - broken links & duplicate title tags
1 parent 9085656 commit 001f020

File tree

2 files changed

+54
-32
lines changed

2 files changed

+54
-32
lines changed

cloud/editor/faq.mdx

Lines changed: 50 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: "Templates FAQ"
3-
description: 'Some common questions and answers about Nuclei templates'
2+
title: "Templates & Editor FAQ"
3+
description: "Answers to common questions about Nuclei templates and our cloud platform template editor"
44
sidebarTitle: "FAQ"
55
---
66

7-
87
<AccordionGroup>
98
<Accordion title="What are Nuclei templates?">
109
Nuclei [templates](http://github.com/projectdiscovery/nuclei-templates) are the core of the Nuclei project and ProjectDiscovery Cloud Platform. The templates contain the actual logic that is executed in order to detect various vulnerabilities.
@@ -31,45 +30,66 @@ sidebarTitle: "FAQ"
3130
- https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning
3231
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
3332
- https://blog.melbadry9.xyz/dangling-dns/aws/ddns-ec2-current-state
34-
- https://blog.projectdiscovery.io/writing-nuclei-templates-for-wordpress-cves/
33+
- https://projectdiscovery.io/blog/if-youre-not-writing-custom-nuclei-templates-youre-missing-out
3534

3635
</Accordion>
3736

3837
<Accordion title="How do I run Nuclei templates in the Cloud Platform?">
3938

40-
Nuclei templates are selected as part of any scans you create. You can select pre-configured groups of templates, individual templates, or add your own custom templates as part of your scan configuration.
39+
Nuclei templates are selected as part of any scans you create. You can select pre-configured groups of templates, individual templates, or add your own custom templates as part of your scan configuration.
4140

42-
- Check out [the scanning documentation](/cloud/scanning/overview) to learn more.
43-
</Accordion>
44-
45-
<Accordion title="How can I contribute a Nuclei template?">
46-
You are always welcome to share your templates with the community. You can either open a [GitHub issue](https://github.com/projectdiscovery/nuclei-templates/issues/new?assignees=&labels=nuclei-template&template=submit-template.md&title=%5Bnuclei-template%5D+template-name) with the template details or open a GitHub [pull request](https://github.com/projectdiscovery/nuclei-templates/pulls) with your Nuclei templates. If you don't have a GitHub account, you can also make use of the [discord server](https://discord.gg/projectdiscovery) to share the template with us.
41+
- Check out [the scanning documentation](/cloud/scanning/overview) to learn more.
4742
</Accordion>
4843

49-
<Accordion title="Who owns the templates generated by the AI?">
50-
You own any templates generated by the AI through the Template Editor. They are your property, and you are granted a perpetual license to use and modify them as you see fit.
51-
</Accordion>
44+
{" "}
45+
46+
<Accordion title="How can I contribute a Nuclei template?">
47+
You are always welcome to share your templates with the community. You can
48+
either open a [GitHub
49+
issue](https://github.com/projectdiscovery/nuclei-templates/issues/new?assignees=&labels=nuclei-template&template=submit-template.md&title=%5Bnuclei-template%5D+template-name)
50+
with the template details or open a GitHub [pull
51+
request](https://github.com/projectdiscovery/nuclei-templates/pulls) with your
52+
Nuclei templates. If you don't have a GitHub account, you can also make use of
53+
the [discord server](https://discord.gg/projectdiscovery) to share the
54+
template with us.
55+
</Accordion>
56+
57+
{" "}
58+
59+
<Accordion title="Who owns the templates generated by the AI?">
60+
You own any templates generated by the AI through the Template Editor. They
61+
are your property, and you are granted a perpetual license to use and modify
62+
them as you see fit.
63+
</Accordion>
64+
65+
{" "}
5266

53-
<Accordion title="Do you use a public or private LLM?">
67+
<Accordion title="Do you use a public or private LLM?">
5468
The Template Editor feature in PDCP uses OpenAI.
55-
</Accordion>
69+
</Accordion>
5670

5771
<Accordion title="Do you store the prompts, and what is your data retention policy?">
58-
59-
Yes, prompts are stored as part of the generated template metadata. This data is deleted as soon as the template or the user are deleted.
60-
</Accordion>
72+
Yes, prompts are stored as part of the generated template metadata. This data
73+
is deleted as soon as the template or the user are deleted.
74+
</Accordion>
75+
76+
{" "}
77+
78+
<Accordion title="How accurate are the templates generated by the AI?">
79+
The accuracy of the generated templates is primarily dependent on the detail
80+
and specificity of the input you provide. The more detailed information you
81+
supply, the better the AI can understand the context and create an accurate
82+
template. However, as with any AI tool, it is highly recommended to review,
83+
validate, and test any generated templates before using them in a live
84+
environment.
85+
</Accordion>
86+
87+
{" "}
6188

62-
<Accordion title="How accurate are the templates generated by the AI?">
63-
The accuracy of the generated templates is primarily dependent on the detail
64-
and specificity of the input you provide. The more detailed information you
65-
supply, the better the AI can understand the context and create an accurate
66-
template. However, as with any AI tool, it is highly recommended to review,
67-
validate, and test any generated templates before using them in a live
68-
environment.
69-
</Accordion>
70-
71-
<Accordion title="Does your LLM or AI learn from the templates I generate?">
72-
No, AI does not use the templates you generate for further training or improvement of the AI model. The system only uses public templates and CVE data for training, ensuring your unique templates remain confidential.
73-
</Accordion>
89+
<Accordion title="Does your LLM or AI learn from the templates I generate?">
90+
No, AI does not use the templates you generate for further training or
91+
improvement of the AI model. The system only uses public templates and CVE
92+
data for training, ensuring your unique templates remain confidential.
93+
</Accordion>
7494

7595
</AccordionGroup>

templates/faq.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: "Templates FAQ"
3-
description: 'Some common questions and answers about Nuclei templates'
3+
description: "Some common questions and answers about Nuclei templates"
44
sidebarTitle: "FAQ"
55
icon: "block-question"
66
iconType: "solid"
77
---
8+
89
<Tip>For info on the Nuclei Template Editor or using templates with ProjectDiscovery Cloud Platform - [learn more here](/cloud/editor/overview).</Tip>
910
<AccordionGroup>
1011
<Accordion title="What are Nuclei templates?" icon="circle-info" iconType="solid">
@@ -24,7 +25,7 @@ iconType: "solid"
2425
- https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning
2526
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
2627
- https://blog.melbadry9.xyz/dangling-dns/aws/ddns-ec2-current-state
27-
- https://blog.projectdiscovery.io/writing-nuclei-templates-for-wordpress-cves/
28+
- https://projectdiscovery.io/blog/if-youre-not-writing-custom-nuclei-templates-youre-missing-out
2829

2930
</Accordion>
3031

@@ -66,6 +67,7 @@ iconType: "solid"
6667
</Accordion>
6768

6869
{" "}
70+
6971
<Accordion
7072
title="Templates exist on GitHub but are not running with Nuclei?"
7173
icon="triangle-exclamation"

0 commit comments

Comments
 (0)