Skip to content

Commit d1bf399

Browse files
committed
Update packages
1 parent 78ecc32 commit d1bf399

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Diff for: packages/mftecmd.vm/mftecmd.vm.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>mftecmd.vm</id>
5-
<version>1.2.2.20240826</version>
5+
<version>1.2.2.20240908</version>
66
<authors>Eric Zimmerman</authors>
77
<description>$MFT, $Boot, $J, $SDS, $I30, and $LogFile (coming soon) parser. Handles locked files</description>
88
<dependencies>

Diff for: packages/mftecmd.vm/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'MFTECmd'
55
$category = 'Forensic'
66

77
$zipUrl = 'https://download.mikestammer.com/net6/MFTECmd.zip'
8-
$zipSha256 = '9beb6bb054df4806023937548bec212177cb8967f6f4d84b73a4e35fb13b8a50'
8+
$zipSha256 = '705cebd566987e815c7e2ac6d0159d200223065817a6f115b4ce5ba61a22b424'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false

Diff for: packages/recmd.vm/recmd.vm.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>recmd.vm</id>
5-
<version>2.0.0.20240826</version>
5+
<version>2.0.0.20240908</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Powerful command line Registry tool searching, multi-hive support, plugins, and more</description>
88
<dependencies>

Diff for: packages/recmd.vm/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'RECmd'
55
$category = 'Forensic'
66

77
$zipUrl = 'https://download.mikestammer.com/net6/RECmd.zip'
8-
$zipSha256 = '58d1884c5f0ff5b1564220377630316303adc5a0840126921c93139f618e2e61'
8+
$zipSha256 = '90a1c5be877c3a50294a134b81fe26755980a70e6b9d914e444b43c1e205b0f3'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $true

Diff for: packages/rla.vm/rla.vm.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>rla.vm</id>
5-
<version>2.0.0.20240826</version>
5+
<version>2.0.0.20240908</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Replay transaction logs and update Registry hives so they are no longer dirty. Useful when tools do not know how to handle transaction logs</description>
88
<dependencies>

Diff for: packages/rla.vm/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'RLA'
55
$category = 'Forensic'
66

77
$zipUrl = 'https://download.mikestammer.com/net6/rla.zip'
8-
$zipSha256 = 'F30F9EF4F2E6BA8A002F8A799851D4173D85D5784FC3E388FBE1CFD525D20333'
8+
$zipSha256 = '1017f1d19d57665afd8fdfb13955a8280708931cb5cd75eca45ae28e23756b16'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false

Diff for: packages/timeline_explorer.vm/timeline_explorer.vm.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>timeline_explorer.vm</id>
5-
<version>2.0.0.20240826</version>
5+
<version>2.0.0.20240908</version>
66
<authors>Eric Zimmerman</authors>
77
<description>View CSV and Excel files, filter, group, sort, etc. with ease</description>
88
<dependencies>

Diff for: packages/timeline_explorer.vm/tools/chocolateyinstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'TimelineExplorer'
55
$category = 'Forensic'
66

77
$zipUrl = 'https://download.mikestammer.com/net6/TimelineExplorer.zip'
8-
$zipSha256 = '9e6f008102fcf62148856dad03f310b11b4c586495985fd3d3e333497c6fee2b'
8+
$zipSha256 = '0ca64b7ad955ed9c0eb867d9313fccf6ef34b236aa3122e09fc2517dcf381852'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true

0 commit comments

Comments
 (0)