sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
36.01k stars 1.78k forks source link

replace invalid wireshark manufacturer database link in unique generator #734

Open ghostserverd opened 5 months ago

ghostserverd commented 5 months ago

relates to https://github.com/sickcodes/Docker-OSX/issues/681

The manufacturer list currently referenced by the machine value generator script no longer exists resulting in a 404 and no unique device identifiers generated.

That manufacturer list is now populating automatically at the address in this change (see this issue for more details).

Tested by running

./custom/generate-unique-machine-values.sh

from this branch.