Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ozxsasson/machanger
- Owner: ozXsasson
- Created: 2023-09-23T20:57:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T22:52:48.000Z (about 1 year ago)
- Last Synced: 2024-12-03T19:46:28.559Z (19 days ago)
- Topics: mac-address, mac-address-changer, mac-address-spoofing, python, python2
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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