hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
479 stars 118 forks source link

Disable Secure Boot to ensure vmcloak works correctly. #177

Open rishdang opened 4 years ago

rishdang commented 4 years ago

Since Ubuntu is now checking module signing by default, the DKMS modules need to be configured to work with UEFI Secure Boot.

Add the following to vmcloak to ensure vmcloak-vboxnet0 works correctly.

sudo apt install mokutil 
sudo mokutil --disable-validation

Without adding this on Ubuntu Xenial, vbox will fail with the following error.

VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory