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

Get MAC Address / Vendor when scanning different subnets of same network #260

Closed
PCAssistSoftware opened this issue Jan 25, 2020 · 3 comments

Comments

@PCAssistSoftware
Copy link

Hi

The abiltiy to get MAC Address and Vendor in IP scanner works really well when scanning across the same subnet as I am on e.g. (192.168.20.0/24), but if I try and scan another office (192.168.30.0/24) then I get results for other fields but the MAC Address and Vendor fields are blank

Can this be changed to work across all subnets of a domain when doing IP Scans?

@BornToBeRoot
Copy link
Owner

This is not possible... to get the mac address of the other device, you have to read the arp table entries. ARP only works in the same subnet. If you connect to hosts in another subnet (ping with the ip scanner), you only have the arp entry from your gateway / router.

Here is a good explanation:
https://serverfault.com/questions/397350/what-happens-when-arp-request-comes-from-a-different-subnet
and
https://superuser.com/questions/763371/arp-requesting-to-another-subnet-how

@BornToBeRoot
Copy link
Owner

For windows devices it could be possible via WMI: #149

@PCAssistSoftware
Copy link
Author

Okay thanks

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

No branches or pull requests

2 participants