AmanAadi / mika

A simple and powerful MAC changer tool.

Home Page:https://amanaadi.com/blog/create-a-mac-changer-tool-using-python-enhancing-anonymity/

Repository from Github https://github.comAmanAadi/mikaRepository from Github https://github.comAmanAadi/mika

mika

Mika is a simple and powerful mac spoofing tool. It is written in python3.
Created by Aman Aadi | www.amanaadi.com

mika-logo

Usage

To shows the help menu of the tool.

$ python3 mika.py -h

mika-mac-changer-help


To set a specific mac address for a specific network interface.

$ python3 mika.py -i [interface] -m [new_mac]

mika-mac-changer-new-mac


To automatically set a random mac address for a specific network interface.

$ python3 mika.py -i [interface] -m r

mika-mac-changer-random-mac