Closed secfb closed 3 years ago
Please read this article about nuclei template exclusion. You will need to either update the .nuclei-ignore
file in your nuclei-templates
directory or create a custom configuration file for nuclei which doesn't exclude the tags you mentioned. You can also add the tags to your command line using the -tags
flag.
For example: nuclei -t nuclei-templates/headless -tags headless -headless -target https://www.google.com/
Good luck out there.
@geeknik I know how to use it as you mentioned. It is already easy to browse as a single category. I want to scan all categories at the same time.
I want to scan all categories at the same time.
Okay, well, I gave you links to all of the resources to enable you to do just that, so I'm not sure what else I can do to help.
@secfb As geeknik mentioned, those templates are excluded as default for a reason mentioned in the linked URL, if you still want to run them, you can overwrite default ignore list with custom config file, for example:-
cat test.yaml
tags:
- "iot"
- "misc"
- "revision"
And run a scan with nuclei -config test.yaml -t miscellaneous
I want to scan with all the template on the nuclei-template. But some categories don't exactly work. Is there a way to fix this problem? Am I using the Nuclei tool incorrectly?
Categories that don't work.
nuclei.txt