robertdavidgraham / masscan

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

`--nostatus` flag behaviour is broken, preventing `masscan` from terminating #718

Open WojciechMigda opened 1 year ago

WojciechMigda commented 1 year ago

When masscan is run in port scanning mode and --nostatus flag is passed then masscan is stuck waiting for TX and RX threads to terminate. One needs to resort to Ctrl-C to abort execution.