On 19/08/19 at 12:41 +0000, Stefan Pietsch wrote:
> Package: nmap
> Version: 7.80+dfsg1-1
> Severity: normal
> 
> 
> nmap randomly stops while doing a scan.
> Starting program: /usr/bin/nmap -vv --stats-every=60s -Pn -sV -O -sS 
> -p1-65535 -oA report [IP address]

I see this as well, and can reproduce with:
i=0 ; while nmap --min-rtt-timeout 300ms -sV -p 22 bitbucket.org; do echo $i ; 
i=$(($i+1)); done

Maybe due to the combination of -sV and something that deals with time?

Lucas

Reply via email to