Skip to content

a Python tool for performing many lookup types related to MAC addresses, without an internet connection.

License

Notifications You must be signed in to change notification settings

beraoudabdelkhalek/MACscout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MACscout

A Python tool for performing many lookup types related to MAC addresses, without an internet connection.

Features

  • finding the vendor name using a MAC address or using a MAC address block.
  • finding the OUI of a vendor.
  • generating random MAC addresses or valid random MAC addresses by concatenating an existing OUI with a random individual address.

Usage

use the following command to get the list of commands:

python scout.py -h

or use

./scout.py -h
  • example: get the vendor name using a MAC address
./scout.py -m 00:01:4A:44:8C:7E
Sony Corporation

About

a Python tool for performing many lookup types related to MAC addresses, without an internet connection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages