Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 402 Bytes

File metadata and controls

8 lines (5 loc) · 402 Bytes

Simple Mac Changer For Linux

This is a simple MAC Address changer for linux users(tested in Kali Linux). Requirements: Python2 / Python3. Use -h or --help for help. Also sudo perms required.

Syntax (If you are new to linux)(Dont include the curly brackets btw):

Python 2: python main.py -i {interface here} -m {new mac address}
Python 3: python3 main.py -i {interface here} -m {new mac address}