cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.55k stars 1.71k forks source link

VirtualBox' VBoxManage not found #2476

Open MrVenomous1 opened 6 years ago

MrVenomous1 commented 6 years ago
My issue is:

CuckooCriticalError: VirtualBox' VBoxManage not found at specified path "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" (as specified in virtualbox.conf). Did you properly install VirtualBox and configure Cuckoo to use it?

My Cuckoo version and operating system are:

Cuckoo Sandbox 2.0.6 - Windows 10

This can be reproduced by:

Every time I attempt to run Cuckoo

Virtualbox.conf file
[virtualbox]
# Specify which VirtualBox mode you want to run your machines on.
# Can be "gui" or "headless". Please refer to VirtualBox's official
# documentation to understand the differences.
mode = headless

# Path to the local installation of the VBoxManage utility.
# path = /usr/bin/VBoxManage
# path = C:\Program Files\Oracle\VirtualBox\VBoxManage.exe
path = C:\Program Files\Oracle\VirtualBox\VBoxManage.exe

# Default network interface.
interface = VirtualBox Host-Only Network #3

# Specify a comma-separated list of available machines to be used. For each
# specified ID you have to define a dedicated section containing the details
# on the respective machine. (E.g. cuckoo1,cuckoo2,cuckoo3)
machines = cuckoo1

# If remote control is enabled in cuckoo.conf, specify a port range to use.
# Virtualbox will bind the VRDP interface to the first available port.
controlports = 5000-5050
doomedraven commented 6 years ago

try put path in double quotes or add double slashes c:\ etc

MrVenomous1 commented 6 years ago

double quotes, single quotes, and double slashes have the same result.

SubhasisMukh commented 6 years ago

Did you follow the documentation properly and installed VirtualBox and set the vboxusers group? Please redo the process properly. It may help.

MrVenomous commented 6 years ago

I understand my error, I was attempting to install Cuckoo entirely in the WSL and not through Windows Command Prompt.

jbremer commented 6 years ago

We haven't tested WSL yet, not sure if that'd work ;-) Do you have an update here?

vikasavnish commented 5 years ago

I faced the same issue and resolved anyway. My findings is here here