nuclei使用方法
查看幫助 nuclei -h

列出所有模板 nuclei -tl
查找某種cms的相關漏洞模板,wordpress為例
nuclei -tl -tc "contains(name,'wordpress')"
便會列出內容里含有wordpress關鍵字的漏洞檢測模板

使用與某cms相關的所有漏洞模板進行掃描,多目標,并將結果寫入文件
nuclei -tc "contains(name,'wordpress')" -list url.txt -o result.txt


單鏈接漏洞掃描 nuclei -u http://163.xxx.49.12
