Open ikstream opened 3 months ago
why don't you just manually remove that section or just don't copy it to the report? :wink: it's always the last section anyway.
I usually clean it up from the generated CSV file, but it's not the most rewarding part of using recon. While I find the information very valuable from time to time, I would like to have an option to suppress the output and not have to cleanup after generating the report. This is especially useful if you have a large range of devices which report a lot of information, but aren't affected by any real issue. The sheer amount of information could hide devices, that might be good exploitation targets.
would this help?
% grep -v ',additional info:' analysis.csv > analysis_quiet.csv
On some occasions the "Additional information" can be a bit noisy, especially when trying to create reports from the data. It would be nice to have a flag to suppress the output of the information. Something like a quiet flag.