Nuclei is used to send requests across targets based on a template, providing fast scanning on a large number of hosts.
Nuclei offers scanning for various protocols, including TCP, DNS, HTTP, SSL, File, Whois, Websocket, Headless, etc.
With powerful and flexible templating, Nuclei can be used to model all kinds of security checks.
It is a fast and customizable vulnerability scanner based on simple YAML-based DSL.
Installing Nuclei
Installing the tool is really simple you just need to have go installed in your system and you are set to go
Usage
Simple usage
Here, you are not specifying any templates so nuclei will use its default templates from the default installation path for templates.
Using your own custom template directory
Here you are telling nuclei to execute your own custom templates
How I like using nuclei
So, here
url.txt is the file that I got from my recon method (enumeration)
-c is for rate limit for the maximum number of templates to be executed in parallel
-silent is for displaying the findings only
-o is for the output file
Now you can use the default templates for nuclei or create your own
But if you want to use the templates which I use then you can visit my Github and you will find many templates which I use
So that is it for today guys
I hope you all like the blog if so comment down below and if you find any vuln please let me know I will be much happy to hear about that
Till then
Take care and Happy Hacking
Comments