Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Address not well reported when scanning network #2647

Open
thongor77 opened this issue Mar 15, 2024 · 2 comments
Open

Mac Address not well reported when scanning network #2647

thongor77 opened this issue Mar 15, 2024 · 2 comments

Comments

@thongor77
Copy link

Hello,

not sure if it's a bug or something not fully implemented but when I scan my Network most of the time it report 00:00:00:00:00:00 as MAC Address (mostly when scanning an address where a Macintosh is connected to but not only)

thanks

@BornToBeRoot
Copy link
Owner

Hi @thongor77,

where do you see the 00:00:00... as output? In the view (arp or netbios?) / copy&paste / export?

There are currently two ways to detect the MAC address of a host.

  1. ARP - which will only work on the same layer 2 network.
    You can verify this with

    # run ping agains host
    ping <IP_ADDR>
    # get local arp table
    arp -a
    

    You should find here the MAC address of the host there...

  2. NETBIOS which is not supported by every operating system...

@thongor77
Copy link
Author

thongor77 commented Mar 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants