docker-cuckoo icon indicating copy to clipboard operation
docker-cuckoo copied to clipboard

VBoxManage not found at specific path "usr/bin/VBoxManage"...

Open ylee197 opened this issue 5 years ago • 2 comments

I am installing Cuckoo Docker on my root system which is Ubuntu 18.04. I do not use virtualbox to install cuckoo docker. Do I need to install virtualmachine? I followed the instruction from cuckoo docker(https://github.com/blacktop/docker-cuckoo). According to the instruction(for Ubuntu), virtualmachine installing is not in there. Do I need to install VM? In that case, how can I modify the config file? It does not have any error during installation process. However, when I run cuckoo compose, it shows "VBoxManage not found at specific path "usr/bin/VBoxManage"..." error and terminate docker-cuckoo_cuckoo_1. I can see the first cuckoo page, but when I submit the file, it stays pending status. How can I fix this? Screen Shot 2020-02-04 at 1 43 46 AM

ylee197 avatar Feb 04 '20 08:02 ylee197

I'm in the same boat. I got cuckoo running in Ubuntu 18.04 using docker-compose. I have Vmware ESXi environment. Are we supposed to build a Windows guest? If so, how do we connect to the cuckoo sanbox? The documentation is very lacking.

deeztek avatar Apr 05 '20 11:04 deeztek

You need to edit the cuckoo.conf and other associated configuration files under the 2.0 directory and then copy them into your cuckoo docker instance. Once done, restart that container for the settings to take effect.

sbazzell avatar May 11 '20 20:05 sbazzell