Skip to content
/ macgen Public

A simple generator for random MAC addresses

Notifications You must be signed in to change notification settings

0xTas/macgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MACgen

A simple tool that spits out any number of fake MAC addresses you want.
It doesn't change your system's configuration in any way, just prints randomized addresses to stdout.

Usage

./macgen [options] [num]

Options

You can specify any positive number (e.g. 7, 69, 420, etc.) of MAC addresses to generate.

-h Show command usage info.
-n Don't append a newline. (Appends with space instead if bulk gen)