Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 3.05 KB

getstarted-overview.mdx

File metadata and controls

77 lines (60 loc) · 3.05 KB
title sidebarTitle icon
Get Started with ProjectDiscovery
Quickstart
rocket

Overview

This section will guide you through the quickest way to install, set up, and run a scan using some key ProjectDiscovery open-source tools.

We’ll focus on a few tools to demonstrate ProjectDiscovery’s core capabilities. If you want to explore more tools and features, don’t hesitate to reach out.

Interested in learning more about the ProjectDiscovery Cloud Platform (PDCP)? Visit the PDCP Introduction for all the details.

What's in Getting Started?

Get started with ProjectDiscovery in a few simple steps:

  • Installing the latest version of Go
  • Installing Nuclei
  • Running a scan
  • Reviewing your results
Download and install the latest version of Go from the official website. Ensure that your system is up to date and Go is properly installed by running `go version` in your terminal. Install Nuclei by following the instructions in the official [Nuclei documentation](https://docs.projectdiscovery.io/tools/nuclei/install/). You can use package managers or build from source. After installing Nuclei, run your first scan with the command: ```bash nuclei -u https://your-target-domain.com ``` This will initiate a scan on the target domain. Once the scan is complete, review the results to identify any potential vulnerabilities. Nuclei will generate a report of findings that you can act on. **Next Steps**
Follow the links below to explore ProjectDiscovery further.

<CardGroup cols={3}>
    <Card title="Connect to Cloud Platform" icon="square-1" href="/cloud/introduction">
    </Card>
    <Card title="Explore Open Source Tools" icon="square-2" href="/tools">
    </Card>
    <Card title="Contribute to the Community" icon="square-3" href="https://github.com/projectdiscovery">
    </Card>
    <Card title="Join the Community" icon="square-4" href="https://discord.gg/projectdiscovery">
    </Card>
    <Card title="Run a Scan" icon="square-5" href="/nuclei/getting-started">
    </Card>
    <Card title="Monitor Vulnerabilities" icon="square-6" href="/monitoring/introduction">
    </Card>
    <Card title="Learn with Tutorials" icon="square-7" href="/tutorials">
    </Card>
    <Card title="Dive into PDCP" icon="square-8" href="/cloud/features">
    </Card>
    <Card title="Example Walkthrough" icon="square-9" href="/getstarted-example">
    </Card>
</CardGroup>

**Check out the example**

- [View the example](https://drive.google.com/file/d/1hdQpnferNOnUji20GHG7KBkJkGBY7u5w/view)
- [Download the PDF](https://drive.google.com/uc?export=download&id=1hdQpnferNOnUji20GHG7KBkJkGBY7u5w)