diff --git a/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec b/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec index c53404e32..a54599242 100644 --- a/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec +++ b/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec @@ -2,13 +2,14 @@ arsenalimagemounter.vm - 3.11.282 + 3.11.290 Arsenal Recon Mounts the contents of disk images as complete disks in Windows. - - + + + diff --git a/packages/arsenalimagemounter.vm/tools/chocolateyinstall.ps1 b/packages/arsenalimagemounter.vm/tools/chocolateyinstall.ps1 index 5846979f1..2e9ca2e3e 100644 --- a/packages/arsenalimagemounter.vm/tools/chocolateyinstall.ps1 +++ b/packages/arsenalimagemounter.vm/tools/chocolateyinstall.ps1 @@ -6,13 +6,13 @@ try { # Install of drivers dependencies # ################################### $zipCliUrl = 'https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/master/Command%20line%20applications/aim_ll.zip' - $zipCliSha256 = '9c2e6041df7d32093da8899e98462767ad8c8cbecaabe1ff6afefeba87f364f3' + $zipCliSha256 = '21c32aed320eca532969590b67dc8151bddd6aebe9699abd09cc3e026fd01a29' $tempCliDownloadDir = Join-Path ${Env:chocolateyPackageFolder} "aim_ll" $toolCli = "aim_ll.exe" - $zipDriverUrl = 'https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/master/DriverSetup/DriverFiles.zip' + $zipDriverUrl = 'https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/63801fc2b51f899244e43f1bf5275d2ac92a2477/DriverSetup/DriverFiles.zip' $zipDriverSha256 = 'c5de8e5d5a2c0231baf2cdb74fb0b0f4047658c69105bcab28990734b3979ee3' - $tempDriverDownloadDir = Join-Path ${Env:chocolateyPackageFolder} "temp_$([guid]::NewGuid())" + $tempDriverDownloadDir = Join-Path ${Env:TEMP} "temp_$([guid]::NewGuid())" $packageArgs = @{ packageName = ${Env:ChocolateyPackageName} @@ -44,9 +44,6 @@ try { # Install drivers messages displayed in stderr even on successful install, bypass by creating an external process Start-Process -FilePath $toolCliPath -ArgumentList "--install $tempDriverDownloadDir" -Wait - # Remove temp driver folder - VM-Remove-PreviousZipPackage ${Env:chocolateyPackageFolder} - ###################### # Install of package # ###################### diff --git a/packages/die.vm/die.vm.nuspec b/packages/die.vm/die.vm.nuspec index f360d6ce2..cb41bba93 100644 --- a/packages/die.vm/die.vm.nuspec +++ b/packages/die.vm/die.vm.nuspec @@ -2,7 +2,7 @@ die.vm - 3.07.0.20240411 + 3.09 Hellsp@wn, horsicq Detect It Easy, or abbreviated "DIE" is a program for determining types of files. diff --git a/packages/die.vm/tools/chocolateyinstall.ps1 b/packages/die.vm/tools/chocolateyinstall.ps1 index 5d86e5ad6..68ed251ad 100644 --- a/packages/die.vm/tools/chocolateyinstall.ps1 +++ b/packages/die.vm/tools/chocolateyinstall.ps1 @@ -5,10 +5,10 @@ try { $toolName = 'die' $category = 'File Information' - $zipUrl = 'https://github.com/horsicq/DIE-engine/releases/download/3.07/die_win32_portable_3.07.zip' - $zipSha256 = 'c7f16841df475d6f09d37cf745804c866c823876c4605b5958376402cbb64eca' - $zipUrl_64 = 'https://github.com/horsicq/DIE-engine/releases/download/3.07/die_win64_portable_3.07.zip' - $zipSha256_64 = '3450169643be76484ac4bd5e1473f6f4745d9825c8a07255a3925a4a6e8bad7e' + $zipUrl = 'https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win32_portable_3.09_x86.zip' + $zipSha256 = '7cdc3c3e33e23cc04463dc2c463c5d9dd7f746ee5dbacb280657e29b5d75b39a' + $zipUrl_64 = 'https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win64_portable_3.09_x64.zip' + $zipSha256_64 = '299ff9d91cead31c32926ecfb5f27d629d06997d259e70af8632044edaf27c9b' $executablePath = (VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64)[-1] VM-Add-To-Right-Click-Menu $toolName "detect it easy (DIE)" "`"$executablePath`" `"%1`"" "$executablePath" diff --git a/packages/gobuster.vm/gobuster.vm.nuspec b/packages/gobuster.vm/gobuster.vm.nuspec index e4d335e91..48aff770d 100644 --- a/packages/gobuster.vm/gobuster.vm.nuspec +++ b/packages/gobuster.vm/gobuster.vm.nuspec @@ -2,7 +2,7 @@ gobuster.vm - 3.5.0.20240411 + 3.6.0 Directory/file and DNS busting tool written in Go OJ Reeves diff --git a/packages/gobuster.vm/tools/chocolateyinstall.ps1 b/packages/gobuster.vm/tools/chocolateyinstall.ps1 index 1ebb4cf5f..bb2b4de70 100644 --- a/packages/gobuster.vm/tools/chocolateyinstall.ps1 +++ b/packages/gobuster.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'GoBuster' $category = 'Reconnaissance' -$zipUrl = "https://github.com/OJ/gobuster/releases/download/v3.5.0/gobuster_3.5.0_Windows_x86_64.zip" -$zipSha256 = "6b2df88eb8fc3046f54116992e9a924284d2ebb228c810eb8e799a18181e2ec8" +$zipUrl = "https://github.com/OJ/gobuster/releases/download/v3.6.0/gobuster_Windows_x86_64.zip" +$zipSha256 = "23403da32e153849000d5e930506a46d0950bad2b0dcb5a7d325793f0ec8cf19" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true diff --git a/packages/hayabusa.vm/hayabusa.vm.nuspec b/packages/hayabusa.vm/hayabusa.vm.nuspec index 35708ef53..296c8a7e3 100644 --- a/packages/hayabusa.vm/hayabusa.vm.nuspec +++ b/packages/hayabusa.vm/hayabusa.vm.nuspec @@ -2,7 +2,7 @@ hayabusa.vm - 2.11.0.20240411 + 2.15.0 Yamato Security Windows event log fast forensics timeline generator and threat hunting tool diff --git a/packages/hayabusa.vm/tools/chocolateyinstall.ps1 b/packages/hayabusa.vm/tools/chocolateyinstall.ps1 index 25dbc31cd..72972fe39 100644 --- a/packages/hayabusa.vm/tools/chocolateyinstall.ps1 +++ b/packages/hayabusa.vm/tools/chocolateyinstall.ps1 @@ -4,10 +4,9 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'hayabusa' $category = 'Forensic' -$version = '2.11.0' -$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v$version/hayabusa-$version-win-64-bit.zip" -$zipSha256 = '79847e15f14f8bda738f3b6dbca03bd2b742f09f11c129b75941fe6f3ec8c164' +$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v2.15.0/hayabusa-2.15.0-win-x64.zip" +$zipSha256 = '158b404fa5fd6937a1331ed1acde262998e6e1586a8604346956d4fc6a14b5d6' -$executableName = $toolName.ToLower() + "-$version-win-x64.exe" +$executableName = $toolName.ToLower() + "-2.15.0-win-x64.exe" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -executableName $executableName diff --git a/packages/idafree.vm/idafree.vm.nuspec b/packages/idafree.vm/idafree.vm.nuspec index c1137b80d..3131a3040 100644 --- a/packages/idafree.vm/idafree.vm.nuspec +++ b/packages/idafree.vm/idafree.vm.nuspec @@ -2,7 +2,7 @@ idafree.vm - 8.3.0.20240325 + 8.4.0 hex-rays Free version of IDA, a powerful Interactive DisAssembler and debugger diff --git a/packages/idafree.vm/tools/chocolateyinstall.ps1 b/packages/idafree.vm/tools/chocolateyinstall.ps1 index 15762a2d1..a95b26782 100644 --- a/packages/idafree.vm/tools/chocolateyinstall.ps1 +++ b/packages/idafree.vm/tools/chocolateyinstall.ps1 @@ -9,19 +9,19 @@ try { packageName = ${Env:ChocolateyPackageName} fileType = 'exe' silentArgs = '--mode unattended' - url = 'https://out7.hex-rays.com/files/idafree83_windows.exe' - checksum = '10080a057704630578e697c6bb0b09968a54138075cacab175f62d60c71d0a1f' + url = 'https://out7.hex-rays.com/files/idafree84_windows.exe' + checksum = '065df6e50c4eadc8145e8748d7d58aa263c48c344c0f98f4fbdc65e7b4d990a0' checksumType = 'sha256' } Install-ChocolateyPackage @packageArgs - $toolDir = Join-Path ${Env:ProgramFiles} "IDA Freeware 8.3" -Resolve + $toolDir = Join-Path ${Env:ProgramFiles} "IDA Freeware 8.4" -Resolve $executablePath = Join-Path $toolDir "ida64.exe" -Resolve Install-BinFile -Name $toolname -Path $executablePath # Delete Desktop shortcut - $desktopShortcut = Join-Path ${Env:Public} "Desktop\IDA Freeware 8.3.lnk" + $desktopShortcut = Join-Path ${Env:Public} "Desktop\IDA Freeware 8.4.lnk" if (Test-Path $desktopShortcut) { Remove-Item $desktopShortcut -Force -ea 0 } diff --git a/packages/idafree.vm/tools/chocolateyuninstall.ps1 b/packages/idafree.vm/tools/chocolateyuninstall.ps1 index 7f58cd610..2fd1f1569 100644 --- a/packages/idafree.vm/tools/chocolateyuninstall.ps1 +++ b/packages/idafree.vm/tools/chocolateyuninstall.ps1 @@ -10,4 +10,4 @@ VM-Remove-Tool-Shortcut $toolName $category Uninstall-BinFile -Name $toolName # Manually silently uninstall -VM-Uninstall-With-Uninstaller "IDA Freeware*?8.3" "EXE" "--mode unattended" \ No newline at end of file +VM-Uninstall-With-Uninstaller "IDA Freeware*?8.4" $category "EXE" "--mode unattended" diff --git a/packages/memprocfs.vm/memprocfs.vm.nuspec b/packages/memprocfs.vm/memprocfs.vm.nuspec index 2edb019b6..ebbdc5e71 100644 --- a/packages/memprocfs.vm/memprocfs.vm.nuspec +++ b/packages/memprocfs.vm/memprocfs.vm.nuspec @@ -2,7 +2,7 @@ memprocfs.vm - 5.9.4.20240411 + 5.9.14 Ulf Frisk MemProcFS is an easy and convenient way of viewing physical memory as files in a virtual file system. diff --git a/packages/memprocfs.vm/tools/chocolateyinstall.ps1 b/packages/memprocfs.vm/tools/chocolateyinstall.ps1 index 783d96cd5..10e2894b3 100644 --- a/packages/memprocfs.vm/tools/chocolateyinstall.ps1 +++ b/packages/memprocfs.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'MemProcFS' $category = 'Forensic' -$zipUrl = 'https://github.com/ufrisk/MemProcFS/releases/download/v5_archive/MemProcFS_files_and_binaries_v5.9.4-win_x64-20240318.zip' -$zipSha256 = 'd63b2e3ee2b67abf9e119bd912bb2e595ddba96abf4f8b19255157c889c516ac' +$zipUrl = 'https://github.com/ufrisk/MemProcFS/releases/download/v5_archive/MemProcFS_files_and_binaries_v5.9.14-win_x64-20240516.zip' +$zipSha256 = '41504baf0492902480ed37da8b4b94823c921406fef895c01b526db238f77d89' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false diff --git a/packages/npcap.vm/npcap.vm.nuspec b/packages/npcap.vm/npcap.vm.nuspec index 79b65ad7f..9ac45a2ae 100644 --- a/packages/npcap.vm/npcap.vm.nuspec +++ b/packages/npcap.vm/npcap.vm.nuspec @@ -2,7 +2,7 @@ npcap.vm - 1.73 + 1.79 Nmap Project Npcap is an architecture for packet capture and network analysis for Windows operating systems, consisting of a software library and a network driver. diff --git a/packages/npcap.vm/tools/chocolateyinstall.ps1 b/packages/npcap.vm/tools/chocolateyinstall.ps1 index d7d9d722a..00851464e 100644 --- a/packages/npcap.vm/tools/chocolateyinstall.ps1 +++ b/packages/npcap.vm/tools/chocolateyinstall.ps1 @@ -2,8 +2,8 @@ $ErrorActionPreference = 'Stop' Import-Module vm.common -Force -DisableNameChecking try { - $exeUrl = 'https://npcap.com/dist/npcap-1.73.exe' - $exeSha256 = 'd5b309f7bd628712b3327212d76c631fbfc8f78a4f1ff3d0254f23552329c35d' + $exeUrl = 'https://npcap.com/dist/npcap-1.79.exe' + $exeSha256 = 'a95577ebbc67fc45b319e2ef3a55f4e9b211fe82ed4cb9d8be6b1a9e2425ce53' $installerName = Split-Path -Path $exeUrl -Leaf $packageArgs = @{ diff --git a/packages/ollydbg.plugin.ollydumpex.vm/ollydbg.plugin.ollydumpex.vm.nuspec b/packages/ollydbg.plugin.ollydumpex.vm/ollydbg.plugin.ollydumpex.vm.nuspec index bb1693d9f..a5ae259a1 100644 --- a/packages/ollydbg.plugin.ollydumpex.vm/ollydbg.plugin.ollydumpex.vm.nuspec +++ b/packages/ollydbg.plugin.ollydumpex.vm/ollydbg.plugin.ollydumpex.vm.nuspec @@ -2,7 +2,7 @@ ollydbg.plugin.ollydumpex.vm - 1.80 + 1.84 This plugin is process memory dumper for OllyDbg and Immunity Debugger. OllyDumpEx = OllyDump + PE Dumper - obsoleted + useful features low-priority diff --git a/packages/ollydbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 b/packages/ollydbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 index 4e9a555d2..244922599 100644 --- a/packages/ollydbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 +++ b/packages/ollydbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 @@ -9,14 +9,14 @@ try { $packageArgs = @{ packageName = ${Env:ChocolateyPackageName} unzipLocation = $toolSrcDir - url = 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip' - checksum = 'f4956adf59722242503b09a4503d269565990efa0c41d7062e2a8e95f61bff5c' + url = 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.84.zip' + checksum = 'd83d59dce42f8a8bef2881bc5bcb8f4ded24d511a101696ad756b590420172d3' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs # Should unzip to the directory below - $toolSrcDir = Join-Path $toolSrcDir 'OllyDumpEx_v1.80' -Resolve + $toolSrcDir = Join-Path $toolSrcDir 'OllyDumpEx_v1.84' -Resolve $pluginSrcPath = Join-Path $toolSrcDir 'OllyDumpEx_Od11.dll' -Resolve $toolDstDir = Join-Path ${Env:RAW_TOOLS_DIR} 'OllyDbg' -Resolve diff --git a/packages/ollydbg.plugin.scyllahide.vm/ollydbg.plugin.scyllahide.vm.nuspec b/packages/ollydbg.plugin.scyllahide.vm/ollydbg.plugin.scyllahide.vm.nuspec index 426f00b73..e5585ae73 100755 --- a/packages/ollydbg.plugin.scyllahide.vm/ollydbg.plugin.scyllahide.vm.nuspec +++ b/packages/ollydbg.plugin.scyllahide.vm/ollydbg.plugin.scyllahide.vm.nuspec @@ -2,7 +2,7 @@ ollydbg.plugin.scyllahide.vm - 0.0.0.20230210 + 1.4 ScyllaHide is an advanced open-source x64/x86 user mode Anti-Anti-Debug library. x64dbg diff --git a/packages/ollydbg.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 b/packages/ollydbg.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 index d58714895..59742d376 100755 --- a/packages/ollydbg.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 +++ b/packages/ollydbg.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 @@ -8,8 +8,8 @@ try { $packageArgs = @{ packageName = ${Env:ChocolateyPackageName} unzipLocation = $toolSrcDir - url = 'https://github.com/x64dbg/ScyllaHide/releases/download/snapshot-2021-08-23_13-27-50/ScyllaHide.7z' - checksum = 'c51929341ff726d219e670928433a176e114ca9a4c36f416629aef50c98b8817' + url = 'https://github.com/x64dbg/ScyllaHide/releases/download/v1.4/ScyllaHide_2023-03-24_13-03.zip' + checksum = 'edeb0dd203fd1ef38e1404e8a1bd001e05c50b6096e49533f546d13ffdcb7404' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs diff --git a/packages/ollydbg2.plugin.ollydumpex.vm/ollydbg2.plugin.ollydumpex.vm.nuspec b/packages/ollydbg2.plugin.ollydumpex.vm/ollydbg2.plugin.ollydumpex.vm.nuspec index 89bf1f577..1346b98da 100644 --- a/packages/ollydbg2.plugin.ollydumpex.vm/ollydbg2.plugin.ollydumpex.vm.nuspec +++ b/packages/ollydbg2.plugin.ollydumpex.vm/ollydbg2.plugin.ollydumpex.vm.nuspec @@ -2,7 +2,7 @@ ollydbg2.plugin.ollydumpex.vm - 1.80 + 1.84 This plugin is process memory dumper for OllyDbg2 and Immunity Debugger. OllyDumpEx = OllyDump + PE Dumper - obsoleted + useful features low-priority diff --git a/packages/ollydbg2.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 b/packages/ollydbg2.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 index 64de47642..f6ae6b2b1 100644 --- a/packages/ollydbg2.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 +++ b/packages/ollydbg2.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 @@ -9,14 +9,14 @@ try { $packageArgs = @{ packageName = ${Env:ChocolateyPackageName} unzipLocation = $toolSrcDir - url = 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip' - checksum = 'f4956adf59722242503b09a4503d269565990efa0c41d7062e2a8e95f61bff5c' + url = 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.84.zip' + checksum = 'd83d59dce42f8a8bef2881bc5bcb8f4ded24d511a101696ad756b590420172d3' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs # Should unzip to the directory below - $toolSrcDir = Join-Path $toolSrcDir 'OllyDumpEx_v1.80' -Resolve + $toolSrcDir = Join-Path $toolSrcDir 'OllyDumpEx_v1.84' -Resolve $pluginSrcPath = Join-Path $toolSrcDir 'OllyDumpEx_Od20.dll' -Resolve $toolDstDir = Join-Path ${Env:RAW_TOOLS_DIR} 'OllyDbg2' -Resolve diff --git a/packages/ollydbg2.plugin.scyllahide.vm/ollydbg2.plugin.scyllahide.vm.nuspec b/packages/ollydbg2.plugin.scyllahide.vm/ollydbg2.plugin.scyllahide.vm.nuspec index 281f7c4f4..c482933f1 100755 --- a/packages/ollydbg2.plugin.scyllahide.vm/ollydbg2.plugin.scyllahide.vm.nuspec +++ b/packages/ollydbg2.plugin.scyllahide.vm/ollydbg2.plugin.scyllahide.vm.nuspec @@ -2,7 +2,7 @@ ollydbg2.plugin.scyllahide.vm - 0.0.0.20230210 + 1.4 ScyllaHide is an advanced open-source x64/x86 user mode Anti-Anti-Debug library. x64dbg diff --git a/packages/ollydbg2.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 b/packages/ollydbg2.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 index dd5b7a6ae..7cbca7e5e 100755 --- a/packages/ollydbg2.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 +++ b/packages/ollydbg2.plugin.scyllahide.vm/tools/chocolateyinstall.ps1 @@ -8,8 +8,8 @@ try { $packageArgs = @{ packageName = ${Env:ChocolateyPackageName} unzipLocation = $toolSrcDir - url = 'https://github.com/x64dbg/ScyllaHide/releases/download/snapshot-2021-08-23_13-27-50/ScyllaHide.7z' - checksum = 'c51929341ff726d219e670928433a176e114ca9a4c36f416629aef50c98b8817' + url = 'https://github.com/x64dbg/ScyllaHide/releases/download/v1.4/ScyllaHide_2023-03-24_13-03.zip' + checksum = 'edeb0dd203fd1ef38e1404e8a1bd001e05c50b6096e49533f546d13ffdcb7404' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs diff --git a/packages/systeminformer.vm/systeminformer.vm.nuspec b/packages/systeminformer.vm/systeminformer.vm.nuspec index fb7ca32be..24dc946d4 100644 --- a/packages/systeminformer.vm/systeminformer.vm.nuspec +++ b/packages/systeminformer.vm/systeminformer.vm.nuspec @@ -2,7 +2,7 @@ systeminformer.vm - 3.0.7353.20240411 + 3.0.7645 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 2134ed54c..e62d571b9 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.0.7353/systeminformer-3.0.7353-bin.zip' -$zipSha256 = '56d3e4677845b807f65caa17d0b16da115d4bd9e63ecd85d039791b3dd02bb45' +$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.0.7645/systeminformer-3.0.7645-release-bin.zip' +$zipSha256 = '8f41ecea8c2ca9c21b1585994c9d267e0939b9a31803f59d823eb02197876509' $executableName = "amd64\$toolName.exe" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -executableName $executableName -consoleApp $false diff --git a/packages/testdisk.vm/testdisk.vm.nuspec b/packages/testdisk.vm/testdisk.vm.nuspec index 279b0ddd3..5fb2ef5e3 100644 --- a/packages/testdisk.vm/testdisk.vm.nuspec +++ b/packages/testdisk.vm/testdisk.vm.nuspec @@ -2,7 +2,7 @@ testdisk.vm - 7.2 + 7.2.0.20240516 Christophe Grenier A robust data recovery tool, TestDisk, specializes in restoring lost partitions across diverse filesystems and facilitates file undeletion within supported filesystems. diff --git a/packages/testdisk.vm/tools/chocolateyinstall.ps1 b/packages/testdisk.vm/tools/chocolateyinstall.ps1 index d35f3d70e..fc079fd78 100644 --- a/packages/testdisk.vm/tools/chocolateyinstall.ps1 +++ b/packages/testdisk.vm/tools/chocolateyinstall.ps1 @@ -4,9 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'TestDisk' $category = 'Forensic' -$version = '7.2-WIP' -$zipUrl = "https://www.cgsecurity.org/testdisk-$version.win64.zip" -$zipSha256 = '0d5a140f6e791d3b16aa9f43f724c665d61a41238cf81dbe815785f30e3dd4f3' +$zipUrl = "https://www.cgsecurity.org/testdisk-7.2.win64.zip" +$zipSha256 = 'e97e203ce77b6b1a3a37d01beccf069dc6c4632b579ffbb82ae739cdda229f38' try { $toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName diff --git a/packages/winscp.vm/winscp.vm.nuspec b/packages/winscp.vm/winscp.vm.nuspec index 5511e9ddd..dbc8653d8 100644 --- a/packages/winscp.vm/winscp.vm.nuspec +++ b/packages/winscp.vm/winscp.vm.nuspec @@ -2,12 +2,12 @@ winscp.vm - 6.1.1 + 6.3.3 Martin Přikryl WinSCP is an open source free SFTP client, SCP client, FTPS client and FTP client for Windows. Its main function is file transfer between a local and a remote computer. - + diff --git a/packages/x64dbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 b/packages/x64dbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 index c7b8338a3..0c14fd4f3 100644 --- a/packages/x64dbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 +++ b/packages/x64dbg.plugin.ollydumpex.vm/tools/chocolateyinstall.ps1 @@ -9,14 +9,14 @@ try { $packageArgs = @{ packageName = ${Env:ChocolateyPackageName} unzipLocation = $toolSrcDir - url = 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.80.zip' - checksum = 'f4956adf59722242503b09a4503d269565990efa0c41d7062e2a8e95f61bff5c' + url = 'https://low-priority.appspot.com/ollydumpex/OllyDumpEx_v1.84.zip' + checksum = 'd83d59dce42f8a8bef2881bc5bcb8f4ded24d511a101696ad756b590420172d3' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs # Should unzip to the directory below - $toolSrcDir = Join-Path $toolSrcDir 'OllyDumpEx_v1.80' -Resolve + $toolSrcDir = Join-Path $toolSrcDir 'OllyDumpEx_v1.84' -Resolve $pluginSrcPath = Join-Path $toolSrcDir 'OllyDumpEx_X64Dbg.dp32' -Resolve $toolDstDir = Join-Path ${Env:RAW_TOOLS_DIR} 'x64dbg\release\x32' -Resolve diff --git a/packages/x64dbg.plugin.ollydumpex.vm/x64dbg.plugin.ollydumpex.vm.nuspec b/packages/x64dbg.plugin.ollydumpex.vm/x64dbg.plugin.ollydumpex.vm.nuspec index c349fa8a2..583395351 100644 --- a/packages/x64dbg.plugin.ollydumpex.vm/x64dbg.plugin.ollydumpex.vm.nuspec +++ b/packages/x64dbg.plugin.ollydumpex.vm/x64dbg.plugin.ollydumpex.vm.nuspec @@ -2,7 +2,7 @@ x64dbg.plugin.ollydumpex.vm - 1.80 + 1.84 This plugin is process memory dumper for OllyDbg and Immunity Debugger. OllyDumpEx = OllyDump + PE Dumper - obsoleted + useful features low-priority diff --git a/packages/x64dbg.vm/tools/chocolateyinstall.ps1 b/packages/x64dbg.vm/tools/chocolateyinstall.ps1 index 0649a060d..291b679d4 100644 --- a/packages/x64dbg.vm/tools/chocolateyinstall.ps1 +++ b/packages/x64dbg.vm/tools/chocolateyinstall.ps1 @@ -8,13 +8,12 @@ try { $category = 'Debuggers' $shortcutDir = Join-Path ${Env:TOOL_LIST_DIR} $category $toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName - $snapshotDate = '2024-01-06_21-29' $packageArgs = @{ packageName = ${Env:ChocolateyPackageName} unzipLocation = $toolDir - url = "https://sourceforge.net/projects/x64dbg/files/snapshots/snapshot_$snapshotDate.zip" - checksum = '467e41d68e489aad288cb0d868ea37ceb9dcda3757d9badc6314964d847e26b4' + url = "https://sourceforge.net/projects/x64dbg/files/snapshots/snapshot_2024-04-11_18-47.zip/download" + checksum = 'bbfcd9b0776415394fa3529eab262de0b2c55d816133ff5910e87c6d8b1fde44' checksumType = 'sha256' } Install-ChocolateyZipPackage @packageArgs diff --git a/packages/x64dbg.vm/x64dbg.vm.nuspec b/packages/x64dbg.vm/x64dbg.vm.nuspec index 040010c27..1af7d4f7c 100644 --- a/packages/x64dbg.vm/x64dbg.vm.nuspec +++ b/packages/x64dbg.vm/x64dbg.vm.nuspec @@ -2,7 +2,7 @@ x64dbg.vm - 2024.01.06.20240123 + 2024.04.11 An open-source x64/x32 debugger for Windows. mrexodia