From fe648a5b891d259a135c3584cc8d9387a8f18523 Mon Sep 17 00:00:00 2001 From: vm-packages Date: Wed, 24 Apr 2024 22:13:54 +0000 Subject: [PATCH] Update merlin.vm to v2.1.3 --- packages/merlin.vm/merlin.vm.nuspec | 2 +- packages/merlin.vm/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/merlin.vm/merlin.vm.nuspec b/packages/merlin.vm/merlin.vm.nuspec index 3c595283c..e4dd0259a 100644 --- a/packages/merlin.vm/merlin.vm.nuspec +++ b/packages/merlin.vm/merlin.vm.nuspec @@ -2,7 +2,7 @@ merlin.vm - 2.1.2 + 2.1.3 Ne0nd0g Merlin is a cross-platform post-exploitation Command and Control server and agent written in Go. diff --git a/packages/merlin.vm/tools/chocolateyinstall.ps1 b/packages/merlin.vm/tools/chocolateyinstall.ps1 index b624bf1ec..0c7229df3 100644 --- a/packages/merlin.vm/tools/chocolateyinstall.ps1 +++ b/packages/merlin.vm/tools/chocolateyinstall.ps1 @@ -5,8 +5,8 @@ $toolName = 'Merlin' $category = 'Command & Control' $toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName -$zipUrl = 'https://github.com/Ne0nd0g/merlin/releases/download/v2.1.2/merlinServer-Windows-x64.7z' -$zipSha256 = 'f16b3d89f48fc0964161e8ee0d48c8935cdf503165a6189969572e32cfa37d4e' +$zipUrl = 'https://github.com/Ne0nd0g/merlin/releases/download/v2.1.3/merlinServer-Windows-x64.7z' +$zipSha256 = 'ccd2ad15972c5d33e429023b9d7d5f22c3bfa8fafc7b1ed815abd9f4cdac5755' $zipPassword = 'merlin' $fileName = 'merlinServer-Windows-x64'