Fast and customizable vulnerability scanner based on simple YAML based DSL.
 
 
 
 
 
Go to file
Ice3man 58237f103a
Add headless chrome based templates support (#562)
2021-02-21 16:31:34 +05:30
.github bump golangci-lint to 1.33 2020-12-13 22:07:00 +01:00
static master changes to dev (#507) 2021-01-30 12:12:19 +05:30
v2 Add headless chrome based templates support (#562) 2021-02-21 16:31:34 +05:30
.gitignore Merge branch 'master' into enumeration-progressbar 2020-07-07 22:51:40 +02:00
.golangci.yml bump golangci-lint to 1.33 2020-12-13 22:07:00 +01:00
.goreleaser.yml v2 update 2020-07-01 16:17:24 +05:30
CODE_OF_CONDUCT.md master changes to dev (#507) 2021-01-30 12:12:19 +05:30
Dockerfile Fixing Dockerfile (nuclei froze) 2020-10-05 16:53:16 +02:00
LICENSE.md master changes to dev (#507) 2021-01-30 12:12:19 +05:30
README.md misc changes 2021-02-17 22:33:11 +05:30
README_CN.md master changes to dev (#507) 2021-01-30 12:12:19 +05:30
THANKS.md updating thanks page 2020-08-08 17:49:35 +05:30

README.md


Nuclei

Fast and customisable vulnerability scanner based on simple YAML based DSL.

HowInstallFor Security EngineersFor DevelopersWikiCreditsLicenseJoin Discord


Nuclei is used to send requests across targets based on a template leading to zero false positives and provides fast scanning on large numbers of hosts. Nuclei offers scanning for a variety of protocols including TCP, DNS, HTTP, File, etc. With powerful and flexible templating, all kinds of security checks can be modelled with Nuclei.

We have a dedicated repository that houses various types of vulnerability templates contributed by more than 100 security researchers and engineers. It is preloaded with ready to use templates, using update-templates flag.

How it works

nuclei-flow

Install Nuclei

GO111MODULE=on go get -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei

More installation methods can be found here.

Download Templates

You can download and update the nuclei templates using update-templates flag of nuclei. It downloads all the available nuclei-templates from Github project, a community-curated list of templates that are ready to use.

▶ nuclei -update-templates

Nuclei is designed to be used with custom templates according to the target and workflow. You can write your own checks for your specific workflow and needs. Please refer to the Nuclei templating guide to write your own custom templates.

Running Nuclei

Scanning for CVEs on given list of URLs.

▶ nuclei -l target_urls.txt -t cves/

More detailed examples of running nuclei can be found here.

For Security Engineers

Nuclei offers several features that are helpful for security engineers in customising workflow in their organisation. With the variety of scan capabilities (like DNS, HTTP, TCP), security engineers can easily create their suite of custom checks with Nuclei.

  • Varieties of protocols supported: TCP, DNS, HTTP, File, etc.
  • Achieve complex vulnerability steps with workflows and dynamic requests.
  • Easy to integrate into CI/CD, designed to be easily integrated into regression cycle to actively check the fix and re-appearance of vulnerability.

Learn More

For bugbounty hunters:

Nuclei allows you to customise your testing approach with your own suite of checks and easily run across your bug bounty programs. Moreover, Nuclei can be easily integrated into any type of continuous scanning workflow.

  • Designed to be easily integrated into other tool workflows.
  • Can process thousands of hosts in few minutes.
  • Easily automates your custom testing approach with our simple YAML DSL.

Please check our other open-source projects that might fit into your bug bounty workflow: github.com/projectdiscovery, we also host daily refresh of DNS data at Chaos.

For pentesters:

Nuclei has greatly improved how you approach security assessment by augmenting the manual repetitive processes. Consultancies are already converting their manual assessment steps with Nuclei; it allows them to run their custom assessment approach across thousands of hosts in an automated manner.

Pentesters get the full power of our public templates and customisation capabilities to speed-up their assessment process, and specifically with the regression cycle where you can easily verify the fix.

  • Easily create your compliance, standards suite (e.g., OWASP Top 10) checklist.
  • With capabilities like fuzz and workflows, complex manual steps and repetitive assessment can be easily automated with Nuclei.
  • Easy to re-test vulnerability-fix by just re-running the template.

For Developers and Organisations

Nuclei is built with simplicity in mind. It was built with community-backed templates created by hundreds of security researchers. It allows you to stay updated with latest security threats using continuous Nuclei scanning on the hosts. It is designed to be easily integrated into regression tests cycle, to verify the fixes and eliminate vulnerabilities from occurring in future.

  • CI/CD: Engineers are already utilising Nuclei within their CI/CD pipeline, it allows them to constantly monitor their staging and production environments with customised templates.
  • Continuous Regression Cycle: With Nuclei, you can create your custom template on every new identified vulnerability and put into Nuclei engine to eliminate in the continuous regression cycle.

We have a discussion thread about this. There are already some bug bounty programs giving incentives to hackers who write nuclei templates with every submission, that helps them eliminate the vulnerability across all their assets, as well as eliminate future risk from reappearing on productions. If you're interested in implementing it in your organisation, feel free to reach out to us. We will be more than happy to help you in the getting started process, or you can also post into the discussion thread for any help.

regression-cycle-with-nuclei

Learn More

Resources

Credits

Thanks to all the amazing community contributors for sending PRs. Do also check out the below similar open-source projects that may fit in your workflow:

FFuF, Qsfuzz, Inception, Snallygaster, Gofingerprint, Sn1per, Google tsunami, Jaeles, ChopChop

License

Nuclei is distributed under MIT License

Join Discord Check Nuclei Documentation