Nuclei Result Dashboard
Nuclei now allows seamless integration with the ProjectDiscovery Cloud Platform to simplify the visualization of Nuclei results and generate swift reports. This highly requested feature from the community enables easier handling of scan results with minimal effort.
Follow the steps below to set up your PDCP Result Dashboard:
- Visit https://cloud.projectdiscovery.io to create free PDCP API key.
- Use the
nuclei -auth command, enter your API key when prompted.
- To perform a scan and upload the results straight to the cloud, use the
-cloud-upload option while running a nuclei scan.
An example command might look like:
And the output would be:
After the scan, a URL will be displayed on the command line interface. Visit this URL to check your results on the Cloud Dashboard.
Advanced Integration Options
Setting API key via environment variable
Avoid entering your API key via interactive prompt by setting it via environment variable.
Enabling result upload by default
If you want all your scans to automatically upload results to the cloud, enable the ENABLE_CLOUD_UPLOAD environment variable.
Disabling cloud upload warnings
To suppress warnings about result uploads, disable the DISABLE_CLOUD_UPLOAD_WRN environment variable.
Your configured PDCP API key stored in $HOME/.pdcp/credentials.yaml
Nuclei OSS results uploaded to the cloud platform are scheduled for automatic cleanup after 30 days, although this duration is subject to change as we gauge user feedback and requirement.