Feature request:
We would like to have a way to indicate Nuclei that output files should contain all the execution results (not just the issues/findings). This would require also the addition of a new field for the test status in order to know the tests with issues and the ones without.
This feature would be specially useful in the json output, but I consider that for consistency should be a feature extensible for all the the output formats.
Use case of this feature:
A file containing all the tests executed it is needed because if there is no evidence of execution of a test we cannot control the test coverage and mantain a test execution log. In our particular project, we are interested in consuming the test execution outcome from Nuclei (for example the json output) and integrate automatically the results in a Test Management Tool like Xray.
Could you please consider this feature? We think it would be really useful for the Teams interested in using Nuclei integrated with Test Management Tools.
Thanks!