Skip to content
New issue

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格式问题 #154

Open
li-baige opened this issue Jun 3, 2023 · 0 comments
Open

Nuclei格式问题 #154

li-baige opened this issue Jun 3, 2023 · 0 comments

Comments

@li-baige
Copy link

li-baige commented Jun 3, 2023

新版的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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant