Skip to content

Commit 921ebf4

Browse files
Merge pull request #107 from projectdiscovery/revert-104-andy
Revert "Minor Copy Edits"
2 parents 7baf23c + 799900e commit 921ebf4

File tree

7 files changed

+211
-246
lines changed

7 files changed

+211
-246
lines changed

cloud/editor/recommended.mdx

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Recommended Templates"
3-
description: "Learn more about using Recommended Templates"
2+
title: "Recommended"
3+
description: "Learn more about using Recommended Templates in PDCP (Teams)"
44
---
55

66
<Info>
77
The functionality described on this page is **only** available through
8-
[ProjectDiscovery Cloud Platform](https://projectdiscovery.io/pricing).
8+
[ProjectDiscovery Cloud Platform Teams](https://projectdiscovery.io/pricing).
99
</Info>
1010

1111
## Overview
@@ -14,30 +14,24 @@ When setting up a scan in ProjectDiscovery Cloud Platform (PDCP) you have the op
1414

1515
**Recommended templates are a curated subset of the full template library designed for efficiently scanning your attack surface.**
1616

17-
This subset of templates, nearly 4,000 in total, focuses on relevant and exploitable vulnerabilities, excluding informational templates and templates with the potential to generate false positives.
17+
This subset of templates, nearly 4000 in total, focuses on relevant and exploitable vulnerabilities, excluding informational templates and templates with the potential to generate false positives.
1818

19-
The curated set of Recommended templates is available as a config file and can be viewed in the Nuclei repository - [Recommended Templates](https://github.com/projectdiscovery/nuclei-templates/blob/main/config/recommended.yml), or within the application.
19+
The curated set of Recommended templates is available as a config file and can be viewed in the Nuclei repository - [Recommended Templates](https://github.com/projectdiscovery/nuclei-templates/blob/main/config/recommended.yml), or withing the application.
2020

2121
Rather than a list, PDCP's Recommended templates are curated through defined filters.
2222

23-
*This approach ensures that the curated list remains up-to-date as new templates are added.*
24-
25-
To export the list of templates that are currently included in this profile, navigate to the directory /nuclei-templates/profiles on your local machine and run the following command in Nuclei:
26-
27-
```
28-
nuclei -config recommended.yml -tl
29-
```
23+
_This approach ensures that the curated list remains up-to-date as new templates are added._
3024

3125
Filtering for Recommended templates includes:
3226

33-
* All template severities except info
27+
- All template severities except info
3428

35-
* Type: http, tcp, or javascript
29+
- Type: http, tcp, or javascript
3630

37-
* Exclusion of the tags: tech, dos, fuzz, creds-stuffing, token-spray, osint
31+
- Exclusion of the tags: tech, dos, fuzz, creds-stuffing, token-spray, osint
3832

39-
* Exclusion of specific templates the list is available for review here --> [Recommended Templates](https://github.com/projectdiscovery/nuclei-templates/blob/main/config/recommended.yml)
33+
- Exclusion of specific templates the list is available for review here --> [Recommended Templates](https://github.com/projectdiscovery/nuclei-templates/blob/main/config/recommended.yml)
4034

4135
<Note>
4236
If you have questions, reach out to us through [email protected].
43-
</Note>
37+
</Note>

cloud/editor/share.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn about sharing templates"
55

66
The Template Editor offers the ability to share any public templates, including the ones you create.
77

8-
<img width="800" alt="Share Template" src="/images/share-template.jpg" />
8+
<img src="/images/share-template.jpg" alt="Share Template" width="800px" />
99

1010
To share a template, click on the "Share" button to generate a link that can be sent to others.
1111

@@ -21,4 +21,4 @@ User templates, unlike public templates, require authentication for sharing. The
2121

2222
If at any point you want to limit the access to the shared template, it is as simple as changing the visibility of the template to private. After this change, the originally shared link will become inactive. However, you have the flexibility to share it again, which would generate a new unique ID.
2323

24-
Please remember, while sharing is easy, it's important to distribute the URL cautiously as the link allows full access to the shared template.
24+
Please remember, while sharing is easy, it's important to distribute the URL cautiously as the link allows full access to the shared template.

cloud/introduction.mdx

Lines changed: 61 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,88 @@
11
---
2-
title: "From Open Source to Cloud Platform"
3-
sidebarTitle: "OSS vs Cloud"
4-
icon: "code-compare"
2+
title: "Introducing ProjectDiscovery Cloud Platform"
3+
sidebarTitle: "Introduction"
4+
icon: "book-open"
55
---
66

7-
ProjectDiscovery was born from a global security community, with our open-source tools being used by over 100,000 security professionals worldwide. Our cloud platform builds upon this foundation, bringing additional capabilities for organizations while maintaining the transparency and flexibility our community loves.
7+
<Tip>
8+
Sign up for [ProjectDiscovery Cloud Platform](https://cloud.projectdiscovery.io/) for free.
89

9-
## Our Open Source Foundation
10+
Have a complex company use case? Get [Enterprise grade assistance](https://projectdiscovery.io/request-demo)
11+
</Tip>
1012

11-
ProjectDiscovery's tools are the cornerstone of many security programs because they provide:
13+
ProjectDiscovery Cloud Platform combines real-world attack detection with comprehensive vulnerability management. By leveraging our battle-tested open-source security tools used by over 100,000 security professionals worldwide, our platform helps organizations focus on what matters most - truly exploitable security risks.
1214

13-
**Community-Driven Innovation**
15+
While traditional VM tools focus on CVE matching and version scanning, ProjectDiscovery Cloud takes an attacker's perspective:
1416

15-
* Rapid detection of new threats through community templates
16-
17-
* Transparent detection methods and workflows
18-
19-
* Continuous improvements from security researchers
20-
21-
**Advanced Capabilities**
22-
23-
* Custom template development
24-
25-
* Advanced automation workflows
26-
27-
* Direct CLI integration
28-
29-
* Local data processing options
30-
31-
## Enhancing Open Source for Organizations
32-
33-
ProjectDiscovery Cloud Platform transforms our battle-tested open source tools into a comprehensive security solution that addresses the complex challenges organizations face today. It combines the power of community-driven security with enterprise-grade features, all while maintaining the flexibility security teams need.
34-
35-
**Streamline Security Operations**
36-
37-
* Zero infrastructure maintenance overhead
38-
39-
* 50x faster scanning than self-hosted deployments
40-
41-
* Maintain a single source of truth for all security risks across your organization
42-
43-
* Real-time vulnerability template updates from our research team and community
44-
45-
* Fixed scan IPs for whitelisting and custom rate limits
46-
47-
**Enable Team Collaboration**
48-
49-
* Unite security teams through shared workspaces and collaborative workflows
50-
51-
* Control access and permissions with granular role-based controls
52-
53-
* Share security findings and insights across teams seamlessly
54-
55-
* Unified dashboard for all security findings
56-
57-
* Standardize security processes with templated workflows
58-
59-
* SAML SSO integration (Okta, Entra, Google)
60-
61-
* Comprehensive audit logs for team activities
17+
<CardGroup cols={2}>
18+
<Card title="Actual Exploitability" icon="check-double">
19+
Validate vulnerabilities through real exploitation attempts instead of version checks
20+
</Card>
6221

63-
**Scale with Enterprise Needs**
22+
<Card title="Beyond CVEs" icon="shield-exclamation">
23+
Detect exploitable misconfigurations and security gaps that traditional scanners miss
24+
</Card>
6425

65-
* Multi-cloud asset discovery and monitoring
26+
<Card title="Proof of Concept" icon="microscope">
27+
Every finding includes clear evidence and reproduction steps
28+
</Card>
6629

67-
* Continuous vulnerability regression testing
30+
<Card title="AI-Powered Detection" icon="robot">
31+
Write custom vulnerability detections with AI assistance and knowledge sharing
32+
</Card>
6833

69-
* Enterprise-grade support
34+
<Card title="Community-Powered" icon="users">
35+
Leverage our global open-source community to rapidly detect emerging threats
36+
</Card>
37+
</CardGroup>
7038

71-
* Executive and compliance reports (SOC 2, PCI, HIPAA)
39+
Our platform uniquely combines Vulnerability Management, Attack Surface Management, and Continuous Threat Exposure Management into a single, exploitability-focused solution with zero setup overhead - helping you manage security risks the way attackers see them, right from day one.
7240

73-
* Advanced subsidiary discovery and asset mapping
41+
<iframe
42+
width="560"
43+
height="315"
44+
src="https://www.youtube.com/embed/rw26bRrg4-U?si=5HOwQdtkRsOpmidm"
45+
title="YouTube video player"
46+
frameborder="0"
47+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
48+
allowfullscreen
49+
></iframe>
7450

75-
## Seamless Integration with CLI Tools
7651

77-
Already using ProjectDiscovery tools? Our cloud platform enhances your existing workflow:
52+
## Getting Started
7853

7954
<CardGroup cols={2}>
80-
<Card title="CLI Integration" icon="terminal">
81-
Connect your existing scripts and automation with our cloud APIs
55+
<Card
56+
title="Asset Discovery & Management"
57+
icon="radar"
58+
href="/cloud/assets/overview">
59+
Continuous discovery and monitoring of your attack surface across multi-cloud environments, domains, and infrastructure. Powered by our battle-tested open-source tools and cloud-native capabilities for comprehensive asset visibility.
8260
</Card>
8361

84-
<Card title="Template Sync" icon="rotate">
85-
Use your custom templates across both environments
62+
<Card
63+
title="External Vulnerability Scanning"
64+
icon="globe"
65+
href="/cloud/scanning/createscans">
66+
Automated and precise external scanning with zero false positives. Every finding includes proof of concept and clear remediation steps. Supports both automated continuous monitoring and targeted assessments.
8667
</Card>
8768

88-
<Card title="Unified Results" icon="database">
89-
Aggregate findings from both cloud and local scans
69+
<Card
70+
title="Internal Network Scanning"
71+
icon="network-wired"
72+
href="/cloud/scanning/nuclei-scan">
73+
Secure internal vulnerability assessment through local scanning or cloud-managed TunnelX. Identify critical internal vulnerabilities before attackers can exploit them for lateral movement.
9074
</Card>
9175

92-
<Card title="Flexible Deployment" icon="server">
93-
Detect exploitable vulnerabilities anywhere across your infrastructure
76+
<Card
77+
title="Integrations"
78+
icon="puzzle-piece"
79+
href="/cloud/integrations">
80+
Seamless integration with your security stack including Slack, Teams, JIRA, GitHub, and custom webhooks. Automate vulnerability management and streamline your security operations.
9481
</Card>
9582
</CardGroup>
9683

97-
## Getting Started
98-
99-
Ready to enhance your security program?
100-
101-
* [Try ProjectDiscovery Cloud Platform](https://cloud.projectdiscovery.io) for free.
102-
103-
* [Explore our open source tools](https://github.com/projectdiscovery)
104-
105-
* [Join our Discord community](https://discord.com/invite/projectdiscovery)
84+
If you're new to ProjectDiscovery:
85+
- Get started with a [free ProjectDiscovery Cloud account](cloud.projectdiscovery.io)
86+
- Explore our [open source tools](/tools/index)
87+
- Join our [Discord community](https://discord.com/invite/projectdiscovery)
10688

107-
* Have a complex company use case? Get [Enterprise grade assistance](https://projectdiscovery.io/request-demo)

cloud/ossvscloud.mdx

Lines changed: 29 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,49 @@ sidebarTitle: "OSS vs Cloud"
44
icon: "code-compare"
55
---
66

7-
ProjectDiscovery was born from a global security community, with our open-source tools being used by over 100,000 security professionals worldwide. Our cloud platform builds upon this foundation, bringing additional capabilities for organizations while maintaining the transparency and flexibility our community loves.
7+
ProjectDiscovery was born from the security community, with our open-source tools being used by over 100,000 security professionals worldwide. Our cloud platform builds upon this foundation, bringing additional capabilities for organizations while maintaining the transparency and flexibility our community loves.
88

99
## Our Open Source Foundation
1010

1111
ProjectDiscovery's tools are the cornerstone of many security programs because they provide:
1212

1313
**Community-Driven Innovation**
14-
15-
* Rapid detection of new threats through community templates
16-
17-
* Transparent detection methods and workflows
18-
19-
* Continuous improvements from security researchers
14+
- Rapid detection of new threats through community templates
15+
- Transparent detection methods and workflows
16+
- Continuous improvements from security researchers
2017

2118
**Advanced Capabilities**
22-
23-
* Custom template development
24-
25-
* Advanced automation workflows
26-
27-
* Direct CLI integration
28-
29-
* Local data processing options
19+
- Custom template development
20+
- Advanced automation workflows
21+
- Direct CLI integration
22+
- Local data processing options
3023

3124
## Enhancing Open Source for Organizations
3225

3326
ProjectDiscovery Cloud Platform transforms our battle-tested open source tools into a comprehensive security solution that addresses the complex challenges organizations face today. It combines the power of community-driven security with enterprise-grade features, all while maintaining the flexibility security teams need.
3427

3528
**Streamline Security Operations**
36-
37-
* Zero infrastructure maintenance overhead
38-
39-
* 50x faster scanning than self-hosted deployments
40-
41-
* Maintain a single source of truth for all security risks across your organization
42-
43-
* Real-time vulnerability template updates from our research team and community
44-
45-
* Fixed scan IPs for whitelisting and custom rate limits
29+
- Zero infrastructure maintenance overhead
30+
- 50x faster scanning than self-hosted deployments
31+
- Maintain a single source of truth for all security discoveries across your organization
32+
- Real-time vulnerability template updates from our research team and community
33+
- Fixed scan IPs for whitelisting and custom rate limits
4634

4735
**Enable Team Collaboration**
48-
49-
* Unite security teams through shared workspaces and collaborative workflows
50-
51-
* Control access and permissions with granular role-based controls
52-
53-
* Share security findings and insights across teams seamlessly
54-
55-
* Unified dashboard for all security findings
56-
57-
* Standardize security processes with templated workflows
58-
59-
* SAML SSO integration (Okta, Entra, Google)
60-
61-
* Comprehensive audit logs for team activities
36+
- Unite security teams through shared workspaces and collaborative workflows
37+
- Control access and permissions with granular role-based controls
38+
- Share security findings and insights across teams seamlessly
39+
- Unified dashboard for all security findings
40+
- Standardize security processes with templated workflows
41+
- SAML SSO integration (Okta, Entra, Google)
42+
- Comprehensive audit logs for team activities
6243

6344
**Scale with Enterprise Needs**
64-
65-
* Multi-cloud asset discovery and monitoring
66-
67-
* Continuous vulnerability regression testing
68-
69-
* Enterprise-grade support
70-
71-
* Executive and compliance reports (SOC 2, PCI, HIPAA)
72-
73-
* Advanced subsidiary discovery and asset mapping
45+
- Multi-cloud asset discovery and monitoring
46+
- Continuous vulnerability regression testing
47+
- Enterprise-grade support
48+
- Executive and compliance reports (SOC 2, PCI, HIPAA)
49+
- Advanced subsidiary discovery and asset mapping
7450

7551
## Seamless Integration with CLI Tools
7652

@@ -80,15 +56,12 @@ Already using ProjectDiscovery tools? Our cloud platform enhances your existing
8056
<Card title="CLI Integration" icon="terminal">
8157
Connect your existing scripts and automation with our cloud APIs
8258
</Card>
83-
8459
<Card title="Template Sync" icon="rotate">
8560
Use your custom templates across both environments
8661
</Card>
87-
8862
<Card title="Unified Results" icon="database">
8963
Aggregate findings from both cloud and local scans
9064
</Card>
91-
9265
<Card title="Flexible Deployment" icon="server">
9366
Choose where to run specific security checks
9467
</Card>
@@ -97,11 +70,7 @@ Already using ProjectDiscovery tools? Our cloud platform enhances your existing
9770
## Getting Started
9871

9972
Ready to enhance your security program?
100-
101-
* [Try ProjectDiscovery Cloud Platform](https://cloud.projectdiscovery.io) for free.
102-
103-
* [Explore our open source tools](https://github.com/projectdiscovery)
104-
105-
* [Join our Discord community](https://discord.com/invite/projectdiscovery)
106-
107-
* Have a complex company use case? Get [Enterprise grade assistance](https://projectdiscovery.io/request-demo)
73+
- [Try ProjectDiscovery Cloud Platform](https://cloud.projectdiscovery.io) for free.
74+
- [Explore our open source tools](https://github.com/projectdiscovery)
75+
- [Join our Discord community](https://discord.com/invite/projectdiscovery)
76+
- Have a complex company use case? Get [Enterprise grade assistance](https://projectdiscovery.io/request-demo)

0 commit comments

Comments
 (0)