Skip to content

AmanAadi/mika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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