Skip to content

This is a very simple python script that change MAC address with macchanger on debian based linux systems.

Notifications You must be signed in to change notification settings

stosempreingiro/MAChange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Disclaimer : This software is meant for educational purposes only. I'm not responsible for any malicious use of the app.

MAChange by stosempreingiro

This is a very simple python script that change your MAC address on debian based distro.

Features of MAChange

  • change MAC address automatically

Prerequisites

This MAC changer script requires macchanger and python3-netifaces to work. Install them automatically with 'install.sh' file.

Installation

Manual:

git clone https://github.com/stosempreingiro/MAChange.git && cd MAChange
sudo apt install python3-netifaces 

if it doesn't work, try:

pip3 install netifaces

Auto installation:

chmod +x install.sh
sudo ./install.sh

How to use

Run 'sudo mac' on your terminal.
ENJOY

About

This is a very simple python script that change MAC address with macchanger on debian based linux systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published