Skip to content

Commit

Permalink
Merge pull request #1094 from mandiant/lecmd-update
Browse files Browse the repository at this point in the history
Update lecmd
  • Loading branch information
Ana06 authored Jun 21, 2024
2 parents 147500d + 3752c79 commit 1c69adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lecmd.vm/lecmd.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>lecmd.vm</id>
<version>1.5.0.20240411</version>
<version>1.5.0.20240618</version>
<authors>Eric Zimmerman</authors>
<description>Parse lnk files</description>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion packages/lecmd.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $toolName = 'LECmd'
$category = 'Forensic'

$zipUrl = 'https://f001.backblazeb2.com/file/EricZimmermanTools/net6/LECmd.zip'
$zipSha256 = '103bd3f0209c26598718c81585edbd624c4679a3e58ed369ade325e33fb7022a'
$zipSha256 = '545f6eb250fa44c1d0c8f0abe361e283c3f22194f32dbae8e913265cefb05677'

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

0 comments on commit 1c69adc

Please sign in to comment.