robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23.46k stars 3.06k forks source link

custom format output #767

Open APT-ZERO opened 7 months ago

APT-ZERO commented 7 months ago

Hi, Please add option to export only the data we want in a binary or list To waste less storage and power, most of time we don't need timestamp or port(when scanning only 1 port) Also option to limit banner output to first N characters - I know this is possible to do with external tools, but it's better if masscan support it Thank you.