Nmap Development mailing list archives

Re: Nmap's libpcap upgraded to version 1.0.0


From: Walt Scrivens <walts () gate net>
Date: Tue, 27 Oct 2009 16:57:14 -0400

In my naiveté I thought that possibly this would help with
Re: OS X 10.6 Problems with privileged scans
since you seemed to suspect pcap as a part of the problem.
It didn't make any difference...

=====================
testcomputer:nmap walts$ sudo ./nmap -sP -d9 scanme.nmap.org

Starting Nmap 5.05BETA1 ( http://nmap.org ) at 2009-10-27 16:55 EDT
The max # of sockets we are using is: 0
--------------- Timing report ---------------
  hostgroups: min 1, max 100000
  rtt-timeouts: init 1000, min 100, max 10000
  max-scan-delay: TCP 1000, UDP 1000, SCTP 1000
  parallelism: min 0, max 0
  max-retries: 10, host-timeout: 0
  min-rate: 0, max-rate: 0
---------------------------------------------
Warning: Unable to open interface vmnet8 -- skipping it.
Warning: Unable to open interface vmnet1 -- skipping it.
Initiating Ping Scan at 16:55
Scanning scanme.nmap.org (64.13.134.52) [4 ports]
Pcap filter: dst host 192.168.1.144 and (icmp or ((tcp or udp or sctp) and (src host 64.13.134.52))) Packet capture filter (device en1): dst host 192.168.1.144 and (icmp or ((tcp or udp or sctp) and (src host 64.13.134.52))) SENT (0.0030s) ICMP 192.168.1.144 > 64.13.134.52 echo request (type=8/ code=0) ttl=50 id=19064 iplen=28 SENT (0.0030s) TCP 192.168.1.144:55997 > 64.13.134.52:443 S ttl=59 id=27497 iplen=44 seq=2566049175 win=4096 <mss 1460> SENT (0.0040s) TCP 192.168.1.144:55997 > 64.13.134.52:80 A ttl=49 id=40554 iplen=40 seq=2566049175 win=2048 ack=2158968834 SENT (0.0040s) ICMP 192.168.1.144 > 64.13.134.52 Timestamp request (type=13/code=0) ttl=38 id=55251 iplen=40 **TIMING STATS** (0.0040s): IP, probes active/freshportsleft/ retry_stack/outstanding/retranwait/onbench, cwnd/ssthresh/delay, timeout/srtt/rttvar/
   Groupstats (1/1 incomplete): 4/*/*/*/*/* 10.00/75/* 1000000/-1/-1
   64.13.134.52: 4/0/0/4/0/0 10.00/75/0 1000000/-1/-1
Current sending rates: 3297.61 packets / s, 125309.15 bytes / s.
Overall sending rates: 3297.61 packets / s, 125309.15 bytes / s.
c pcap_next

========================================

On Oct 27, 2009, at 3:51 PM, David Fifield wrote:

Hi,

I upgraded the libpcap that comes with Nmap from version 9.7.0 to 1.0.0. I did this by coyping the new version over the old and then redoing some
of the modifications from the NMAP_MODIFICATIONS file. I left out some
old modifications that don't seem to be necessary now.

To test it, make sure you are using the included libpcap by running
configure like this:
        ./configure --with-libpcap=included

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: