nsmfoo / antivmdetection

Script to create templates to use with VirtualBox to make vm detection harder
MIT License
703 stars 123 forks source link

Invalid MAC Address format #55

Closed Nibba2018 closed 3 years ago

Nibba2018 commented 4 years ago

Hi I am facing the following issue while running the .sh script, can you help me out?

VBoxManage: error: Invalid MAC address format
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component NetworkAdapterWrap, interface INetworkAdapter, callee nsISupports
VBoxManage: error: Context: "COMSETTER(MACAddress)(Bstr(ValueUnion.psz).raw())" at line 2068 of file VBoxManageModifyVM.cpp
looi-wh commented 3 years ago

apparently his mac address generator had some issues. just adjust the mac address in the .sh file to something valid

nsmfoo commented 3 years ago

The issue is because, generating the new MAC address based on the original MAC address, on some hardware come out faulty. This should obviously be caught. Sometimes just re-running the script will generate a new one that works, but I agree it's a bit tedious. I will try to finally fix this issue

/Mikael

nsmfoo commented 3 years ago

Very late reply. I just pushed a fix that should mitigate this issue. Please test and if the fix was not enough, please re-open this issue and I will take a second look at it =)