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

'retries' bug #783

Open APT-ZERO opened 3 months ago

APT-ZERO commented 3 months ago

Hello When i set retries to 1, masscan must send 2 syn packets, it's work as it should, but when i scan a large range, masscan sends 3 syn packet to each ip and receives 3 answers too my config = version = latest, 1 port, multiple source port, max rate 10m + sendq I want it to just send 2 syn packets to each port, no more