Skip to content

Commit fc744ee

Browse files
committed
Update faq formatting
1 parent 41f86a3 commit fc744ee

File tree

1 file changed

+20
-29
lines changed

1 file changed

+20
-29
lines changed

cloud/editor/faq.mdx

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,36 @@ sidebarTitle: "FAQ"
1010

1111
The ProjectDiscovery template library contains **several thousand** ready-to-use **[community-contributed](https://github.com/projectdiscovery/nuclei-templates/graphs/contributors)** vulnerability templates. We are continuously working with our open source community
1212
to update and add templates as vulnerabilities are discovered.
13-
1413
</Accordion>
1514

16-
<Accordion title="How can I write Nuclei templates?">
17-
We maintain a [template guide](/templates/introduction/) for writing new and custom Nuclei templates. ProjectDiscovery Cloud Platform also provides AI support
18-
to assist in writing and testing custom templates.
19-
20-
- Check out our documentation on the [Templates Editor](/cloud/editor/ai) for more information.
21-
22-
</Accordion>
15+
<Accordion title="How can I write Nuclei templates?">
16+
We maintain a [template guide](/templates/introduction/) for writing new and
17+
custom Nuclei templates. ProjectDiscovery Cloud Platform also provides AI
18+
support to assist in writing and testing custom templates. - Check out our
19+
documentation on the [Templates Editor](/cloud/editor/ai) for more
20+
information.
21+
</Accordion>
2322

24-
<Accordion title="How can writing Nuclei templates help me or my organization?">
23+
<Accordion title="How can writing Nuclei templates help me or my organization?">
2524
Performing security assessment of an application is time-consuming. It's always better and time-saving to automate steps whenever possible. Once you've found a security vulnerability, you can prepare a Nuclei template by defining the required HTTP request to reproduce the issue, and test the same vulnerability across multiple hosts with ease.
2625
It's worth mentioning ==you write the template once and use it forever==, as you don't need to manually test that specific vulnerability any longer.
2726

2827
Here are few examples from the community making use of templates to automate the security findings:
29-
- https://dhiyaneshgeek.github.io/web/security/2021/02/19/exploiting-out-of-band-xxe/
30-
- https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning
31-
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
32-
- https://blog.melbadry9.xyz/dangling-dns/aws/ddns-ec2-current-state
33-
- https://projectdiscovery.io/blog/if-youre-not-writing-custom-nuclei-templates-youre-missing-out
34-
- https://projectdiscovery.io/blog/the-power-of-nuclei-templates-a-universal-language-of-vulnerabilities
28+
- https://dhiyaneshgeek.github.io/web/security/2021/02/19/exploiting-out-of-band-xxe/
29+
- https://blog.melbadry9.xyz/fuzzing/nuclei-cache-poisoning
30+
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
31+
- https://blog.melbadry9.xyz/dangling-dns/aws/ddns-ec2-current-state
32+
- https://projectdiscovery.io/blog/if-youre-not-writing-custom-nuclei-templates-youre-missing-out
33+
- https://projectdiscovery.io/blog/the-power-of-nuclei-templates-a-universal-language-of-vulnerabilities
3534

36-
</Accordion>
35+
</Accordion>
3736

38-
<Accordion title="How do I run Nuclei templates in the Cloud Platform?">
39-
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.
37+
<Accordion title="How do I run Nuclei templates in the Cloud Platform?">
38+
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.
4139

42-
- Check out [the scanning documentation](/cloud/scanning/overview) to learn more.
43-
</Accordion>
40+
- Check out [the scanning documentation]('/cloud/scanning/overview') to learn more.
41+
42+
</Accordion>
4443

4544
<Accordion title="How can I contribute a Nuclei template?">
4645
You are always welcome to share your templates with the community. You can
@@ -53,16 +52,12 @@ sidebarTitle: "FAQ"
5352
template with us.
5453
</Accordion>
5554

56-
{" "}
57-
5855
<Accordion title="Who owns the templates generated by the AI?">
5956
You own any templates generated by the AI through the Template Editor. They
6057
are your property, and you are granted a perpetual license to use and modify
6158
them as you see fit.
6259
</Accordion>
6360

64-
{" "}
65-
6661
<Accordion title="Do you use a public or private LLM?">
6762
The Template Editor feature in PDCP uses OpenAI.
6863
</Accordion>
@@ -72,8 +67,6 @@ sidebarTitle: "FAQ"
7267
is deleted as soon as the template or the user are deleted.
7368
</Accordion>
7469

75-
{" "}
76-
7770
<Accordion title="How accurate are the templates generated by the AI?">
7871
The accuracy of the generated templates is primarily dependent on the detail
7972
and specificity of the input you provide. The more detailed information you
@@ -83,8 +76,6 @@ sidebarTitle: "FAQ"
8376
environment.
8477
</Accordion>
8578

86-
{" "}
87-
8879
<Accordion title="Does your LLM or AI learn from the templates I generate?">
8980
No, AI does not use the templates you generate for further training or
9081
improvement of the AI model. The system only uses public templates and CVE

0 commit comments

Comments
 (0)