diff --git a/packages/hollowshunter.vm/hollowshunter.vm.nuspec b/packages/hollowshunter.vm/hollowshunter.vm.nuspec index 0955859f7..c49dda559 100644 --- a/packages/hollowshunter.vm/hollowshunter.vm.nuspec +++ b/packages/hollowshunter.vm/hollowshunter.vm.nuspec @@ -2,7 +2,7 @@ hollowshunter.vm - 0.4.0 + 0.4.0.20250206 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 dc8443639..4eae5860f 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.4.0/hollows_hunter32.zip' -$zipSha256 = '42773616f35e29929ece409e65a6706f78e7619c755d33dd2a9f25713d4b172b' -$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.0/hollows_hunter64.zip' -$zipSha256_64 = 'a7267844674184319047b4874fe283535f623ee2d18dfb2704c541c7cdd7712d' +$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.0.2/hollows_hunter32.zip' +$zipSha256 = '81f9e36d9aac860a8cb8e49715e9c70af6c9a52daa619cac86d71f473c959838' +$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.0.2/hollows_hunter64.zip' +$zipSha256_64 = '1616812ac67ac3113d4fb065ec51f4bb50b8461ce41a969708c7d9ae17dfb49d' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64 -consoleApp $true diff --git a/packages/ida.plugin.hrtng.vm/ida.plugin.hrtng.vm.nuspec b/packages/ida.plugin.hrtng.vm/ida.plugin.hrtng.vm.nuspec index 9eb30d8ca..08134dd07 100644 --- a/packages/ida.plugin.hrtng.vm/ida.plugin.hrtng.vm.nuspec +++ b/packages/ida.plugin.hrtng.vm/ida.plugin.hrtng.vm.nuspec @@ -2,7 +2,7 @@ ida.plugin.hrtng.vm - 1.1.19.20250124 + 2.2.21 KasperskyLab IDA Pro plugin with features such as decryption, automation, deobfuscation, patching, lib code recognition and pseudocode transformations. diff --git a/packages/ida.plugin.hrtng.vm/tools/chocolateyinstall.ps1 b/packages/ida.plugin.hrtng.vm/tools/chocolateyinstall.ps1 index 8b741bdf8..09fedb452 100644 --- a/packages/ida.plugin.hrtng.vm/tools/chocolateyinstall.ps1 +++ b/packages/ida.plugin.hrtng.vm/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' Import-Module vm.common -Force -DisableNameChecking -$pluginUrl = "https://github.com/KasperskyLab/hrtng/releases/download/v1.1.19/hrtng-1.1.19.7z" -$pluginSha256 = "2b7b133663f0d4d572a13239d6e541c6d5dbf05abfa64e56ba42e1c2296356f1" +$pluginUrl = "https://github.com/KasperskyLab/hrtng/releases/download/v2.2.21/hrtng-2.2.21.7z" +$pluginSha256 = "0918639f3a27fe2d85556cd7a730fc588456302f2e95a23e9e3f62f4e17b0f1e" $tempDownloadDir = Join-Path ${Env:TEMP} "temp_$([guid]::NewGuid())" $packageArgs = @{ diff --git a/packages/systeminformer.vm/systeminformer.vm.nuspec b/packages/systeminformer.vm/systeminformer.vm.nuspec index 86d9ff1c3..246583004 100644 --- a/packages/systeminformer.vm/systeminformer.vm.nuspec +++ b/packages/systeminformer.vm/systeminformer.vm.nuspec @@ -2,7 +2,7 @@ systeminformer.vm - 3.2.25016 + 3.2.25036 winsiderss A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. diff --git a/packages/systeminformer.vm/tools/chocolateyinstall.ps1 b/packages/systeminformer.vm/tools/chocolateyinstall.ps1 index b03a21117..768d44ef8 100644 --- a/packages/systeminformer.vm/tools/chocolateyinstall.ps1 +++ b/packages/systeminformer.vm/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'SystemInformer' $category = 'Utilities' -$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.2.25016/systeminformer-3.2.25016-release-bin.zip' -$zipSha256 = '6be4867d42acbabf11e371a9cdeacd2f1c697d24ee55c3ef4de2f447bf0c559b' +$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.2.25036/systeminformer-3.2.25036-release-bin.zip' +$zipSha256 = 'b4f888e4d77288f52d4f23057009f65c97567ab48099b9500d90859e6903ea27' $executableName = "amd64\$toolName.exe" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -executableName $executableName -consoleApp $false diff --git a/packages/windows-terminal.vm/tools/chocolateyinstall.ps1 b/packages/windows-terminal.vm/tools/chocolateyinstall.ps1 index a77db25d2..a1ec37503 100644 --- a/packages/windows-terminal.vm/tools/chocolateyinstall.ps1 +++ b/packages/windows-terminal.vm/tools/chocolateyinstall.ps1 @@ -6,8 +6,8 @@ try { $category = 'Productivity Tools' $executableName = "wt.exe" - $zipUrl = 'https://github.com/microsoft/terminal/releases/download/v1.21.3231.0/Microsoft.WindowsTerminal_1.21.3231.0_x64.zip' - $zipSha256 = '8fb268b93c9b99d6cf553709c2c58bf1b2ff4b364199152e09221dfb2a44bbf5' + $zipUrl = 'https://github.com/microsoft/terminal/releases/download/v1.22.10352.0/Microsoft.WindowsTerminal_1.22.10352.0_x64.zip' + $zipSha256 = 'c2cf549a567f60daf291dc87d06f69e74935426e96a5ed0f04845d8abe5504dd' $toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName diff --git a/packages/windows-terminal.vm/windows-terminal.vm.nuspec b/packages/windows-terminal.vm/windows-terminal.vm.nuspec index a5315e11c..ca94b3457 100644 --- a/packages/windows-terminal.vm/windows-terminal.vm.nuspec +++ b/packages/windows-terminal.vm/windows-terminal.vm.nuspec @@ -2,7 +2,7 @@ windows-terminal.vm - 1.21.3231.20250117 + 1.22.10352 Microsoft Windows Terminal is a new, modern, feature-rich, productive terminal application for command-line users.