Nmap Development mailing list archives

Re: dev Digest, Vol 131, Issue 36


From: "Mike ." <dmciscobgp () hotmail com>
Date: Thu, 25 Feb 2016 21:25:12 +0000

The command dns-sd -X does print the WAN IP, so imho the router can't be the problem. (?)

And 'dns-sd' is?

DNS service discovery?

________________________________________
From: dev <dev-bounces () nmap org> on behalf of dev-request () nmap org <dev-request () nmap org>
Sent: Thursday, February 25, 2016 8:00 PM
To: dev () nmap org
Subject: dev Digest, Vol 131, Issue 36

Send dev mailing list submissions to
        dev () nmap org

To subscribe or unsubscribe via the World Wide Web, visit
        https://nmap.org/mailman/listinfo/dev
or, via email, send a message with subject or body 'help' to
        dev-request () nmap org

You can reach the person managing the list at
        dev-owner () nmap org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dev digest..."


Today's Topics:

   1. mac address on external txt file (Matteo De Rosa)
   2. crash report (Sofiene Meksi)
   3. Re: nmap nat-pmp-info script not working with Fritz!Box
      (Gisle Vanem)


----------------------------------------------------------------------

Message: 1
Date: Mon, 22 Feb 2016 16:24:53 +0100
From: Matteo De Rosa <matteo.derosa () enea it>
To: dev () nmap org
Subject: mac address on external txt file
Message-ID: <1D565476-3FF0-4A81-9564-90C249539E72 () enea it>
Content-Type: text/plain; charset="windows-1252"

if my mac osx is in 192.168.18.0/24 net and I run on terminal :

        nmap -O -F -sS 192.168.15.254

I obtain also host mac address.

If I run the same command but direct output to txt file:

nmap -O -F -sS -oG pippo.txt 192.168.15.254

I lose this information.

Is this a bug ?


Matteo De Rosa

???????????????????????????????????????????????????????..
                Dott. Matteo DE ROSA
                        Informatico

Laboratorio Infrastrutture e Servizi di Rete

ENEA - Centro Ricerche Portici
P. Le Enrico Fermi, 1 - 80055 Portici (Napoli) - ITALIA
matteo.derosa () enea it -  http://www.portici.enea.it
???????????????????????????????????????????????????????...




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/20160222/25dc2db8/attachment.html>

------------------------------

Message: 2
Date: Tue, 23 Feb 2016 18:10:31 +0100
From: Sofiene Meksi <meksof () gmail com>
To: dev () nmap org
Subject: crash report
Message-ID:
        <CAEC+OF=3GXde_sy-M2RaE0sv2=phG=HLCYdaC1siTxrqCM3M2A () mail gmail com>
Content-Type: text/plain; charset="utf-8"

Version: 7.01
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 188, in <module>
    zenmapGUI.App.run()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/App.py", line 330,
in run
    window = new_window()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/App.py", line 187,
in new_window
    w = ScanWindow()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/MainWindow.py",
line 200, in __init__
    self.scan_interface = ScanInterface()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py",
line 203, in __init__
    self.__create_toolbar()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py",
line 329, in __create_toolbar
    self.toolbar = ScanToolbar()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanToolbar.py",
line 171, in __init__
    self._create_profile()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanToolbar.py",
line 205, in _create_profile
    self.profile_entry = ProfileCombo()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ProfileCombo.py",
line 137, in __init__
    self.update()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ProfileCombo.py",
line 149, in update
    profile = CommandProfile()
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/UmitConf.py",
line 313, in __init__
    Profile.__init__(self, user_profile)
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/UmitConf.py",
line 257, in __init__
    user_profile = Path.scan_profile
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/Paths.py", line
224, in __getattr__
    join(self.user_config_dir, base_paths[name]))
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/Paths.py", line
282, in return_if_exists
    raise Exception("File '%s' does not exist or could not be found!" %
path)
Exception: File '/home/meksof/.zenmap/scan_profile.usp' does not exist or
could not be found!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nmap.org/mailman/private/dev/attachments/20160223/02a9a345/attachment.html>

------------------------------

Message: 3
Date: Thu, 25 Feb 2016 18:42:03 +0100
From: Gisle Vanem <gvanem () yahoo no>
To: dev () nmap org
Subject: Re: nmap nat-pmp-info script not working with Fritz!Box
Message-ID: <56CF3CEB.5030503 () yahoo no>
Content-Type: text/plain; charset=utf-8

Arne Eickenberg wrote:

Host is up (0.0031s latency).
PORT     STATE SERVICE
5351/udp open  nat-pmp
MAC Address: 34:xx:xx:xx:xx:xx (AVM GmbH)

Does it have to be NAT-PMP? SNMPv2 is more common amoong routers.
It works here by:
  nmap -sU -p snmp --script=snmp-interfaces 10.0.0.1 | grep 'IP address:'

gives me:
 IP address: 127.0.0.1  Netmask: 255.0.0.0
 IP address: xx.xx.xx.xx  Netmask: 255.255.255.0
 IP address: 169.254.255.1  Netmask: 255.255.0.0

I have a D-Link DIR-600 with dd-Wrt firmware (i.e. Linux).
It's bloody awesome!

The command dns-sd -X does print the WAN IP, so imho the router can't be the problem. (?)

And 'dns-sd' is?

--
--gv


------------------------------

Subject: Digest Footer

_______________________________________________
dev mailing list
dev () nmap org
https://nmap.org/mailman/listinfo/dev


------------------------------

End of dev Digest, Vol 131, Issue 36
************************************
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: