Skip to content

Commit

Permalink
Update faq formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mjorritsma committed Nov 14, 2024
1 parent 41f86a3 commit fc744ee
Showing 1 changed file with 20 additions and 29 deletions.
49 changes: 20 additions & 29 deletions cloud/editor/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,36 @@ sidebarTitle: "FAQ"

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
to update and add templates as vulnerabilities are discovered.

</Accordion>

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

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

<Accordion title="How can writing Nuclei templates help me or my organization?">
<Accordion title="How can writing Nuclei templates help me or my organization?">
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.
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.

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

</Accordion>
</Accordion>

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

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

- Check out [the scanning documentation](/cloud/scanning/overview) to learn more.
</Accordion>
- Check out [the scanning documentation]('/cloud/scanning/overview') to learn more.

</Accordion>

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

{" "}

<Accordion title="Who owns the templates generated by the AI?">
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.
</Accordion>

{" "}

<Accordion title="Do you use a public or private LLM?">
The Template Editor feature in PDCP uses OpenAI.
</Accordion>
Expand All @@ -72,8 +67,6 @@ sidebarTitle: "FAQ"
is deleted as soon as the template or the user are deleted.
</Accordion>

{" "}

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

{" "}

<Accordion title="Does your LLM or AI learn from the templates I generate?">
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
Expand Down

0 comments on commit fc744ee

Please sign in to comment.