4elta / recon

automate the boring stuff!
GNU General Public License v3.0
8 stars 3 forks source link

Add flag to supress "Additional Information" #91

Open ikstream opened 3 months ago

ikstream commented 3 months ago

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.

4elta commented 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.

ikstream commented 3 months ago

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.

4elta commented 3 months ago

would this help?

% grep -v ',additional info:' analysis.csv > analysis_quiet.csv