Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozxsasson/machanger

A Simple Python script to change your MAC address to random value or specify a new one.
https://github.com/ozxsasson/machanger

mac-address mac-address-changer mac-address-spoofing python python2

Last synced: 19 days ago
JSON representation

A Simple Python script to change your MAC address to random value or specify a new one.

Awesome Lists containing this project

README

        

# MAChanger
A Simple Python script to change your MAC address to random value or specify a new one.

## Installation
```
git clone https://github.com/ozXsasson/MAChanger
cd MAChanger
```

## Usage
```
Usage: MAChanger.py [options]

Options:
-h, --help show this help message and exit
-i INTERFACE, --interface INTERFACE
Interface to change its MAC address
-m NEW_MAC, --mac=NEW_MAC
New MAC address
-r RANDOM, --random RANDOM (Default)
Generate a random MAC Address

```

## Example
```
sudo python2 MAChanger.py --interface eth0 --mac 00:34:12:78:9a:bc