An open API service indexing awesome lists of open source software.

https://github.com/mguludag/randommac

Single or batch edit or randomize the network card's MAC addresses built with Qt and WinApi for windows platform.
https://github.com/mguludag/randommac

network qt winapi windows

Last synced: about 1 year ago
JSON representation

Single or batch edit or randomize the network card's MAC addresses built with Qt and WinApi for windows platform.

Awesome Lists containing this project

README

          

# RandomMAC
Single or batch edit or randomize the network card's MAC addresses built with Qt and WinApi for windows platform.

This application uses **std::random_device** function for generating better **random** MAC adresses. Also you can select more than one adapter to randomize their MAC addresses with single click!
Then added secret feature activated by ` -attack ` argument for attack to switches using MAC address table flood attack.

# Building
## Requirements
* Qt 5.13 (preferred) or older versions
* MSVC or MinGW compiler

## TODO:
* *Implement code for app start with windows.*