Nuclei
Nuclei automates the detection of vulnerabilities in IT systems (web apps, cloud infrastructure, networks, etc.).
Docs
Basic Parameters
-u URL
-t template directory
-as automatic scan
-s critical,high,medium (SEVERITY)
Markdown results
-me results/Update Nuclei Engine
nuclei -updateUpdate Nulcei templates (-ut) but this is done automatically!
nuclei -utNetwork Scan (-target)
nuclei -target 192.168.1.0/24Web URL scan (-u)
nuclei -u http://server Automatic scan (-as) with HTTP proxy
nuclei -u http://server -as --proxy http://127.0.0.1:8080Automatic scans with (-rate-limit) 4 requests per second against proxy 8088
nuclei -u http://server -as -rate-limit 4 --proxy http://127.0.0.1:8088Scan according severities (-s)
nuclei -u http://server -s critical,high,mediumTemplates (-t) and Tags (-tags)
nuclei -u http://server -t http/exposures/ --proxy http://127.0.0.1:8080nuclei -u http://server -tags cve --proxy http://127.0.0.1:8080Last updated
Was this helpful?