首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Cuckoo沙箱:显示CuckooCriticalError:请更新您的配置

Cuckoo沙箱:显示CuckooCriticalError:请更新您的配置
EN

Stack Overflow用户
提问于 2014-08-28 03:30:59
回答 2查看 6K关注 0票数 2

我已经安装了布谷鸟沙盒与windows7 32位作为客户操作系统。我已经在"virtualbox.conf“中正确编辑了"machine”和"label“字段。该vm被命名为yo-7。但我在显示以下内容后执行"sudo python cuckoo.py“时遇到了这个错误"[root] CRITICAL: CuckooCriticalError: Please update your configuration. Unable to shut 'yo-7' down or find the machine in its proper state: Timeout hit while for machine yo-7 to change status

lib.cuckoo.core.scheduler信息:使用"virtualbox“机器管理器

以下是virtualbox.conf文件的内容

代码语言:javascript
复制
[virtualbox]
# Specify which VirtualBox mode you want to run your machines on.
# Can be "gui", "sdl" or "headless". Refer to VirtualBox's official
# documentation to understand the differences.
mode = gui

# Path to the local installation of the VBoxManage utility.
path = /usr/bin/VBoxManage

# 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 =yo-7 

[yo-7]
# Specify the label name of the current machine as specified in your
# VirtualBox configuration.
label = yo-7

# Specify the operating system platform used by current machine
# [windows/darwin/linux].
platform = windows

# Specify the IP address of the current virtual machine. Make sure that the
# IP address is valid and that the host machine is able to reach it. If not,
# the analysis will fail.
ip = 192.168.56.101

# (Optional) Specify the snapshot name to use. If you do not specify a snapshot
# name, the VirtualBox MachineManager will use the current snapshot.
# Example (Snapshot1 is the snapshot name):
#snapshot = Win7snap1

# (Optional) Specify the name of the network interface that should be used
# when dumping network traffic from this machine with tcpdump. If specified,
# overrides the default interface specified in cuckoo.conf
# Example (vboxnet0 is the interface name):
#interface = vboxnet0

# (Optional) Specify the IP of the Result Server, as your virtual machine sees it.
# The Result Server will always bind to the address and port specified in cuckoo.conf,
# however you could set up your virtual network to use NAT/PAT, so you can specify here 
# the IP address for the Result Server as your machine sees it. If you don't specify an
# address here, the machine will use the default value from cuckoo.conf.
# NOTE: if you set this option you have to set result server IP to 0.0.0.0 in cuckoo.conf.
# Example:
#resultserver_ip = 192.168.56.1

# (Optional) Specify the port for the Result Server, as your virtual machine sees it.
# The Result Server will always bind to the address and port specified in cuckoo.conf,
# however you could set up your virtual network to use NAT/PAT, so you can specify here
# the port for the Result Server as your machine sees it. If you don't specify a port
# here, the machine will use the default value from cuckoo.conf.
# Example:
#resultserver_port = 2042

# (Optional) Set your own tags. These are comma separated and help to identify
# specific VMs. You can run samples on VMs with tag you require.
#tags = windows_xp_sp3,32_bit,acrobat_reader_6
EN

回答 2

Stack Overflow用户

发布于 2014-09-20 05:25:03

您可能遇到的问题是ip地址,您必须将其更改为192.168.56.1,这是默认情况下virtuaboxl分配给虚拟机的ip地址,也就是主机的内部ip地址,然后是192.168.1.10x (1或2)。我希望能给我解释清楚,这可能有点令人困惑。

票数 0
EN

Stack Overflow用户

发布于 2016-07-13 11:31:41

标签应该是虚拟机的名称,而不是虚拟机系统中的用户名

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/25535528

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档