간단한 YAML 기반 DSL을 사용하는 빠르고 커스터마이즈 가능한 취약점 스캐너. 더 많은 정보: https://docs.projectdiscovery.io/tools/nuclei/overview.
nuclei
[t]emplates를 최신 버전으로 [u]pdate (다운로드는 ~/nuclei-templates
에 저장됨):nuclei -ut
nuclei -tl -pt {{dns|file|http|headless|tcp|workflow|ssl|websocket|whois|code|javascript}}
nuclei -as -u {{scanme.nmap.org}}
nuclei -severity high,critical -pt http -u {{http://scanme.sh}} -me {{마크다운_디렉토리}}
nuclei -rl {{150}} -bs {{25}} -c {{25}} -silent -u {{http://scanme.sh}}
nuclei -w {{경로/대상/nuclei-templates/workflows/wordpress-workflow.yaml}} -u {{https://sample.wordpress.site}}
stderr
에 [v]erbose 출력 및 검출된 문제/취약점을 파일로 [o]utput:nuclei -t {{경로/대상/nuclei-templates/http}} -u {{http://scanme.sh}} -v -o {{결과들}}
nuclei -tc "{{contains(tags, 'xss') && contains(tags, 'cve')}}" -u {{https://vulnerable.website}}