Skip to content
12 changes: 3 additions & 9 deletions cloud/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,24 @@
Need enterprise-scale coverage? [Request a demo](https://projectdiscovery.io/request-demo) for advanced features and support.
</Tip>

ProjectDiscovery is a modern **vulnerability management** platform that detects exploitable vulnerabilities across your entire infrastructure—external, internal, and cloud. By validating exploitability at runtime and surfacing only action-ready findings, it eliminates noise and helps teams remediate real risks faster than ever. Below is an overview of its key capabilities:

Check warning on line 17 in cloud/introduction.mdx

View check run for this annotation

Mintlify / Mintlify Validation (projectdiscovery) - vale-spellcheck

cloud/introduction.mdx#L17

Did you really mean 'exploitability'?

<div className="text-gray-900 dark:text-white font-semibold">
Unified Asset Discovery & Continuous Monitoring
</div>
**Unified Asset Discovery & Continuous Monitoring**

- Continuously discovers and inventories both internet-exposed **and** internal/cloud assets—VMs, load balancers, Kubernetes ingresses, sub-domains, and more—keeping your inventory always up to date
- Continuously tracks changes so new hosts, endpoints, or configuration drifts never slip through the cracks, ensuring complete visibility across your attack surface

<div className="text-gray-900 dark:text-white font-semibold">
Validated, Actionable Findings
</div>
**Validated, Actionable Findings**

- Safe, real-world attack simulation validates exploits at runtime, ensuring every vulnerability surfaced is **actually exploitable**
- Attacker-centric methodology prioritizes the weaknesses real adversaries target, eliminating alert fatigue
- Results are noise-free—teams report up to **97 % manual triage time saved**
- Automated retest and remediation workflows accelerate fix verification and prevent regressions

<div className="text-gray-900 dark:text-white font-semibold">
Community-Powered Updates
</div>
**Community-Powered Updates**

- Stays in sync with the latest threats via a real-time community feed of new vulnerability templates and attack techniques
- ProjectDiscovery's global user community continuously contributes and updates these detection templates (for trending exploits, emerging CVEs, etc.)

Check warning on line 34 in cloud/introduction.mdx

View check run for this annotation

Mintlify / Mintlify Validation (projectdiscovery) - vale-spellcheck

cloud/introduction.mdx#L34

Did you really mean 'CVEs'?
- Our internal security team validates each contribution for quality and safety before release, ensuring reliable and secure detection templates
- Ensures you're quickly alerted to new attack vectors as soon as they arise

Expand Down
8 changes: 4 additions & 4 deletions home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ searchable: false
<div className="flex flex-col items-center justify-center min-h-[50vh] relative">
<div className="absolute inset-0 bg-grid-pattern opacity-10"></div>

<p className="hero-subtitle text-center mt-16 mb-3 max-w-2xl text-gray-800 dark:text-gray-300">
<p className="hero-subtitle text-center mt-16 mb-3 max-w-2xl">
Tap into the Future of Security Workflows
</p>

<p className="text-sm text-center mb-8 max-w-2xl text-gray-500 dark:text-gray-400">
<p className="text-sm text-center mb-8 max-w-2xl">
Learn and read all about our open-source technologies, cloud platform, and APIs
</p>

Expand All @@ -30,15 +30,15 @@ searchable: false
});
document.dispatchEvent(event);
}}
className="search-button flex items-center justify-between px-4 py-2 mb-12 text-sm text-gray-500 bg-white border rounded-lg shadow-sm dark:bg-zinc-800 dark:text-gray-300 dark:border-zinc-700 hover:bg-gray-50 dark:hover:bg-zinc-700"
className="search-button flex items-center justify-between px-4 py-2 mb-12 text-sm bg-white border rounded-lg shadow-sm dark:bg-zinc-800 dark:border-zinc-700 hover:bg-gray-50 dark:hover:bg-zinc-700"
>
<div className="flex items-center">
<svg className="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
Search or ask anything...
</div>
<span className="text-xs text-gray-400">⌘K</span>
<span className="text-xs opacity-60">⌘K</span>
</button>

<p className="section-title text-s text-center mb-5">Get started</p>
Expand Down
4 changes: 2 additions & 2 deletions templates/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
icon: 'star'
---

<div className="p-4 border border-blue-100 dark:border-blue-900 bg-blue-50 dark:bg-blue-900/50 rounded-lg mb-4">
<Info>
Write and test Nuclei templates directly in your browser using our [template editor](https://cloud.projectdiscovery.io/templates/editor). The editor supports AI-assisted template generation, real-time validation, and immediate scanning against your targets. Need automation? Check out our [template generation API](/api-reference/templates/generate-ai-template).
</div>
</Info>

## What are Nuclei Templates?
Nuclei templates are the cornerstone of the Nuclei scanning engine. Nuclei templates enable precise and rapid scanning across various protocols like TCP, DNS, HTTP, and more. They are designed to send targeted requests based on specific vulnerability checks, ensuring low-to-zero false positives and efficient scanning over large networks.
Expand All @@ -16,7 +16,7 @@
Nuclei templates are based on the concepts of `YAML` based template files that define how the requests will be sent and processed. This allows easy extensibility capabilities to nuclei. The templates are written in `YAML` which specifies a simple human-readable format to quickly define the execution process.

## Universal Language for Vulnerabilities
Nuclei Templates offer a streamlined way to identify and communicate vulnerabilities, combining essential details like severity ratings and detection methods. This open-source, community-developed tool accelerates threat response and is widely recognized in the cybersecurity world.

Check warning on line 19 in templates/introduction.mdx

View check run for this annotation

Mintlify / Mintlify Validation (projectdiscovery) - vale-spellcheck

templates/introduction.mdx#L19

Did you really mean 'cybersecurity'?

<Tip>
Learn more about nuclei templates as a universal language for exploitable vulnerabilities [on our blog](https://projectdiscovery.io/blog/the-power-of-nuclei-templates-a-universal-language-of-vulnerabilities/).
Expand Down
Loading