From 736fef83d66f298e61b816577daed28fb3f3a893 Mon Sep 17 00:00:00 2001 From: vm-packages Date: Mon, 4 Mar 2024 15:15:00 +0000 Subject: [PATCH 1/8] Update cutter.vm to v2.3.4 --- packages/cutter.vm/cutter.vm.nuspec | 2 +- packages/cutter.vm/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cutter.vm/cutter.vm.nuspec b/packages/cutter.vm/cutter.vm.nuspec index 73bd5b7b..6f5dbdb2 100644 --- a/packages/cutter.vm/cutter.vm.nuspec +++ b/packages/cutter.vm/cutter.vm.nuspec @@ -2,7 +2,7 @@ cutter.vm - 2.3.2 + 2.3.4 Rizin Cutter is a FOSS dissassembler/decompiler diff --git a/packages/cutter.vm/tools/chocolateyinstall.ps1 b/packages/cutter.vm/tools/chocolateyinstall.ps1 index e0c63555..831f6e52 100644 --- a/packages/cutter.vm/tools/chocolateyinstall.ps1 +++ b/packages/cutter.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'Cutter' $category = 'Disassemblers' -$zipUrl = 'https://github.com/rizinorg/cutter/releases/download/v2.3.2/Cutter-v2.3.2-Windows-x86_64.zip' -$zipSha256 = 'e53a137809a610f939ce13744640f0da67369e87fdb1b2545be3e417c7781c8e' +$zipUrl = 'https://github.com/rizinorg/cutter/releases/download/v2.3.4/Cutter-v2.3.4-Windows-x86_64.zip' +$zipSha256 = '78011f68c2bbfbe4dce057624dbc327b003c412d7db21d7bcdc364a1a67a8f1b' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -innerFolder $true From d38e1d570fa6e8be6c7c444922c72a1851c05cec Mon Sep 17 00:00:00 2001 From: vm-packages Date: Mon, 4 Mar 2024 15:17:21 +0000 Subject: [PATCH 2/8] Update cygwin.vm to 3.5.1 --- packages/cygwin.vm/cygwin.vm.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cygwin.vm/cygwin.vm.nuspec b/packages/cygwin.vm/cygwin.vm.nuspec index 022e521a..63831ad6 100644 --- a/packages/cygwin.vm/cygwin.vm.nuspec +++ b/packages/cygwin.vm/cygwin.vm.nuspec @@ -2,12 +2,12 @@ cygwin.vm - 3.5.0.20240217 + 3.5.1 Wrapper for cygwin and useful cygwin packages Red Hat Inc. - + From d746f8d89c29e438eab927051fa52e346ee1f851 Mon Sep 17 00:00:00 2001 From: vm-packages Date: Mon, 4 Mar 2024 15:18:29 +0000 Subject: [PATCH 3/8] Update hollowshunter.vm to v0.3.9 --- packages/hollowshunter.vm/hollowshunter.vm.nuspec | 2 +- packages/hollowshunter.vm/tools/chocolateyinstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hollowshunter.vm/hollowshunter.vm.nuspec b/packages/hollowshunter.vm/hollowshunter.vm.nuspec index b81070ef..0edb962c 100644 --- a/packages/hollowshunter.vm/hollowshunter.vm.nuspec +++ b/packages/hollowshunter.vm/hollowshunter.vm.nuspec @@ -2,7 +2,7 @@ hollowshunter.vm - 0.3.8.20240217 + 0.3.9 hasherezade Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches). diff --git a/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 b/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 index 9d3a88bb..e3c65eb0 100644 --- a/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 +++ b/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 @@ -4,10 +4,10 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'hollows_hunter' $category = 'Memory' -$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.8.1/hollows_hunter32.zip' -$zipSha256 = 'c52859552dbbbf8409b207ebaf2e52ea605ffc6718c907428ef01065c2ed2948' -$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.8.1/hollows_hunter64.zip' -$zipSha256_64 = '58cd2c5412fc6c615ff2ae8244b1d2b252d30e801f97a59b5d3d96c117848c08' +$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.9/hollows_hunter32.zip' +$zipSha256 = '3d96a22ea46952600e13bd1886314e3f0103750faa6bc79353851a15cf6d3431' +$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.9/hollows_hunter64.zip' +$zipSha256_64 = 'f3ca153d51e32e892e2d8193307e5c75b82a3043072079fffa72c35c85d62bba' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64 -consoleApp $true From d1f991d4e67873e39273522308916277448a2796 Mon Sep 17 00:00:00 2001 From: vm-packages Date: Mon, 4 Mar 2024 16:06:45 +0000 Subject: [PATCH 4/8] Update notepadplusplus.vm to 8.6.4 --- packages/notepadplusplus.vm/notepadplusplus.vm.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec index 242f112e..794881da 100644 --- a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec +++ b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec @@ -2,12 +2,12 @@ notepadplusplus.vm - 8.6.2 + 8.6.4 Wrapper for Notepad++ Don Ho - + From eb6281664a26459aac2d05da489e55d85e836a31 Mon Sep 17 00:00:00 2001 From: vm-packages Date: Mon, 4 Mar 2024 16:53:37 +0000 Subject: [PATCH 5/8] Update pesieve.vm to 0.3.9 --- packages/pesieve.vm/pesieve.vm.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pesieve.vm/pesieve.vm.nuspec b/packages/pesieve.vm/pesieve.vm.nuspec index 340a0229..029a1c9b 100644 --- a/packages/pesieve.vm/pesieve.vm.nuspec +++ b/packages/pesieve.vm/pesieve.vm.nuspec @@ -2,12 +2,12 @@ pesieve.vm - 0.3.8.20240217 + 0.3.9 hasherezade pe-sieve recognizes and dumps variety of implants within the scanned process. - + From 8d6fd6e1a548534e1c623bf41102e1c52b057b5a Mon Sep 17 00:00:00 2001 From: vm-packages Date: Mon, 4 Mar 2024 16:54:44 +0000 Subject: [PATCH 6/8] Update sliver.vm to v1.5.42 --- packages/sliver.vm/sliver.vm.nuspec | 2 +- packages/sliver.vm/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/sliver.vm/sliver.vm.nuspec b/packages/sliver.vm/sliver.vm.nuspec index def97909..47a97973 100644 --- a/packages/sliver.vm/sliver.vm.nuspec +++ b/packages/sliver.vm/sliver.vm.nuspec @@ -2,7 +2,7 @@ sliver.vm - 1.5.41.20231203 + 1.5.42 bishopfox Sliver is an open source cross-platform adversary emulation/red team framework. diff --git a/packages/sliver.vm/tools/chocolateyinstall.ps1 b/packages/sliver.vm/tools/chocolateyinstall.ps1 index 81f381b7..af3348b0 100644 --- a/packages/sliver.vm/tools/chocolateyinstall.ps1 +++ b/packages/sliver.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'Sliver' $category = 'Command & Control' -$exeUrl = 'https://github.com/BishopFox/sliver/releases/download/v1.5.41/sliver-client_windows.exe' -$exeSha256 = '85474d2a885a2dbe2dfd334d9d25fbf1079c1d88c857428e2e1cf3e59f2c0a9b' +$exeUrl = 'https://github.com/BishopFox/sliver/releases/download/v1.5.42/sliver-client_windows.exe' +$exeSha256 = 'b7f9eb0a95f3523aee8363c59e26a88bcf30d2160db862d4d167945ad342d777' VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true -arguments "--help" From 0b0bfba3e9685dba127e4f2b0215e66769238e29 Mon Sep 17 00:00:00 2001 From: vm-packages Date: Mon, 4 Mar 2024 16:55:43 +0000 Subject: [PATCH 7/8] Update vscode.vm to 1.85.2.20240304 --- packages/vscode.vm/vscode.vm.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vscode.vm/vscode.vm.nuspec b/packages/vscode.vm/vscode.vm.nuspec index b09f4734..81b52286 100644 --- a/packages/vscode.vm/vscode.vm.nuspec +++ b/packages/vscode.vm/vscode.vm.nuspec @@ -2,12 +2,12 @@ vscode.vm - 1.85.2.20240226 + 1.85.2.20240304 Microsoft VSCode is a modern, open-source code editor. - + From 3ef93a212db54931f24a21917bb0f918defc6a28 Mon Sep 17 00:00:00 2001 From: emtuls Date: Tue, 5 Mar 2024 01:20:17 -0500 Subject: [PATCH 8/8] Add missing vcredist140 dependency to cutter --- packages/cutter.vm/cutter.vm.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/cutter.vm/cutter.vm.nuspec b/packages/cutter.vm/cutter.vm.nuspec index 6f5dbdb2..729d4266 100644 --- a/packages/cutter.vm/cutter.vm.nuspec +++ b/packages/cutter.vm/cutter.vm.nuspec @@ -2,11 +2,12 @@ cutter.vm - 2.3.4 + 2.3.4.20240305 Rizin Cutter is a FOSS dissassembler/decompiler +