You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: