Simulatneous use of the -json and -debug flags #1573
-
Hi team Is there any way to use I would like to pass json option to get only valid results in json. Is it possible at all ? Thanks for your time |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
it depends on the order works. and this version outputs all info to console, no test.json file after.
doesn't work:
But anyway. How separate outputs ? Valid results to json file. |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
The
-debug
flag is to display requests and responses on the output. If you'd like to persist them in the json file, you can use-include-rr
(seenuclei -help
). If you'd like your requests and responses saved in a separate file, you can useproxify
to achieve that.