alobbs / macchanger

GNU MAC Changer
http://www.gnu.org/software/macchanger
GNU General Public License v3.0
577 stars 112 forks source link

FEATURE REQUEST: generate and display (only) a random MAC #88

Closed ladar closed 2 years ago

ladar commented 2 years ago

I already have scripts to rotate my MAC address, what I need is a good way of generating a new random MAC.

Unfortunately the access point at the coffee shop seems to reject completely random addresses. So I just need something that will spit out a valid replacement address - preferably with the ability to have the vendor portion match an existing NIC (if provided), or a specific vendor (if provided).

Thanks.

JonnyTech commented 2 years ago

https://github.com/andrewgho/genmac

ladar commented 2 years ago

Hi @JonnyTech ... thanks.