sudo /etc/init.d/networking restart
Enable Virtualize Intel VT-x/EPT or AMD-V/RVI
startx
and finish the rest of the setup from there.vboxnet0
should now appear in the list. This interfaceip addr
that a new interface has been added.smbclient -U username //10.0.0.2/Downloads -m SMB3 -W win
get windows7x64.iso
cd ~/Downloads
cp ~/cuckoo/agents/agent.py ~/Downloads
python -m SimpleHTTPServer
192.168.51:8000/python-2.7.14.amd64.msi
192.168.51:8000/agent.py
Command Prompt as Administrator
.Saved
vim ~/cuckoo/conf/virtualbox.conf
mode = headless
-> mode = gui
is useful for testing.machines = cuckoo1
-> machines = Win1x64,Win7x64
plus any others you’ve made.cuckoo1
is the default example. Each VM needs its own little block.. cuckoo/bin/activate
cuckoo
cuckoo web runserver 192.168.45.128:8080