Monday, July 16, 2007

NMAP on Mac OS X

Looks like the nmap distributed by Fink doesn't actually work due to endianness issues:

sudo nmap -v -O '192.168.200.1-200'
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2007-07-16 09:32 CEST
sendto in send_ip_packet: sendto(6, packet, 28, 0, 192.168.200.1, 16) => Invalid argument

A quick search reveals that at some point a patch was provided for it at some point for version 4 beta...

No comments: