robertdavidgraham / masscan

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

how can i force the tool to not shows the status line ( while the tool is doing its job )? #771

Open mehrankazemi1122 opened 4 months ago

mehrankazemi1122 commented 4 months ago

does anybody have any clue? i cant find any flag like (--quiet, --silent etc) in the documentation

mzpqnxow commented 3 weeks ago

does anybody have any clue?

i cant find any flag like (--quiet, --silent etc) in the documentation

You could always use:

$ masscan ... 2>/dev/null

Is that sufficient?

It's a small change to make to add this, I'm just not sure it's worth the effort