Skip to content

Commit

Permalink
Update hayabusa.vm to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Aug 28, 2024
1 parent c7797b1 commit 556adfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/hayabusa.vm/hayabusa.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>hayabusa.vm</id>
<version>2.16.1</version>
<version>2.17.0</version>
<authors>Yamato Security</authors>
<description>Windows event log fast forensics timeline generator and threat hunting tool</description>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions packages/hayabusa.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'hayabusa'
$category = 'Forensic'

$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v2.16.1/hayabusa-2.16.1-win-x64.zip"
$zipSha256 = '1c80c573a9e4f762646910fd5d5c78f7aa1790c1b9ce1510de3bb15893aff52b'
$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v2.17.0/hayabusa-2.17.0-win-x64.zip"
$zipSha256 = '7ad371b4f567af590edcd3740a939f738aebb56ac1481c1036a031aa46aace28'

$executableName = $toolName.ToLower() + "-2.16.1-win-x64.exe"
$executableName = $toolName.ToLower() + "-2.17.0-win-x64.exe"

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

0 comments on commit 556adfb

Please sign in to comment.