Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions cloud/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,19 @@ icon: "book-open"

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:

<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.)
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 @@ sidebarTitle: 'Introduction'
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 Down
Loading