Giter VIP home page Giter VIP logo

mac_changer's Introduction

MAC Address changer for linux

A media access control address (MAC address) is a unique identifier assigned to each network interface in any device that connects to a network. Read more...

Advantage:

Changing MAC address has many benefits, including MAC address blocking prevention; if your MAC address is blocked on an access point, you simply change it to continue using that network.


Usage:

1. change to a random MAC address

>_ sudo python mac_changer.py <interface name> -r

-r to randomize a MAC address

Example: sudo python mac_changer.py wlan0 -r

Output:

[*] Old MAC address: 90:cd:b6:6c:81:c5
[+] New MAC address: 8e:84:bf:87:cb:fd

2. change to a specified MAC address

>_ sudo python mac_changer.py <interface name> -m <mac address>

Example: sudo python mac_changer.py wlan0 -m 90:cd:b6:6c:81:c5

-m set the new MAC address we want to change to

Output:

[*] Old MAC address: 8e:84:bf:87:cb:fd
[+] New MAC address: 90:cd:b6:6c:81:c5

Screenshot:


WARNING! it only works for linux os

Created by Ermias Bahru as a simple hacking tool for learning purpose only

mac_changer's People

Contributors

ermiasbahru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.