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.
- Host: GitHub
- URL: https://github.com/mguludag/randommac
- Owner: mguludag
- License: mit
- Created: 2019-11-17T17:51:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T13:18:40.000Z (over 6 years ago)
- Last Synced: 2025-04-19T10:28:06.795Z (about 1 year ago)
- Topics: network, qt, winapi, windows
- Language: C++
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*