You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud/editor/faq.mdx
+20-29Lines changed: 20 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,36 @@ sidebarTitle: "FAQ"
10
10
11
11
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
12
12
to update and add templates as vulnerabilities are discovered.
13
-
14
13
</Accordion>
15
14
16
-
<Accordiontitle="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
+
<Accordiontitle="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>
23
22
24
-
<Accordiontitle="How can writing Nuclei templates help me or my organization?">
23
+
<Accordiontitle="How can writing Nuclei templates help me or my organization?">
25
24
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.
26
25
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.
27
26
28
27
Here are few examples from the community making use of templates to automate the security findings:
<Accordiontitle="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
+
<Accordiontitle="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.
41
39
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>
44
43
45
44
<Accordiontitle="How can I contribute a Nuclei template?">
46
45
You are always welcome to share your templates with the community. You can
@@ -53,16 +52,12 @@ sidebarTitle: "FAQ"
53
52
template with us.
54
53
</Accordion>
55
54
56
-
{""}
57
-
58
55
<Accordiontitle="Who owns the templates generated by the AI?">
59
56
You own any templates generated by the AI through the Template Editor. They
60
57
are your property, and you are granted a perpetual license to use and modify
61
58
them as you see fit.
62
59
</Accordion>
63
60
64
-
{""}
65
-
66
61
<Accordiontitle="Do you use a public or private LLM?">
67
62
The Template Editor feature in PDCP uses OpenAI.
68
63
</Accordion>
@@ -72,8 +67,6 @@ sidebarTitle: "FAQ"
72
67
is deleted as soon as the template or the user are deleted.
73
68
</Accordion>
74
69
75
-
{""}
76
-
77
70
<Accordiontitle="How accurate are the templates generated by the AI?">
78
71
The accuracy of the generated templates is primarily dependent on the detail
79
72
and specificity of the input you provide. The more detailed information you
@@ -83,8 +76,6 @@ sidebarTitle: "FAQ"
83
76
environment.
84
77
</Accordion>
85
78
86
-
{""}
87
-
88
79
<Accordiontitle="Does your LLM or AI learn from the templates I generate?">
89
80
No, AI does not use the templates you generate for further training or
90
81
improvement of the AI model. The system only uses public templates and CVE
0 commit comments