diff --git a/packages/amcacheparser.vm/amcacheparser.vm.nuspec b/packages/amcacheparser.vm/amcacheparser.vm.nuspec index 1bdab9ba4..39ab54d7f 100644 --- a/packages/amcacheparser.vm/amcacheparser.vm.nuspec +++ b/packages/amcacheparser.vm/amcacheparser.vm.nuspec @@ -2,7 +2,7 @@ amcacheparser.vm - 1.5.2.20250219 + 1.5.2.20260221 Eric Zimmerman Amcache.hve parser with lots of extra features. Handles locked files diff --git a/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 b/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 index 235de04d1..fb76f9136 100644 --- a/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 +++ b/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'AmcacheParser' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://download.mikestammer.com/net6/AmcacheParser.zip' -$zipSha256 = '0e0214d3b8d17500946e445f3dec92f9485d00f788316eaa5ca78ebb31c92d78' +$zipUrl = 'https://download.ericzimmermanstools.com/AmcacheParser.zip' +$zipSha256 = '334D03D26B1261646B06401BBB77E5FBE74BF0C4C636C2479B0F53CFB094EA81' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false diff --git a/packages/recmd.vm/recmd.vm.nuspec b/packages/recmd.vm/recmd.vm.nuspec index b8e9efa59..ead55e3f6 100644 --- a/packages/recmd.vm/recmd.vm.nuspec +++ b/packages/recmd.vm/recmd.vm.nuspec @@ -2,7 +2,7 @@ recmd.vm - 2.0.0.20250814 + 2.1.0.20260221 Eric Zimmerman Powerful command line Registry tool searching, multi-hive support, plugins, and more diff --git a/packages/recmd.vm/tools/chocolateyinstall.ps1 b/packages/recmd.vm/tools/chocolateyinstall.ps1 index 25eebdcbf..8f4dfe45b 100644 --- a/packages/recmd.vm/tools/chocolateyinstall.ps1 +++ b/packages/recmd.vm/tools/chocolateyinstall.ps1 @@ -3,6 +3,6 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'RECmd' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://download.mikestammer.com/net6/RECmd.zip' +$zipUrl = 'https://download.ericzimmermanstools.com/RECmd.zip' VM-Install-From-Zip $toolName $category $zipUrl -consoleApp $true -innerFolder $true -verifySignature diff --git a/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec b/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec index b29cb3738..c6e3a5d4a 100644 --- a/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec +++ b/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec @@ -2,7 +2,7 @@ shellbags_explorer.vm - 2.0.0.20250219 + 2.1.0.20260221 Eric Zimmerman GUI for browsing shellbags data. Handles locked files diff --git a/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 b/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 index 16d9fc934..a9ab6bf53 100644 --- a/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 +++ b/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'ShellBagsExplorer' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://download.mikestammer.com/net6/ShellBagsExplorer.zip' -$zipSha256 = '8f81e32b723115462d6245357d1c3d8a41fff2926c263c857a086765ce3f7ad2' +$zipUrl = 'https://download.ericzimmermanstools.com/net9/ShellBagsExplorer.zip' +$zipSha256 = '750C2B298945EC871F134804F39334BB764BBFB1BB7D0615E5F08A8AE2694A43' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true