ReconOne Profile picture
Sep 5 8 tweets 3 min read
Nuclei (by @pdiscoveryio) is a vulnerability detection tool used by thousands of people every day.

But only a few master it at 100%

Here is how you can improve the use of the tool 🧵 👇

#nuclei #bugbounty #bugbountytips #hackwithautomation
1/6 Default mode

By default nuclei use almost all templates, so if your objective is a complete scan, you can try:

$ nuclei -u http://site. com

$ nuclei -l url_list.txt

$ cat urls.txt | nuclei

(WARNING: this could overload servers)
2/6 Templates Scan

You can specify templates, folders, tags or severity:

$ nuclei -u http://site. com -t my-template.yaml

$ nuclei -u http://site. com -t nuclei-templates/cves/

$ nuclei -u http://site. com -tags log4j

$ nuclei -u http://site. com -severity low
3/6 Moderate Scan

nuclei is a very powerful tool, but it can also be destructive against small web apps.
In order to lower scan speed, you can use:

$ nuclei -u http://site. com -rate-limit 20 -concurrency 5 -timeout 10
4/6 Output

There are several output options. Here are the main ones

$ nuclei -u http://site. com -o results.txt

$ nuclei -u http://site. com -o output/results.txt -store-resp output

$ nuclei -u http://site. com -o results.txt -json -include-rr
5/6 Miscellaneous

Execute scan with new templates only:

$ nuclei -u http://site. com -nt

Updates

$ nuclei -update
$ nuclei -update-templates

Proxy all requests through Burp

$ nuclei -u http://site. com -p http://127.0.01:8080
6/6 Grab Screenshot

$ nuclei -u http://site. com -headless -t ~/nuclei-templates/headless/screenshot.yaml
I hope you will find it helpful. If yes please RT so others can find it

Follow me @ReconOne_bk for more content on Recon, Attack Surface Management and Bug Bounty

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with ReconOne

ReconOne Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(