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
- Host: GitHub
- URL: https://github.com/radames/mac-to-ip
- Owner: radames
- Created: 2016-08-29T22:36:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T18:51:14.000Z (about 5 years ago)
- Last Synced: 2024-10-26T22:30:54.326Z (over 1 year ago)
- Topics: mac-address, nmap, python-script
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```