Skip to content

Commit

Permalink
Adding API key steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ccosta-pd committed May 13, 2024
1 parent 15e619a commit be589c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cloud/scanning/nuclei-scan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ sidebarTitle: "Connect Nuclei"

In this section we'll walk through the steps you need to run a scan in [Nuclei](/tools/nuclei/overview) and connect your scan to ProjectDiscovery Cloud Platform (PDCP).

## Set up your API Key

To connect your existing Nuclei results to PDCP you will need to create a free API Key


1. Visit https://cloud.projectdiscovery.io
2. Open the setting menu from the top right and select "API Key" to create your API Key
<img class="block" src="/images/pdcp-api-key.png" alt="PDCP API Key" />
3. Use the `nuclei -auth` command, and enter your API key when prompted.


## Run a Scan

To run a scan, from a terminal window with your Nuclei installation, use the `nuclei -target` or `nuclei -u` option to designate a target/host.
Expand Down

0 comments on commit be589c5

Please sign in to comment.