How to find security vulnerabilities.
The number one vulnerability scanner for infrastructure.
https://www.tenable.com/products/nessusarrow-up-right
Nuclei is a vulnerability scanner that is great for web applications and some network services. It uses community written templates to find thousands of issues
https://github.com/projectdiscovery/nucleiarrow-up-right
The following command will run a rate limited nuclei against all of the non-intrusive templates:
sudo nuclei -u URL -rl 50 -c 5 -t http/cnvd -t http/cves -t dns -t http/exposed-panels -t http/exposures -t file -t http/miscellaneous -t http/misconfiguration -t network -t http/osint -t http/takeovers -t http/technologies -t http/vulnerabilities -t dns
Last updated 1 year ago