|
Nmap Development
mailing list archives
Bug in OpenBSD nmap (revisited)
From: Eric <eric-list-nmap () catastrophe net>
Date: Mon, 14 Apr 2003 14:02:26 -0500
I noticed the following
# sudo nmap -sS -O -PS22,25,80,443 -PT113 -PP -PM -g 53 \
-T 4 -p 22,23,25,80,110,119,143,443 10.6.6.6
Starting nmap 3.21CSW ( www.insecure.org/nmap/ ) at 2003-04-14 13:57 CDT
sendto in send_ip_raw: sendto(7, packet, 32, 0, 10.6.6.6, 16)
=> Invalid argument
Sleeping 15 seconds then retrying
sendto in send_ip_raw: sendto(7, packet, 32, 0, 10.6.6.6, 16)
=> Invalid argument
Sleeping 60 seconds then retrying
This is on OpenBSD 3.2 using nmap 3.21CSW.
It looks like fyodor may have addressed this; I made the change in
nmap.h and added OPENBSD at the end of line #318 as follows...
317 #ifndef BSDFIX
318 #if FREEBSD || BSDI || NETBSD || OPENBSD
...but this still doesn't address the problem.
I noticed it was posted to the list with the following replies.
<http://lists.insecure.org/lists/nmap-dev/2003/Jan-Mar/0035.html>
<http://lists.insecure.org/lists/nmap-dev/2003/Jan-Mar/0036.html>
Still no go.
Any ideas?
- Eric
---------------------------------------------------------------------
For help using this (nmap-dev) mailing list, send a blank email to
nmap-dev-help () insecure org . List run by ezmlm-idx (www.ezmlm.org).
By Date
By Thread
Current thread:
- Bug in OpenBSD nmap (revisited) Eric (Apr 14)
|