Skip to content

Commit 255748c

Browse files
author
JC
committed
reporting network activities from blacklisted tools
1 parent 5cc73d6 commit 255748c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

install.ps1

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $net46InstallerURL='https://download.microsoft.com/download/C/3/A/C3A5200B-D33C-
3333
# System.Net.WebClient will fail to download if remote site has TLS1.2
3434
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
3535

36-
$OPENEDR_SHA256_HASH='3AADCE34B2322ADA19AB8EC4F3F11398A6215E29D4F2C9DB2B2F92717E322D94'
36+
$OPENEDR_SHA256_HASH='FE4A2E8483B561493192B4031F3B6B979852C8824B96C873E0E34511D5762A47'
3737
$NET46_SHA256_HASH='B21D33135E67E3486B154B11F7961D8E1CFD7A603267FB60FEBB4A6FEAB5CF87'
3838

3939
# clear any previously downloaded installer.zip
@@ -345,6 +345,8 @@ Write-Output "FreeEDR installation completed, you may close this session!"
345345

346346

347347

348+
349+
348350

349351

350352

installer.zip

1002 Bytes
Binary file not shown.

setup.msi

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)