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

Added check for Internet connectivity #504

Closed wand3rlust closed 9 months ago

wand3rlust commented 9 months ago

Added check to detect Internet connectivity (via ICMP) using 'Test-Connection' cmdlet. The response is a boolean value and if said value is 'false', installer exits.

[Tested on]:

  1. OS: Windows 10 19045.3324
  2. PowerShell Version: 5.1.19041.3031

[Case1]: Internet connectivity detected 1

[Case 2]: Internet connectivity not detected 2

Closes https://github.com/mandiant/flare-vm/issues/486