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:
Setting API key via environment variableAvoid entering your API key via interactive prompt by setting it via environment variable.
export PDCP_API_KEY=XXXX-XXXX
Enabling result upload by defaultIf you want all your scans to automatically upload results to the cloud, enable the ENABLE_CLOUD_UPLOAD environment variable.
export ENABLE_CLOUD_UPLOAD=true
Disabling cloud upload warningsTo suppress warnings about result uploads, disable the DISABLE_CLOUD_UPLOAD_WRN environment variable.
export DISABLE_CLOUD_UPLOAD_WRN=true
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.