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

https://github.com/cpscript/macprofiler

scans an IP for Mac addresses and attempts to display them and what they are
https://github.com/cpscript/macprofiler

Last synced: 3 months ago
JSON representation

scans an IP for Mac addresses and attempts to display them and what they are

Awesome Lists containing this project

README

        

* Nmap Scan: Uses the nmap.PortScanner class to perform a ping scan (-sn) on the specified network range.
* MAC Vendor Lookup: Uses the mac-vendor-lookup library to determine the vendor associated with a MAC address.
* Device Classification: Attempts to classify the device (camera, router, phone, etc.) based on the vendor information.