Skip to content

Commit

Permalink
Merge pull request #1076 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
emtuls authored Jun 26, 2024
2 parents 8238f34 + 8a7772c commit 5308e72
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/capa.vm/capa.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>capa.vm</id>
<version>7.0.1.20240411</version>
<version>7.1.0</version>
<description>capa detects capabilities in executable files. You run it against a PE file or shellcode and it tells you what it thinks the program can do.</description>
<authors>@williballenthin, @mr-tz, @Ana06, @mike-hunhoff, @mwilliams31, @MalwareMechanic</authors>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/capa.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'capa'
$category = 'Utilities'

$zipUrl = "https://github.com/mandiant/capa/releases/download/v7.0.1/capa-v7.0.1-windows.zip"
$zipSha256 = "05bac209f50302308e37eb658fe36a40418aa9c37f57d440355706e13cabc43d"
$zipUrl = "https://github.com/mandiant/capa/releases/download/v7.1.0/capa-v7.1.0-windows.zip"
$zipSha256 = "c578b962510e73ad31d7200a7b05e50b1867b7ee5290d271bd5b12094a3da186"

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help"
4 changes: 2 additions & 2 deletions packages/cmder.vm/cmder.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmder.vm</id>
<version>1.3.24.20240217</version>
<version>1.3.25</version>
<description>Metapackage for cmder</description>
<authors>Mandiant, Samuel Vasko</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="cmder" version="[1.3.24]" />
<dependency id="cmder" version="[1.3.25]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/exiftool.vm/exiftool.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>exiftool.vm</id>
<version>12.85.0</version>
<version>12.87.0</version>
<authors>Phil Harvey</authors>
<description>A tool for reeding and writing file metadata</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="exiftool" version="[12.85.0]" />
<dependency id="exiftool" version="[12.87.0]" />
</dependencies>
</metadata>
</package>
Expand Down
4 changes: 2 additions & 2 deletions packages/ghidra.vm/ghidra.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ghidra.vm</id>
<version>11.0.3</version>
<version>11.1.1</version>
<authors>National Security Agency</authors>
<description>A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="ghidra" version="[11.0.3]" />
<dependency id="ghidra" version="[11.1.1]" />
<dependency id="openjdk.vm" />
</dependencies>
</metadata>
Expand Down
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.15.0.20240606</version>
<version>2.16.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.15.0/hayabusa-2.15.0-win-x64.zip"
$zipSha256 = '158b404fa5fd6937a1331ed1acde262998e6e1586a8604346956d4fc6a14b5d6'
$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v2.16.0/hayabusa-2.16.0-win-x64.zip"
$zipSha256 = '38049502fc482ca83a1a08b050619b55416abc8bb378db10da40b4a47b659389'

$executableName = $toolName.ToLower() + "-2.15.0-win-x64.exe"
$executableName = $toolName.ToLower() + "-2.16.0-win-x64.exe"

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -executableName $executableName
2 changes: 1 addition & 1 deletion packages/ida.plugin.hashdb.vm/ida.plugin.hashdb.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>ida.plugin.hashdb.vm</id>
<version>1.9.0</version>
<version>1.9.1</version>
<authors>OALabs</authors>
<description>Malware string hash lookup plugin for IDA Pro</description>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions packages/ida.plugin.hashdb.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ $ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

try {
# Install requirements: https://github.com/OALabs/hashdb-ida/blob/1.9.0/requirements.txt
# Install requirements: https://github.com/OALabs/hashdb-ida/blob/1.9.1/requirements.txt
VM-Pip-Install requests

$pluginName = 'hashdb.py'
$pluginUrl = 'https://github.com/OALabs/hashdb-ida/releases/download/1.9.0/hashdb.py'
$pluginSha256 = '45c55bd5c234e42b02435f2c93637dc33c13fc2f92fd060bcd755533eaa2807d'
$pluginUrl = 'https://github.com/OALabs/hashdb-ida/releases/download/1.9.1/hashdb.py'
$pluginSha256 = 'bd2022af77d27fb447adcad71bb9b33a255e59f646ca6961a64c78e26d2c4066'

VM-Install-IDA-Plugin -pluginName $pluginName -pluginUrl $pluginUrl -pluginSha256 $pluginSha256
} catch {
Expand Down
4 changes: 2 additions & 2 deletions packages/imhex.vm/imhex.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>imhex.vm</id>
<version>1.33.2</version>
<version>1.34.0</version>
<authors>WerWolv</authors>
<description>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="imhex" version="[1.33.2]" />
<dependency id="imhex" version="[1.34.0]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/notepadplusplus.vm/notepadplusplus.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>notepadplusplus.vm</id>
<version>8.6.7</version>
<version>8.6.8</version>
<description>Wrapper for Notepad++</description>
<authors>Don Ho</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="notepadplusplus" version="[8.6.7]" />
<dependency id="notepadplusplus" version="[8.6.8]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/tor-browser.vm/tor-browser.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>tor-browser.vm</id>
<version>13.0.15</version>
<version>13.0.16</version>
<authors>Tor Project</authors>
<description>The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="tor-browser" version="[13.0.15]" />
<dependency id="tor-browser" version="[13.0.16]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/vscode.vm/vscode.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode.vm</id>
<version>1.89.1</version>
<version>1.90.1</version>
<authors>Microsoft</authors>
<description>VSCode is a modern, open-source code editor.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vscode" version="[1.89.1]" />
<dependency id="vscode" version="[1.90.1]" />
</dependencies>
</metadata>
</package>

0 comments on commit 5308e72

Please sign in to comment.