nbeede / BoomBox

Automatic deployment of Cuckoo Sandbox malware lab using Packer and Vagrant
Mozilla Public License 2.0
233 stars 38 forks source link

insert malware in the vm #22

Open gogo2464 opened 1 year ago

gogo2464 commented 1 year ago

I want to install malware in the vm for malware analysis.


vagrant upload malware.exe C:\Users\vagrant\desktop\malware.exe

raise an error including :

Errno::ECONNREFUSED

I suggest to add an argument in order to install some files such as tools or virus for malware analysis.

Let's insert this line: https://github.com/nbeede/BoomBox/blob/master/build.ps1#L214

gogo2464 commented 1 year ago

Assign me to this issue. I will see if I can do it before you.