Skip to content

Commit e611398

Browse files
Documentation edits made through Mintlify web editor
1 parent fbec556 commit e611398

File tree

9 files changed

+54
-12
lines changed

9 files changed

+54
-12
lines changed

cloud/examples/connectjira.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,3 @@ This example focuses on the process of integrating with Jira to create tickets f
158158
ProjectDiscovery Cloud Platform also supports workflows for alerting for Slack, MS Teams, Email and custom webhooks.
159159

160160
Check out another example that sets up a workflow to create a scan and [sends out a Slack alert.](/cloud/examples/slackalert)
161-

cloud/introduction.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ If you're new to ProjectDiscovery:
8585
- [Create a free account](https://cloud.projectdiscovery.io)
8686
- [Explore our open source tools](/tools/index)
8787
- [Join our Discord community](https://discord.com/invite/projectdiscovery)
88-

cloud/scanning/internal-scan.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ Always ensure you have proper authorization before scanning internal networks. F
191191

192192
- Learn how to [create custom templates](/cloud/editor/introduction) for internal assets
193193
- Set up [automated scanning workflows](/cloud/automation/introduction)
194-
- Explore [AI-assisted template generation](/cloud/editor/ai) for your specific use cases
194+
- Explore [AI-assisted template generation](/cloud/editor/ai) for your specific use cases

cloud/scanning/parameters.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Using the scan configuration you can take advantage of these types of Nuclei tem
1313

1414
## Authentication Example
1515

16-
In this example were going to look at a Nuclei template that requires WordPress authentication.
16+
In this example we're going to look at a Nuclei template that requires WordPress authentication.
1717

1818
WordPress authentication is required for over 150 different Nuclei templates, and in each of these the templates can't be executed without configuring additional parameters.
1919

@@ -115,9 +115,7 @@ Complete these steps to set up an username and password parameters for a scan th
115115
</Steps>
116116

117117
## What's Next?
118-
Now that you have created a new scan configuration if set to _Enable for all scans_ will appear as a configuration for any new scans you create.
118+
Now that you have created a new scan configuration if set to _"Enable for all scans"_ will appear as a configuration for any new scans you create.
119119
- If this is not enabled you will be able to choose the configuration for any scan you create.
120120

121121
Create a new scan and select any WordPress templates you want to include. You can also create a custom template profile to define a specific group of WP templates.
122-
123-

cloud/scanning/real-time-scans.mdx

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "Real-Time Vulnerability Scanning"
3+
sidebarTitle: "Real-Time Scans"
4+
---
5+
6+
Real-time vulnerability scanning enables continuous security assessment of your infrastructure as new vulnerabilities are discovered and new nuclei templates are released. This proactive approach ensures that your assets are automatically checked against the latest security threats without manual intervention.
7+
8+
## Features
9+
10+
<CardGroup cols={2}>
11+
<Card title="Immediate Scanning" icon="bolt">
12+
Automatically scan your infrastructure as soon as new nuclei templates are published.
13+
</Card>
14+
<Card title="Asset Selection" icon="filter">
15+
Choose between scanning all assets or a custom subset of your infrastructure.
16+
</Card>
17+
</CardGroup>
18+
19+
## Configuration Options
20+
21+
### Asset Coverage
22+
23+
You can configure real-time scanning for:
24+
25+
- **All Assets**: Every asset in your infrastructure will be automatically scanned when new templates are released.
26+
- **Custom Assets**: Select specific assets or asset groups for real-time scanning, allowing you to prioritize critical infrastructure.
27+
28+
### Setting Up Real-Time Scans
29+
30+
1. Navigate to the Real-Time Scanning section in your dashboard
31+
2. Choose your preferred asset coverage:
32+
- Toggle "All Assets" for complete coverage
33+
- Select "Custom Assets" to specify target assets
34+
3. Save your configuration
35+
36+
## Monitoring and Alerts
37+
38+
Real-time scan results are:
39+
- Immediately visible in your dashboard
40+
- Integrated with your configured notification channels
41+
- Available in detailed reports for analysis
42+
43+
## Best Practices
44+
45+
- Start with a subset of critical assets to optimize scanning performance
46+
- Configure appropriate notification settings to stay informed of critical findings
47+
- Regularly review and update your asset selection based on your security priorities

templates/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ iconType: "solid"
8080
Nuclei when a new template release is created.
8181
</Accordion>
8282

83-
</AccordionGroup>
83+
</AccordionGroup>

templates/protocols/http/fuzzing-examples.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,4 @@ http:
338338
part: interactsh_protocol # Confirms the DNS Interaction
339339
words:
340340
- "dns"
341-
```
342-
341+
```

templates/protocols/http/fuzzing-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ http:
396396

397397
<Tip>
398398
More complete examples are provided [here](/templates/protocols/http/fuzzing-examples)
399-
</Tip>
399+
</Tip>

templates/protocols/javascript/modules/mysql.MySQLClient.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ const isMySQL = mysql.IsMySQL('acme.com', 3306);
271271

272272
#### Defined in
273273

274-
mysql.ts:44
274+
mysql.ts:44

0 commit comments

Comments
 (0)