
Nmap Developmentmailing list archives
Re: nmap v6.00 - problems if a wlan interface is installed/activated
From: Djalal Harouni <tixxdz () opendz org>
Date: Sun, 1 Jul 2012 21:45:24 +0100
Hi Tom,Thanks for testing.On Sat, Jun 30, 2012 at 02:12:04PM +0200, Tom Eichstaedt wrote:[...]
1) ppp-connection enabled:=================================================================================Starting Nmap 6.01 (http://nmap.org ) at 2012-06-30 13:51 CEST************************INTERFACES************************DEV (SHORT) IP/MASK TYPE UP MTU MAClo (lo) 127.0.0.1/8 loopback up 16436lan-1 (lan-1) 10.100.0.10/24 ethernet up 1500 00:30:18:4B:9E:CDwan-1 (wan-1) 192.168.2.1/24 ethernet up 1500 00:30:18:4B:9E:CCunused-1 (unused-1) (null)/0 ethernet down 1500 00:30:18:4B:9E:CBunused-2 (unused-2) (null)/0 ethernet down 1500 00:30:18:4B:9E:CAwlan-1 (wlan-1) 10.100.1.10/24 ethernet up 1500 00:1D:0F:FE:BF:C4mon.wlan-1 (mon.wlan-1) (null)/0 ethernet up 1500 00:1D:0F:FE:BF:C4ppp0 (ppp0) 91.57.162.137/32 point2point up 1492**************************ROUTES**************************DST/MASK DEV GATEWAY10.100.0.0/24 lan-110.100.1.0/24 wlan-1192.168.2.0/24 wan-1=================================================================================Some routes are not shown (device ppp0).nmap 5.51:=================================================================================(...)**************************ROUTES**************************DST/MASK DEV GATEWAY217.0.118.108/32 ppp010.100.0.0/24 lan-110.100.1.0/24 wlan-1192.168.2.0/24 wan-10.0.0.0/0 ppp0 217.0.118.108=================================================================================
So it seems that libnetutil/netutil.c:sysroutes_dnet_find_interfaces() wasnever correct, I got confused by it...I've attached a new patch 'patch -p1' for Nmap-6.01, now Nmap should detectppp connections, still I'm not conviced since I assume there are otherspecial setups which perhaps we can't handle...Tom thanks for your patience.-- tixxdzhttp://opendz.org
Attachment:nmap_routes_rework.patch
Description:
_______________________________________________Sent through the nmap-dev mailing listhttp://cgi.insecure.org/mailman/listinfo/nmap-devArchived athttp://seclists.org/nmap-dev/
Current thread:
- Re: nmap v6.00 - problems if a wlan interface is installed/activatedDjalal Harouni (Jul 01)
- Re: nmap v6.00 - problems if a wlan interface is installed/activatedTom Eichstaedt (Jul 02)