cr0hn / golismero-legacy

THIS IS A LEGACY VERSION PRESERVED FOR BACKUP, DO NOT USE
http://golismero-project.com
15 stars 4 forks source link

Plugin to resolve local IP addresses to MAC addresses #239

Closed MarioVilas closed 10 years ago

MarioVilas commented 10 years ago

This plugin would receive IP addresses and, if they belong to the same network segment (or at least if they are local) it would call the "arp" system command and parse the text output to resolve the MAC address.

Note that the "arp" command is available in Windows too, not just Unix.

MarioVilas commented 10 years ago

Actually, this overlaps with the Nmap plugin. Better not create overlapping plugins.