Giter Site home page Giter Site logo

hvk78 / macswitcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hemantapkh/macswitcher

0.0 0.0 0.0 300 KB

Ⓜ️ MACSwitcher (MACS) is a tool to manipulate the MAC addresses of network interfaces. macs already contain the OUI of more than 12500 vendors, so you don't need to specify them.

License: MIT License

Shell 0.09% Python 99.91%

macswitcher's Introduction

platform licence Contributors Forks Stars Issues Pull Requests Subscribe my channel H9

MacSwitcher

MACSwitcher - Easy way to spoof MAC address

ℹ️ MACSwitcher

MACSwitcher (macs) is a tool to manipulate the MAC addresses of network interfaces. Sometimes we need to change our MAC address to a specific vendor, which is a boring and time-consuming task. MACS was created so that you can simply change the MAC address to the desired vendor just by typing the vendor name. It contains the OUI of more than 12500 vendors.

⚠️ Requirements

🛠️ Installation

  • Simply execute the following command
git clone https://github.com/hemantapkh/macswitcher && cd macswitcher && sudo bash install.sh --install

To uninstall macs, execute the command macs --uninstall

⁉️ Usage

Usage: macs [Option/s] <interface>

➡️ Arguments

  • Main Options

    -m, --mac <custom mac>     : Set the custom MAC address
    -v, --vendor <vendor>      : Set a MAC address from a vendor
    -r, --random-registered    : Set a random registered MAC
    -R, --random [option/s]    : Set a random MAC address
    

    You are only supposed to pass one argument from the main options.

  • Random MAC Options

    --transmission <type>    : Choose transmission type [unicast/multicast]
    --administration <type>  : Choose administrative type [Local/Global]
    

    You are supposed to pass these arguments only if -R or --random is passed from the main options.

  • Other Options

    -h, --help    : Show this help menu and exit
    -s, --show    : Show current MAC address/es with interface/s
    

🎯 Examples

  • To set a custom MAC address

    macs -m XX:XX:XX:XX:XX:XX:XX:XX wlan0

    macs --mac XXXX wlan0

  • To set a MAC address from certain vendors

    macs -v samsung wlan0

    macs --vendor cisco wlan0

  • To set a random registered MAC address

    macs -r wlan0

  • To set a fully random MAC address

    macs --random wlan0

    macs -R --transmission unicast --administration global wlan0

    macs -R --transmission multicastcast wlan0

  • To see the current list of interfaces with their MAC

    macs -s

💚 Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

You can also contribute to this project by creating an issue of bugs and feature requests.

🔑 License

Distributed under the MIT License. See LICENSE for more information.


Project Maintainer: Hemanta Pokharel [✉️ 💬 📺]

macswitcher's People

Contributors

hemantapkh 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.