KangD1W2 / nuclei

Nuclei is a fast tool for configurable targeted vulnerability scanning based on templates offering massive extensibility and ease of use.

Home Page:https://nuclei.projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Nuclei

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

HowInstallFor Security EngineersFor DevelopersDocumentationCreditsFAQsJoin Discord


Nuclei is used to send requests across targets based on a template leading to zero false positives and providing fast scanning on large number 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 type 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.

Nuclei Templates

Nuclei has had built-in support for automatic update/download templates since version v2.4.0. Nuclei-Templates project provides a community-contributed list of ready-to-use templates that is constantly updated.

You may still use the update-templates flag to update the nuclei templates at any time; automatic updates happen every 24 hours. You can write your own checks for your individual workflow and needs following Nuclei's templating guide.

Usage

nuclei -h

This will display help for the tool. Here are all the switches it supports.

👉 nuclei help menu 👈
Usage:
  nuclei [flags]

Flags:
   -H, -header value                  Custom Header.
   -author value                      Templates to run based on author
   -bs, -bulk-size int                Maximum Number of hosts analyzed in parallel per template (default 25)
   -c, -concurrency int               Maximum Number of templates executed in parallel (default 10)
   -config string                     Nuclei configuration file
   -debug                             Debugging request and responses
   -debug-req                         Debugging request
   -debug-resp                        Debugging response
   -et, -exclude value                Templates to exclude, supports single and multiple templates using directory.
   -etags, -exclude-tags value        Exclude templates with the provided tags
   -headless                          Enable headless browser based templates support
   -impact, -severity value           Templates to run based on severity
   -irr, -include-rr                  Write requests/responses for matches in JSON output
   -include-tags value                Tags to force run even if they are in denylist
   -include-templates value           Templates to force run even if they are in denylist
   -interactions-cache-size int       Number of requests to keep in interactions cache (default 5000)
   -interactions-cooldown-period int  Extra time for interaction polling before exiting (default 5)
   -interactions-eviction int         Number of seconds to wait before evicting requests from cache (default 60)
   -interactions-poll-duration int    Number of seconds before each interaction poll request (default 5)
   -interactsh-url string             Self Hosted Interactsh Server URL (default https://interact.sh)
   -json                              Write json output to files
   -l, -list string                   List of URLs to run templates on
   -me, -markdown-export string       Directory to export results in markdown format
   -metrics                           Expose nuclei metrics on a port
   -metrics-port int                  Port to expose nuclei metrics on (default 9092)
   -nc, -no-color                     Disable colors in output
   -nt, -new-templates                Only run newly added templates
   -nm, -no-meta                      Don't display metadata for the matches
   -no-interactsh                     Do not use interactsh server for blind interaction polling
   -o, -output string                 File to write output to (optional)
   -page-timeout int                  Seconds to wait for each page in headless (default 20)
   -passive                           Enable Passive HTTP response processing mode
   -project                           Use a project folder to avoid sending same request multiple times
   -project-path string               Use a user defined project folder, temporary folder is used if not specified but enabled
   -proxy-socks-url string            URL of the proxy socks server
   -proxy-url string                  URL of the proxy server
   -r, -resolvers string              File containing resolver list for nuclei
   -rl, -rate-limit int               Maximum requests to send per second (default 150)
   -rc, -report-config string         Nuclei Reporting Module configuration file
   -rdb, -report-db string            Local Nuclei Reporting Database (Always use this to persistent report data)
   -retries int                       Number of times to retry a failed request (default 1)
   -se, -sarif-export string          File to export results in sarif format
   -show-browser                      Show the browser on the screen
   -si, -stats-interval int           Number of seconds between each stats line (default 5)
   -silent                            Show only results in output
   -spm, -stop-at-first-path          Stop processing http requests at first match (this may break template/workflow logic)
   -stats                             Display stats of the running scan
   -stats-json                        Write stats output in JSON format
   -system-resolvers                  Use system dns resolving as error fallback
   -t, -templates value               Templates to run, supports single and multiple templates using directory.
   -tags value                        Tags to execute templates for
   -u, -target string                 URL to scan with nuclei
   -tv, -templates-version            Shows the installed nuclei-templates version
   -timeout int                       Time to wait in seconds before timeout (default 5)
   -tl                                List available templates
   -trace-log string                  File to write sent requests trace log
   -ud, -update-directory string      Directory storing nuclei-templates (default /Users/geekboy/nuclei-templates)
   -ut, -update-templates             Download / updates nuclei community templates
   -v, -verbose                       Show verbose output
   -validate                          Validate the passed templates to nuclei
   -version                           Show version of nuclei
   -vv                                Display Extra Verbose Information
   -w, -workflows value               Workflows to run for nuclei

Running Nuclei

Scanning target domain with community-curated nuclei templates.

nuclei -u https://example.com

Scanning target URLs with community-curated nuclei templates.

nuclei -list urls.txt

Example of urls.txt:

http://example.com
http://app.example.com
http://test.example.com
http://uat.example.com

More detailed examples of running nuclei can be found here.

For Security Engineers

Nuclei offers great number of features that are helpful for security engineers to customise workflow in their organisation. With the varieties 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 continuous scanning workflow.

  • Designed to be easily integrated into other tool workflow.
  • Can process thousands of hosts in few minutes.
  • Easily automate 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 immensely improve how you approach security assessment by augmenting the manual repetitve processes. Consultancies are already converting their manual assessment steps with Nuclei, it allows them to run set of their custom assessment approach across thousands of hosts in an automated manner.

Pen-testers get the full power of our public templates and customization 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, with the community backed templates 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 occuring 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 around this, there are already some bug bounty programs giving incentives to hackers on writing nuclei templates with every submission, that helps them to eliminate the vulnerability across all their assets, as well as to eliminate future risk in 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

About

Nuclei is a fast tool for configurable targeted vulnerability scanning based on templates offering massive extensibility and ease of use.

https://nuclei.projectdiscovery.io

License:MIT License


Languages

Language:Go 99.8%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Makefile 0.1%