An open API service indexing awesome lists of open source software.

https://github.com/radames/mac-to-ip

Python script using libnmap to find the IP address from an specific MAC address
https://github.com/radames/mac-to-ip

mac-address nmap python-script

Last synced: 11 months ago
JSON representation

Python script using libnmap to find the IP address from an specific MAC address

Awesome Lists containing this project

README

          

# MAC address to IP address
Python script using [libnmap](https://github.com/savon-noir/python-libnmap), and of course [NMAP](https://nmap.org), to find the IP
address from an specific MAC address

```
python MACtoIP.py MAC_ADDRESS
```
on OSX
```
sudo python MACtoIP.py MAC_ADDRESS
```