Skip to content

Generates a list of MAC addresses for testing purposes in various formats

License

Notifications You must be signed in to change notification settings

gobblegoob/macgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Stargazers Issues MIT License LinkedIn


Logo

Mac Generator

Generate a list of MAC addresses in various formats. Can also format as randomized macs in use by many mobile devices as well.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

I needed a big list of arbitrary mac addresses for testing purposes.

(back to top)

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/gobblegoob/macgenerator.git
  2. Install dependencies from requirements.txt
    pip install -r requirements.txt

(back to top)

Usage

From your terminal/cli:

python macgenerate.py [-h] [-c COUNT] [-d DELIMITER] [-r]
ArgumentsDescription
-h, --helpshow this help message and exit
-c COUNT, --count COUNTHow many MAC addresses to generate. Will print 10 if not specified
-d DELIMITER, --delimiter DELIMITER MAC Address delimiter. Will use None if not specified. Supported delimiters: ":", "-"
-r, --randomized Add if you want randomized IP addresses

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

If you wish to contribute or have feature or usage suggestions, leave me a message.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/gobblegoob/gmacgenerator

(back to top)

Acknowledgments

Thank yous

(back to top)

About

Generates a list of MAC addresses for testing purposes in various formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages