You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute the command above, if it hits certain templates with longer payloads (such as xss-fuzz, CVE-2019-2767, CVE-2020-7796, CVE-2021-33544, etc.), the output Markdown file name will be particularly long.
In the Windows system, this can lead to some bugs, such as being unable to rename this file or move it to another directory. As a result, deleting this file requires deleting the entire directory it is in. If there are many useful files in that directory, I first need to move those useful files to another directory before deleting the entire directory where this file is located.
Additionally, in another Windows VPS of mine(Windowns 10), there is a situation where the cmd terminal indicates that this template was hit, but no corresponding Markdown file is generated in the physical folder.
Expected Behavior
I suggest adding a flag for nuclei to change the output Markdown file name from 'template name + Full URL' to 'template name + target URLs/hosts specified by the -u or -l parameters.'
This way, the issue of overly long file names can be avoided.
Steps To Reproduce
0
Relevant log output
No response
Environment
OS: Windows 10 专业工作站版 22H2
Nuclei: v3.3.5
Anything else?
No response
The text was updated successfully, but these errors were encountered:
wa0er
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Oct 25, 2024
Is there an existing issue for this?
Current Behavior
nuclei.exe -l nuclei-test.txt -me output_nuclei-test.md -ts -stats -si 10 -es info
When I execute the command above, if it hits certain templates with longer payloads (such as xss-fuzz, CVE-2019-2767, CVE-2020-7796, CVE-2021-33544, etc.), the output Markdown file name will be particularly long.
In the Windows system, this can lead to some bugs, such as being unable to rename this file or move it to another directory. As a result, deleting this file requires deleting the entire directory it is in. If there are many useful files in that directory, I first need to move those useful files to another directory before deleting the entire directory where this file is located.
Additionally, in another Windows VPS of mine(Windowns 10), there is a situation where the cmd terminal indicates that this template was hit, but no corresponding Markdown file is generated in the physical folder.
Expected Behavior
I suggest adding a flag for nuclei to change the output Markdown file name from 'template name + Full URL' to 'template name + target URLs/hosts specified by the -u or -l parameters.'
This way, the issue of overly long file names can be avoided.
Steps To Reproduce
0
Relevant log output
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: