0x727 / ShuiZe_0x727

信息收集自动化工具
3.78k stars 572 forks source link

Nuclei格式问题 #154

Open li-baige opened 1 year ago

li-baige commented 1 year ago

新版的Nuclei的命令是: -jsonl或-j 因此会在项目运行到Nuclei报错: [nucleiCMD] : ./Plugins/Vul/Nuclei/nuclei -l ./Plugins/Vul/Nuclei/nucleiResult/2023-06-03-18-07-17/url.txt -rl 300 -c 50 -timeout 5 -stats -silent -severity critical,high -as -json -o ./Plugins/Vul/Nuclei/nucleiResult/2023-06-03-18-07-17/nucleiResult.txt flag provided but not defined: -json

应该更新NucleiApi.py中的 nucleiCMD = '{}/nuclei -l {} {} -jsonl -o {}'.format(nucleiFolder, urlFilePath, nuclei_config, nucleiResultPath)