Skip to content

Lookup the MAC vendor from the resulting ARP table.

Notifications You must be signed in to change notification settings

av-guy/mac-vendor-lookups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MAC Vendor Lookup

This script performs an ARP request and does a vendor lookup for each MAC address in the ARP table. Windows users MUST have Nmap or Winpcap installed for this to work. Tested using Python 3.10 on Windows 10. Running this script inside of IDLE will produce an error -- run the script from PowerShell or the command line instead.

Setting Up

  1. git clone https://github.com/av-guy/mac-vendor-lookups.git
  2. cd mac-vendor-lookups
  3. virtualenv venv
  4. cd venv/Scripts/activate
  5. pip install -r requirements.txt
  6. python main.py

Please Note

Subnet is specified on line 5 of the main.py file

About

Lookup the MAC vendor from the resulting ARP table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages