mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.56k stars 917 forks source link

Win7 Installation in loop #365

Closed paryani closed 1 year ago

paryani commented 3 years ago

I have attached the screenshots for the errors.

image image image

I would highly appreciate any support or suggestions in resolving this issues.

tarekali commented 3 years ago

you have two solutions firstly you can close the cmd then open PowerShell as an admin: execute this command "choco install -n libraries.python3.fireeye"

Secondly, download and Install vcbuildtools from (https://www.microsoft.com/en-us/download/details.aspx?id=48159) then follow these steeps before executing the FlareVM script. run PowerShell as an admin: 1- "Set-ExecutionPolicy Unrestricted" 2- install BoxStarter a - for a PowerShell v3 or newest: " . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force " b- for an old version: "iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1')); get-boxstarter -Force" 3 - "choco install -n vcbuildtools" 4 - "Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/fireeye/flare-vm/master/install.ps1" enjoy I wish you the best of luck and stay safe.

paryani commented 3 years ago

Hi Tarek,

Thank you so much for your assistance.

Just had to run "choco install -n libraries.python3.fireeye" command and rest everything was like piece of cake.

MalwareMechanic commented 3 years ago

Hey all,

Thanks for bringing this to our attention. We've updated the vcbuildtools.fireeye package to depend on the 2017 VC build tools package and removed the vcpython27 package from the installation list.

Please give the updates a whirl and let us know if the problem persists.

vm-packages commented 1 year ago

Thank you for your feedback! We've been working on major updates to FLARE VM over the last year. The now revamped FLARE VM has just been released and will make the project more open and maintainable. Please check out our blog post at https://www.mandiant.com/resources/blog/flarevm-open-to-public and give the new installation a try.

If this problem still persists with the new installation, please report:

Please note that we use this message to close all legacy issues in this repository. We look forward to your feedback and support for the next generation of FLARE VM.