Skip to content

Commit

Permalink
Merge pull request #958 from naacbin/package-update
Browse files Browse the repository at this point in the history
Package update
  • Loading branch information
Ana06 authored Mar 27, 2024
2 parents aa31aa8 + a9b2425 commit 0a185d0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>event-log-explorer.vm</id>
<version>5.4.1.20231207</version>
<version>5.5.0.20240321</version>
<authors>FSPro Labs</authors>
<description>Software solution for viewing, analyzing and monitoring events recorded in Microsoft Windows event logs.</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/event-log-explorer.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolName = 'Event Log Explorer'
$category = 'Forensic'

$exeUrl = 'https://eventlogxp.com/download/elex_setup.exe'
$exeSha256 = 'caae0c43db65ce23dedad3e045f8459a2de0abbc289a2b83b8c55926fcff22bd'
$exeSha256 = '84384a2d639a87f2d301315f1b670f702822c8b4e7a654d2a206d6cd6bac3dc3'

$toolDir = Join-Path ${Env:ProgramFiles(x86)} $toolName
$executablePath = Join-Path $toolDir "elex.exe"
Expand Down
2 changes: 1 addition & 1 deletion packages/mftecmd.vm/mftecmd.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mftecmd.vm</id>
<version>1.2.2.20231208</version>
<version>1.2.2.20240321</version>
<authors>Eric Zimmerman</authors>
<description>$MFT, $Boot, $J, $SDS, $I30, and $LogFile (coming soon) parser. Handles locked files</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/mftecmd.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $toolName = 'MFTECmd'
$category = 'Forensic'

$zipUrl = 'https://f001.backblazeb2.com/file/EricZimmermanTools/net6/MFTECmd.zip'
$zipSha256 = 'ce4313e33cf424fd102959d7c687c768c5075bffc4a6536765d017e7d30d443b'
$zipSha256 = '9beb6bb054df4806023937548bec212177cb8967f6f4d84b73a4e35fb13b8a50'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false
2 changes: 1 addition & 1 deletion packages/sbecmd.vm/sbecmd.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sbecmd.vm</id>
<version>2.0.0.20231208</version>
<version>2.0.0.20240321</version>
<authors>Eric Zimmerman</authors>
<description>ShellBags Explorer, command line edition, for exporting shellbag data</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/sbecmd.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $toolName = 'SBECmd'
$category = 'Forensic'

$zipUrl = 'https://f001.backblazeb2.com/file/EricZimmermanTools/net6/SBECmd.zip'
$zipSha256 = '640caf1592daf5a62c4984f50d684f96e69c98c67611742a172f5fd35572ced0'
$zipSha256 = '76e68ea696cb94f3a26c5c05e01467bdd8e18503fabd55ce4065448251071595'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false
2 changes: 1 addition & 1 deletion packages/timeline_explorer.vm/timeline_explorer.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>timeline_explorer.vm</id>
<version>2.0.0.20231208</version>
<version>2.0.0.20240321</version>
<authors>Eric Zimmerman</authors>
<description>View CSV and Excel files, filter, group, sort, etc. with ease</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/timeline_explorer.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $toolName = 'TimelineExplorer'
$category = 'Forensic'

$zipUrl = 'https://f001.backblazeb2.com/file/EricZimmermanTools/net6/TimelineExplorer.zip'
$zipSha256 = '0542e719418d91ee7fa0d62a4b7af6003c72e8bd0ecc572ecd6fc0ab4c3a83e0'
$zipSha256 = '61aceca2e41f62d52ce67642c9881789b0be070f18526dbe2e60a163a4ceb2f6'

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

0 comments on commit 0a185d0

Please sign in to comment.