diff --git a/cloud/introduction.mdx b/cloud/introduction.mdx index 5bb2636..9de3685 100644 --- a/cloud/introduction.mdx +++ b/cloud/introduction.mdx @@ -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: -
-Unified Asset Discovery & Continuous Monitoring -
+**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 -
-Validated, Actionable Findings -
+**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 -
-Community-Powered Updates -
+**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.) diff --git a/home.mdx b/home.mdx index e90d8a6..ec8a4c9 100644 --- a/home.mdx +++ b/home.mdx @@ -10,11 +10,11 @@ searchable: false
-

+

Tap into the Future of Security Workflows

-

+

Learn and read all about our open-source technologies, cloud platform, and APIs

@@ -30,7 +30,7 @@ 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" >
@@ -38,7 +38,7 @@ searchable: false Search or ask anything...
- ⌘K + ⌘K

Get started

diff --git a/templates/introduction.mdx b/templates/introduction.mdx index ae5646a..c809329 100644 --- a/templates/introduction.mdx +++ b/templates/introduction.mdx @@ -5,9 +5,9 @@ sidebarTitle: 'Introduction' icon: 'star' --- -
+ 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). -
+ ## 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.