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
- Host: GitHub
- URL: https://github.com/cpscript/macprofiler
- Owner: CPScript
- Created: 2024-11-15T22:52:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T23:16:02.000Z (7 months ago)
- Last Synced: 2025-01-18T11:29:20.445Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.