diff --git a/packages/cutter.vm/cutter.vm.nuspec b/packages/cutter.vm/cutter.vm.nuspec index 73bd5b7b2..729d42667 100644 --- a/packages/cutter.vm/cutter.vm.nuspec +++ b/packages/cutter.vm/cutter.vm.nuspec @@ -2,11 +2,12 @@ cutter.vm - 2.3.2 + 2.3.4.20240305 Rizin Cutter is a FOSS dissassembler/decompiler + diff --git a/packages/cutter.vm/tools/chocolateyinstall.ps1 b/packages/cutter.vm/tools/chocolateyinstall.ps1 index e0c635556..831f6e520 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 diff --git a/packages/cygwin.vm/cygwin.vm.nuspec b/packages/cygwin.vm/cygwin.vm.nuspec index 022e521a1..63831ad6c 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. - + diff --git a/packages/hollowshunter.vm/hollowshunter.vm.nuspec b/packages/hollowshunter.vm/hollowshunter.vm.nuspec index b81070ef2..0edb962c6 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 9d3a88bb0..e3c65eb0e 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 diff --git a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec index 242f112e9..794881da5 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 - + diff --git a/packages/pesieve.vm/pesieve.vm.nuspec b/packages/pesieve.vm/pesieve.vm.nuspec index 340a0229c..029a1c9bc 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. - + diff --git a/packages/sliver.vm/sliver.vm.nuspec b/packages/sliver.vm/sliver.vm.nuspec index def97909a..47a979732 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 81f381b7b..af3348b03 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" diff --git a/packages/vscode.vm/vscode.vm.nuspec b/packages/vscode.vm/vscode.vm.nuspec index b09f47343..81b52286a 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. - +