-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout issues when scanning multiple nets #2
Comments
yeah I've noticed this myself, I think it's an nmap bug :( |
Could be possible. Tried to hunt it down but works properly if run with -dd :( Adding a timeout to the http call neither helped. A workaround might be doing a portscan first and feeding only the IPs with open ports to the script scan. Here's another nice nmap bug (linux only), watch the netmask vs. pinged IPs ;) |
wow, it seems to be this silly bug: I see random ack (not syn) packets sent to :80 during the scan with tcpdump:
Using --min-rtt-timeout 30 as suggested took ages but --min-rtt-timeout 3 also did the trick and was ok from the speed. Didn't find a way to set the min-rtt in the script, maybe just a README and printed warning plus sleep(3) ? |
The script gives different results depending on if it's used for scanning multiple nets or single IPs. There are hosts which sometimes give this result when scanning multiple nets:
And if I scan the same IP 20 times alone, I always get:
The text was updated successfully, but these errors were encountered: