diff --git a/packages/evtxecmd.vm/evtxecmd.vm.nuspec b/packages/evtxecmd.vm/evtxecmd.vm.nuspec index 7ad2b6e0c..01928bcb9 100644 --- a/packages/evtxecmd.vm/evtxecmd.vm.nuspec +++ b/packages/evtxecmd.vm/evtxecmd.vm.nuspec @@ -2,11 +2,11 @@ evtxecmd.vm - 1.5.0.20240826 + 1.5.0.20241212 Eric Zimmerman Event log (evtx) parser with standardized CSV, XML, and json output! Custom maps, locked file support, and more! - + diff --git a/packages/evtxecmd.vm/tools/chocolateyinstall.ps1 b/packages/evtxecmd.vm/tools/chocolateyinstall.ps1 index 33ee10a1a..9e49aaf36 100644 --- a/packages/evtxecmd.vm/tools/chocolateyinstall.ps1 +++ b/packages/evtxecmd.vm/tools/chocolateyinstall.ps1 @@ -7,4 +7,4 @@ $category = 'Forensic' $zipUrl = 'https://download.mikestammer.com/net6/EvtxECmd.zip' $zipSha256 = 'e1b4a5f9b09eca3c057cdc2d0ed1a28fe0c24dc90f9f68b7e0572e373dce86a6' -VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $true +VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $true -verifySignature $true diff --git a/packages/pecmd.vm/pecmd.vm.nuspec b/packages/pecmd.vm/pecmd.vm.nuspec index 68585f1b3..058cf93a2 100644 --- a/packages/pecmd.vm/pecmd.vm.nuspec +++ b/packages/pecmd.vm/pecmd.vm.nuspec @@ -2,11 +2,11 @@ pecmd.vm - 1.5.0.20240826 + 1.5.0.20241212 Eric Zimmerman Prefetch parser - + diff --git a/packages/pecmd.vm/tools/chocolateyinstall.ps1 b/packages/pecmd.vm/tools/chocolateyinstall.ps1 index ec96e6a27..b0c28aecc 100644 --- a/packages/pecmd.vm/tools/chocolateyinstall.ps1 +++ b/packages/pecmd.vm/tools/chocolateyinstall.ps1 @@ -7,4 +7,4 @@ $category = 'Forensic' $zipUrl = 'https://download.mikestammer.com/net6/PECmd.zip' $zipSha256 = 'e20254b2f813e66fe5295488e5a00e9675679c91841f99ddcc8d083299bb55d6' -VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false +VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -verifySignature $true diff --git a/packages/recmd.vm/recmd.vm.nuspec b/packages/recmd.vm/recmd.vm.nuspec index bcbd5f63f..16f11ed37 100644 --- a/packages/recmd.vm/recmd.vm.nuspec +++ b/packages/recmd.vm/recmd.vm.nuspec @@ -2,11 +2,11 @@ recmd.vm - 2.0.0.20240908 + 2.0.0.20241212 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 360331ede..cd1d00ca1 100644 --- a/packages/recmd.vm/tools/chocolateyinstall.ps1 +++ b/packages/recmd.vm/tools/chocolateyinstall.ps1 @@ -7,4 +7,4 @@ $category = 'Forensic' $zipUrl = 'https://download.mikestammer.com/net6/RECmd.zip' $zipSha256 = '90a1c5be877c3a50294a134b81fe26755980a70e6b9d914e444b43c1e205b0f3' -VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $true +VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $true -verifySignature $true diff --git a/packages/registry_explorer.vm/registry_explorer.vm.nuspec b/packages/registry_explorer.vm/registry_explorer.vm.nuspec index e3940b40e..bbe900999 100644 --- a/packages/registry_explorer.vm/registry_explorer.vm.nuspec +++ b/packages/registry_explorer.vm/registry_explorer.vm.nuspec @@ -2,11 +2,11 @@ registry_explorer.vm - 2.0.0.20240826 + 2.0.0.20241212 Eric Zimmerman Registry viewer with searching, multi-hive support, plugins, and more. Handles locked files - + diff --git a/packages/registry_explorer.vm/tools/chocolateyinstall.ps1 b/packages/registry_explorer.vm/tools/chocolateyinstall.ps1 index e0df31e44..80c6a2d2d 100644 --- a/packages/registry_explorer.vm/tools/chocolateyinstall.ps1 +++ b/packages/registry_explorer.vm/tools/chocolateyinstall.ps1 @@ -7,4 +7,4 @@ $category = 'Registry' $zipUrl = 'https://download.mikestammer.com/net6/RegistryExplorer.zip' $zipSha256 = '50a11bd0a5e44dcea6469b8564eb3f010b9a8faf323ff6481222d391da26887e' -VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true +VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true -verifySignature $true diff --git a/packages/rla.vm/rla.vm.nuspec b/packages/rla.vm/rla.vm.nuspec index 3b0fafb6a..afd6486d4 100644 --- a/packages/rla.vm/rla.vm.nuspec +++ b/packages/rla.vm/rla.vm.nuspec @@ -2,11 +2,11 @@ rla.vm - 2.0.0.20240908 + 2.0.0.20241212 Eric Zimmerman Replay transaction logs and update Registry hives so they are no longer dirty. Useful when tools do not know how to handle transaction logs - + diff --git a/packages/rla.vm/tools/chocolateyinstall.ps1 b/packages/rla.vm/tools/chocolateyinstall.ps1 index 120202bef..210562272 100644 --- a/packages/rla.vm/tools/chocolateyinstall.ps1 +++ b/packages/rla.vm/tools/chocolateyinstall.ps1 @@ -7,4 +7,4 @@ $category = 'Forensic' $zipUrl = 'https://download.mikestammer.com/net6/rla.zip' $zipSha256 = '1017f1d19d57665afd8fdfb13955a8280708931cb5cd75eca45ae28e23756b16' -VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false +VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -verifySignature $true diff --git a/packages/sqlecmd.vm/sqlecmd.vm.nuspec b/packages/sqlecmd.vm/sqlecmd.vm.nuspec index 1389fbf7c..d74bdfebf 100644 --- a/packages/sqlecmd.vm/sqlecmd.vm.nuspec +++ b/packages/sqlecmd.vm/sqlecmd.vm.nuspec @@ -2,11 +2,11 @@ sqlecmd.vm - 1.0.0.20240826 + 1.0.0.20241212 Eric Zimmerman Find and process SQLite files according to your needs with maps! - + diff --git a/packages/sqlecmd.vm/tools/chocolateyinstall.ps1 b/packages/sqlecmd.vm/tools/chocolateyinstall.ps1 index 4d21c2c09..aa72d5662 100644 --- a/packages/sqlecmd.vm/tools/chocolateyinstall.ps1 +++ b/packages/sqlecmd.vm/tools/chocolateyinstall.ps1 @@ -7,4 +7,4 @@ $category = 'Forensic' $zipUrl = 'https://download.mikestammer.com/net6/SQLECmd.zip' $zipSha256 = '40a23c2bd6855753e5f39a7cb944cd2e13aecb70ae2c5b3db840c959225454be' -VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $true +VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $true -verifySignature $true