Skip to content

cerberussg/mac_and_cheese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac & Cheese

Mac address spoofer

  • MAC spoofer written in Python 3.
  • Must have admin access or sudo capability.
  • Multi platform.

Usage

Spoof MAC on interface adapter en9, randomizes the MAC address

python3 mac_and_cheese.py -i en9
python3 mac_and_cheese.py --interface en9

Specify a specific MAC address on interface adapter en9

python3 mac_and_cheese.py -i en9 -m 0c:bb:20:de:9c:0f
python3 mac_and_cheese.py --interface en9 --mac 0c:bb:20:de:9c:0f

Invoke help from the command line

python3 mac_and_cheese.py -h
python3 mac_and_cheese.py --help

Run the script from command line without arguments

python3 mac_and_cheese.py

Compatible OS

  • Linux
  • MacOS
  • Windows