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.37k stars 900 forks source link

install.ps script does not install in my machine #429

Closed guyhacker closed 1 year ago

guyhacker commented 1 year ago
Flare

Description

The installation script does not run properly in Windows 10

Steps to Reproduce

Expected behavior:

Actual behavior:

Environment

Additional Information

MalwareMechanic commented 1 year ago

Hey @guyhacker, thanks for reporting. Can you please let us know some additional information about your system to help us triage the issue. Information such as the below would be helpful:

mr-tz commented 1 year ago

I think we need to add a Test-Path or similar here (and potentially at other places): https://github.com/mandiant/flare-vm/blob/af1b9e096eb99fe13ba75038d3816d6eeeb724d5/install.ps1#L107

MalwareMechanic commented 1 year ago

Thanks for reporting @guyhacker 👍

guyhacker commented 1 year ago

It still does not run in my machine. Regards.

guyhacker commented 1 year ago

box

mr-tz commented 1 year ago

Looks like an TLS error here. What VM OS version and service pack are you running?

guyhacker commented 1 year ago

I am running Windows 10 in a Vmware 15,No service Pack. It works now, I was behind a Proxy.

mr-tz commented 1 year ago

Great, glad it works. Happy reversing!

guyhacker commented 1 year ago

image