We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新版的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
[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)
nucleiCMD = '{}/nuclei -l {} {} -jsonl -o {}'.format(nucleiFolder, urlFilePath, nuclei_config, nucleiResultPath)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
新版的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)
The text was updated successfully, but these errors were encountered: