Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added docs for recently added features #89

Merged
merged 1 commit into from
Oct 19, 2024
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
2 changes: 1 addition & 1 deletion cloud/assets/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Yes! Assets that are added to PDCP can be renamed.

**Can I delete Assets?**

You can delete any assets, however assets that are included in a scan will generate an error.
You can delete any assets, however assets that are included in a scan will generate an error.
30 changes: 30 additions & 0 deletions cloud/scanning/createscans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,36 @@ For advanced scan configurations, check out [Integrations](/cloud/scanning/integ

<Info> Want to connect your existing Nuclei scan? Check our [our documentation](/cloud/scanning/nuclei-scan) on those steps here. </Info>

### Automatic Real-Time Vulnerability Scan

PDCP now offers an automatic real-time vulnerability scanning feature:

- **Instant Template Updates**: The system automatically triggers vulnerability scans whenever new Nuclei templates are added to the platform.
- **Immediate Detection**: This ensures immediate detection of the latest vulnerabilities as soon as they are released.
- **Stay Ahead of Threats**: By leveraging this feature, you can stay ahead of potential threats by identifying new vulnerabilities in your assets as soon as detection methods become available.

To enable automatic real-time vulnerability scanning:

1. Navigate to the [Dashboard](https://cloud.projectdiscovery.io) page.
2. Look for the "Automatic Real-Time Scanning" option to enable.
3. Select your asset groups to configure for Automatic Vulnerability Scan.

### Automatic Discovery with Vulnerability Scan

PDCP now allows you to enable automatic asset discovery before running vulnerability scan.

- **Automatic Discovery**: You can choose to automatically run asset discovery before scanning.
- **Immediate Scanning**: You can opt to initiate a vulnerability scan immediately after asset discovery completes.
- **Flexible Configuration**: These behaviors are configurable, allowing you to enable or disable automation based on your specific requirements.

To configure discovery and scan automation:

1. Go to the [Scans](https://cloud.projectdiscovery.io/scans) page.
2. Find the "Automatic Discovery" option and adjust it according to your preferences.
3. If you've enabled automatic discovery, automatic asset discovery will be performed before vulnerability scan.

These new automation features provide greater flexibility and ensure your security posture remains up-to-date with minimal manual intervention.

## Results (Vulnerabilities)

### All Scans
Expand Down
3 changes: 2 additions & 1 deletion cloud/scanning/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Features include:
- Connecting existing Nuclei scans
- Creating new scans
- Viewing active vulnerabilities
- Real-Time vulnerability scan
- Scheduling scans
- Exporting scan details
- Determining active CVEs
Expand Down Expand Up @@ -92,4 +93,4 @@ Otherwise any scan information from Nuclei that is uploaded creates a new scan r
- Stopped - This status indicates that a user has stopped the scan either in PDCP or via the API. Note: Scans in “starting” cannot be stopped.
- Failed - This status indicates that a scan has failed. Click on the icon on the scan list or result page to view error details for the failed scan.
- Starting - Indicates that the scan is initializing.
- Running - Indicates the scan is in progress.
- Running - Indicates the scan is in progress.
Loading