BoomBox
BoomBox copied to clipboard
Automatic deployment of Cuckoo Sandbox malware lab using Packer and Vagrant
The sandbox vm is created and does a few reboots. It says "Attempting to reload and reprovision the host..." and then after a bit says "Failed to bring up sandbox...
./build.ps1 times out whilst waiting for VM to restart even though it has restarted on virtualbox. Does not register on powershell and goes ahead and deletes & deregisters VM, has...
i've tried all i know.. i've tried ubuntu 18.04 desktop and server what i've done: installed clean version of ubuntu 18.04 sudo apt update && sudo apt upgrade -y &&...
Hi there I have followed the steps in the "Manually Building BoomBox" portion on your git repo. After running step 3. running the vagrant plugin install vagrant-reload command in step...
Hello, is there a way I access the cuckoo web portal via my PC that's on a different subnet? I want to pass through the Host Machine and open the...
Change to fix TLS errors on download of agent.py
Checking if Packer is installed Checking if Vagrant is installed... Checking for pre-existing boxes... Checking for vagrant instances... Checking disk space... Checking if the vagrant-reload plugin is installed Prerequisite checks...
Do ```powershell [Environment]::SetEnvironmentVariable('UPLOAD_FILES', 'C:\Users\SAMUS\Desktop\s1.zip') [Environment]::SetEnvironmentVariable('DOWNLOAD_FILES', 'C:\s1.zip') ./build.ps1 -ProviderName virtualbox -VagrantOnly ``` to upload from 'C:\Users\SAMUS\Desktop\s1.zip' host to guest to 'C:\s1.zip'
I want to install malware in the vm for malware analysis. ```powershell vagrant upload malware.exe C:\Users\vagrant\desktop\malware.exe ``` raise an error including : ```powershell Errno::ECONNREFUSED ``` I suggest to add an...