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
When running nuclei with the -me markdown argument, sometimes nuclei fails to create the markdown files. Fails silently.
-me markdown
Markdown files are expected to be created in the directory provided to nuclei. A visible error/warning indicating a failure mode.
Run: mkdir ./markdown nuclei -l targets.txt \ -H $USERAGENT \ -iserver $INT_SERVER \ -itoken $INT_TOKEN \ -ts \ -stats \ -si 200 \ -je nuclei-scan.json \ -me markdown \ -o nuclei-scan.txt
mkdir ./markdown
nuclei -l targets.txt \ -H $USERAGENT \ -iserver $INT_SERVER \ -itoken $INT_TOKEN \ -ts \ -stats \ -si 200 \ -je nuclei-scan.json \ -me markdown \ -o nuclei-scan.txt
- OS: Kali 6.1.0-25-amd64 - Nuclei: v3.3.6 - Go: go1.22.6 linux/amd64
No response
The text was updated successfully, but these errors were encountered:
If you could please share an example template and endpoint raw response that emits errors I could look into this next week.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When running nuclei with the
-me markdown
argument, sometimes nuclei fails to create the markdown files. Fails silently.Expected Behavior
Markdown files are expected to be created in the directory provided to nuclei. A visible error/warning indicating a failure mode.
Steps To Reproduce
Run:
mkdir ./markdown
nuclei -l targets.txt \ -H $USERAGENT \ -iserver $INT_SERVER \ -itoken $INT_TOKEN \ -ts \ -stats \ -si 200 \ -je nuclei-scan.json \ -me markdown \ -o nuclei-scan.txt
Relevant log output
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: