flare-vm icon indicating copy to clipboard operation
flare-vm copied to clipboard

Add internet detector tool images

Open emtuls opened this issue 1 year ago • 2 comments

This adds the images required by https://github.com/mandiant/VM-Packages/pull/1121

emtuls avatar Aug 27 '24 01:08 emtuls

Unfortunately, I don't think we can go the route of simply downloading a directory off of github with the images we want all inside. :( It either needs to be packaged into a single file (like a zip), or we have to iterate through each file we want like we had before.

Someone does maintain a tool that can sort of make it happen, but idk if we want to rely on that or if it works easily (I think it might require a github token, so probably not something we want to consider): https://github.com/download-directory/download-directory.github.io

emtuls avatar Aug 28 '24 04:08 emtuls

We can download https://github.com/mandiant/flare-vm/archive/refs/heads/main.zip and extract the Images/VM folder in a small function. Although I am not sure if we can unzip the zip, as the tools (including the zip.vm package) are not installed yet.

Ana06 avatar Aug 28 '24 08:08 Ana06