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.22k stars 887 forks source link

Not able to install Flare VM on window 10 #528

Closed Justanother-engineer closed 8 months ago

Justanother-engineer commented 8 months ago

What's the problem?

I am trying to run the installer.ps1 script and getting the below error

Steps to Reproduce

  1. Download the installer.ps1 script
  2. run it powershell as administrator
  3. execute the script

Environment

-Virtualization software: VMware


Version : 10.0.19045 BuildNumber : 19045 OSArchitecture : 64-bit ServicePackMajorVersion : 0 Caption : Microsoft Windows 10 Pro VM OS RAM (MB) ----- 0 VM OS HDD Space / Usage ----- DeviceID DriveType ProviderName VolumeName Size FreeSpace -------- --------- ------------ ---------- ---- --------- C: 3 104622964736 85032656896 D: 5 CCCOMA_X64FRE_EN-US_DV9 6140975104 0 E: 5 VBox_GAs_6.1.38 63887360 0 VM AV Details ----- AntiVirusProduct classname does not exist... VM PowerShell Version ----- 5.1.19041.2673 VM CLR Version ----- 4.0.30319.42000 VM Chocolatey Version ----- 2.2.2 VM Boxstarter Version ----- Boxstarter|3.0.3 Boxstarter.Bootstrapper|3.0.3 Boxstarter.Chocolatey|3.0.3 Boxstarter.Common|3.0.3 Boxstarter.HyperV|3.0.3 Boxstarter.WinConfig|3.0.3 VM Installed Packages ----- Boxstarter|3.0.3 Boxstarter.Bootstrapper|3.0.3 Boxstarter.Chocolatey|3.0.3 Boxstarter.Common|3.0.3 Boxstarter.HyperV|3.0.3 Boxstarter.WinConfig|3.0.3 chocolatey|2.2.2 common.vm|0.0.0.20231027 debloat.vm|0.0.0.20231109 Common Environment Variables ----- VM_COMMON_DIR: C:\ProgramData_VM TOOL_LIST_DIR: C:\Users\jae\Desktop\Tools RAW_TOOLS_DIR: C:\Tools


Additional Information

Error Message :

Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: An unexpected error occurred on a send." At C:\Users\jae\Desktop\install.ps1:863 char:1 + (New-Object net.webclient).DownloadFile('https://raw.githubuserconten ... + ~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : WebException

Ana06 commented 8 months ago

@Justanother-engineer the error message says that the script failed to download https://raw.githubusercontent.com/mandiant/flare-vm/main/Images/flarevm-background.png. I am able to download that image, which likely means that you don't have internet in your VM or that GH was unavailable when you tried to run the script.

Please ensure that:

Re-run the installation script after that and let us know if that works.

Justanother-engineer commented 8 months ago

@Ana06 Thank you for the help! for some reason my ISP has was not able to resolve raw.githubusercontent.com i change DNS server and everything worked out.