Replies: 2 comments 2 replies
-
Hi @skalvino ! Thanks for this - could you please go ahead and create a bug report? We can take a closer look from there. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@skalvino This is the default and expected behavior. Overwriting existing files can cause multiple issues, as it may overwrite files unrelated to Nuclei results. While appending results is possible in various ways, keeping overwrite as the default is not the best option. Here’s an example of how you can append results to an existing file:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running Nuclei with the -o flag, the output file is overwritten with the latest results instead of appending to the existing file.
This causes a loss of previous scan results.
Steps to Reproduce:
Run a Nuclei scan with the -o flag specifying the output file.
Run another Nuclei scan with the -o flag specifying the same output file.
Observe that the results.txt file contains only the results from the latest scan, overwriting the previous results.
Beta Was this translation helpful? Give feedback.
All reactions