Skip to content

xsoc/mcwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mcwrap

Simple macchanger wrapper for randomising MAC addresses.

Ideal for those difficult to remember "predictable network interface names".

Installation

#Dependencies
sudo apt install iproute2 gawk macchanger

#Download latest from github and set executable flag
curl https://raw.githubusercontent.com/xsoc/mcwrap/master/mcwrap -O
chmod +x ./mcwrap

Usage

sudo ./mcwrap

Example

sudo ./mcwrap
0 - wlan0
1 - eth0
Select interface (eg. 0): 0
Interface selected: wlan0
Current MAC:   00:00:00:00:00:00 (unknown)
Permanent MAC: 00:11:22:33:44:55 (unknown)
New MAC:       AA:BB:CC:DD:EE:FF (unknown)

About

Simple macchanger wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages