https://github.com/polarspetroll/macchanger
mac address changer
https://github.com/polarspetroll/macchanger
bash bash-script linux macaddress macchanger ruby tool
Last synced: 10 months ago
JSON representation
mac address changer
- Host: GitHub
- URL: https://github.com/polarspetroll/macchanger
- Owner: polarspetroll
- License: gpl-3.0
- Created: 2020-11-21T13:48:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T10:20:37.000Z (over 4 years ago)
- Last Synced: 2025-01-17T10:30:49.350Z (12 months ago)
- Topics: bash, bash-script, linux, macaddress, macchanger, ruby, tool
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macchanger
mac address changer
## features
**+** built in small database with popular hardware authors
**+** light weight
**+** easy to use and install
### installation
**quick usage**
```bash
git clone https://github.com/polarspetroll/macchanger.git && cd macchanger
chmod +x mchanger.rb
./mchanger.rb
```
**full installation**
```bash
chmod +x install.sh
./install.sh
mchanger.rb
```
### options
```
usage : mchanger [options]
options:
-h : help menu
-i : interface (device)
-m : mac address
-c : set mac address to the selected author
examples :
mchanger -i wlan0 -m 66:55:44:33:22:11
mchanger -i eth0 -c raspberrypi
available hardware authors for -c :
cisco, intel-Corporation, apple, samsung, mikrotik, asus, cybertan, raspberrypi, tenda
zyxel, tp-link, nokia, lg, d-link, microsoft, netgear, alcatel, ubiquiti, ibm, google
amd, hp
```