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

Install Failed, Fix below. #401

Closed s3raph-x00 closed 2 years ago

s3raph-x00 commented 2 years ago

Install failed, looks like one of the links for chocolatey has gone down.

https://boxstarter.org/bootstrapper.ps1 results in 404.

The following works as an alternate link:

https://raw.githubusercontent.com/chocolatey/boxstarter/master/BuildScripts/bootstrapper.ps1

facyber commented 2 years ago

Hah, I just logged in to GitHub to open the very same issue. I was struggling for a bit as there was not a single error message that would indicate what is actually an issue.

alkeldi commented 2 years ago

This should be fixed by boxstarter, because the link https://boxstarter.org/bootstrapper.ps1 has been the default for years. Not only FLARE-VM is affected, probably many other software is failing because of this problem. The issue is being tracked here

The link provided above is a nice temporary fix to get the installation script of FLARE-VM to work, but it points to the master branch (which is in active development). A better fix should use the latest release (v2.13.0) to get bootstrapper.ps1

A Better Alternate Link

https://raw.githubusercontent.com/chocolatey/boxstarter/v2.13.0/BuildScripts/bootstrapper.ps1

mwallner commented 2 years ago

Thanks for bringing this up. I would recommend not using a static raw link to an old Boxstarter release, we'll fix the corresponding issue on our site asap. sorry for the inconvenience.

mwallner commented 2 years ago

Please note this issue has been resolved and should not occur anymore.

alkeldi commented 2 years ago

Thanks for the fix :)

s3raph-x00 commented 2 years ago

Thanks, just verified good on my end.