Skip to content

Commit fc3dd65

Browse files
authored
Merge pull request #1262 from mandiant/package-update
🤖 Package update
2 parents 30ded58 + e3527fa commit fc3dd65

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>arsenalimagemounter.vm</id>
5-
<version>3.11.293.20250122</version>
5+
<version>3.11.293.20250205</version>
66
<authors>Arsenal Recon</authors>
77
<description>Mounts the contents of disk images as complete disks in Windows.</description>
88
<dependencies>
99
<dependency id="common.vm" />
1010
<dependency id="dotnet-8.vm" />
11-
<dependency id="arsenalimagemounter" version="[3.11.293]" />
11+
<dependency id="arsenalimagemounter" version="[3.11.293.1]" />
1212
<dependency id="dokan.vm" />
1313
</dependencies>
1414
</metadata>

packages/capa.vm/capa.vm.nuspec

Lines changed: 1 addition & 1 deletion
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>capa.vm</id>
5-
<version>8.0.1</version>
5+
<version>9.0.0</version>
66
<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>
77
<authors>@williballenthin, @mr-tz, @Ana06, @mike-hunhoff, @mwilliams31, @MalwareMechanic</authors>
88
<dependencies>

packages/capa.vm/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
44
$toolName = 'capa'
55
$category = 'Utilities'
66

7-
$zipUrl = "https://github.com/mandiant/capa/releases/download/v8.0.1/capa-v8.0.1-windows.zip"
8-
$zipSha256 = "996eb9d0bc87dfd6143782f65412f96e52f87b21cdf9f49fe6a887518584541c"
7+
$zipUrl = "https://github.com/mandiant/capa/releases/download/v9.0.0/capa-v9.0.0-windows.zip"
8+
$zipSha256 = "139d20b415063152adfb6b8c566bf2bc0a37f2150c6420e6209704b6be20be20"
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help"

packages/cygwin.vm/cygwin.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>cygwin.vm</id>
5-
<version>3.5.5.20250123</version>
5+
<version>3.5.7</version>
66
<description>Wrapper for cygwin and useful cygwin packages</description>
77
<authors>Red Hat Inc.</authors>
88
<dependencies>
99
<dependency id="common.vm" />
10-
<dependency id="cygwin" version="[3.5.5]" />
10+
<dependency id="cygwin" version="[3.5.7]" />
1111
</dependencies>
1212
</metadata>
1313
</package>

packages/exiftool.vm/exiftool.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>exiftool.vm</id>
5-
<version>13.14.0</version>
5+
<version>13.18.0</version>
66
<authors>Phil Harvey</authors>
77
<description>A tool for reeding and writing file metadata</description>
88
<dependencies>
99
<dependency id="common.vm" />
10-
<dependency id="exiftool" version="[13.14.0]" />
10+
<dependency id="exiftool" version="[13.18.0]" />
1111
</dependencies>
1212
</metadata>
1313
</package>

packages/fiddler.vm/fiddler.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>fiddler.vm</id>
5-
<version>5.0.20245</version>
5+
<version>5.0.20251</version>
66
<authors>Telerik</authors>
77
<description>Intercepts, decrypts, and analyzes HTTPS traffic</description>
88
<dependencies>
99
<dependency id="common.vm" />
10-
<dependency id="fiddler" version="[5.0.20245.10105]" />
10+
<dependency id="fiddler" version="[5.0.20251.1171]" />
1111
</dependencies>
1212
</metadata>
1313
</package>

packages/notepadplusplus.vm/notepadplusplus.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>notepadplusplus.vm</id>
5-
<version>8.7.5.20250122</version>
5+
<version>8.7.6</version>
66
<description>Wrapper for Notepad++</description>
77
<authors>Don Ho</authors>
88
<dependencies>
99
<dependency id="common.vm" />
10-
<dependency id="notepadplusplus" version="[8.7.5]" />
10+
<dependency id="notepadplusplus" version="[8.7.6]" />
1111
</dependencies>
1212
</metadata>
1313
</package>

packages/pesieve.vm/pesieve.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>pesieve.vm</id>
5-
<version>0.4.0</version>
5+
<version>0.4.0.20250205</version>
66
<authors>hasherezade</authors>
77
<description>pe-sieve recognizes and dumps variety of implants within the scanned process.</description>
88
<dependencies>
99
<dependency id="common.vm" />
10-
<dependency id="pesieve" version="[0.4.0]" />
10+
<dependency id="pesieve" version="[0.4.0.1]" />
1111
</dependencies>
1212
</metadata>
1313
</package>

packages/pestudio.vm/pestudio.vm.nuspec

Lines changed: 1 addition & 1 deletion
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>pestudio.vm</id>
5-
<version>9.59</version>
5+
<version>9.60</version>
66
<authors>Marc Ochsenmeier</authors>
77
<description>The goal of pestudio is to spot artifacts of executable files in order to ease and accelerate Malware Initial Assessment.</description>
88
<dependencies>

packages/pestudio.vm/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
44
$toolName = 'pestudio'
55
$category = 'PE'
66

7-
$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.59.zip'
8-
$zipSha256 = 'd619b80c80810eaa0a80265ae4990fa23866edfdb5d3303e795b0fd2901907eb'
7+
$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.60.zip'
8+
$zipSha256 = 'acc8eac2b5060d81c1285c2c6b050d18a045b7c659e6bf11cfcaada3c00bd1dd'
99

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

packages/tor-browser.vm/tor-browser.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>tor-browser.vm</id>
5-
<version>14.0.4</version>
5+
<version>14.0.5</version>
66
<authors>Tor Project</authors>
77
<description>The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world.</description>
88
<dependencies>
99
<dependency id="common.vm" />
10-
<dependency id="tor-browser" version="[14.0.4]" />
10+
<dependency id="tor-browser" version="[14.0.5]" />
1111
</dependencies>
1212
</metadata>
1313
</package>

0 commit comments

Comments
 (0)