Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Package update #1315

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8c3f40f
Update apktool.vm to 2.11.1
vm-packages Mar 26, 2025
dba8c44
Update autopsy.vm to unusual version format: autopsy-4.22.0 reusing o…
vm-packages Mar 26, 2025
c896d15
Update azurehound.vm to 2.3.0
vm-packages Mar 26, 2025
01d362b
Update capa.vm to 9.1.0
vm-packages Mar 26, 2025
131bd33
Update chainsaw.vm to 2.12.2
vm-packages Mar 26, 2025
8d0b639
Update cryptotester.vm to 1.7.2.0
vm-packages Mar 26, 2025
ed19ada
Update cygwin.vm to 3.6.0
vm-packages Mar 26, 2025
27b421b
Update exiftool.vm to 13.25.0
vm-packages Mar 26, 2025
ea5e930
Update ghidra.vm to 11.3.1
vm-packages Mar 26, 2025
45620e9
Update goresym.vm to 3.0.2
vm-packages Mar 26, 2025
95ad9e2
Update group3r.vm to 1.0.67
vm-packages Mar 26, 2025
7f8f3a6
Update hayabusa.vm to 3.1.0
vm-packages Mar 26, 2025
5a57b85
Update notepadplusplus.vm to 8.7.8
vm-packages Mar 26, 2025
908cf10
Update npcap.vm to 1.81
vm-packages Mar 26, 2025
671d6fb
Update openvpn.vm to 2.6.13.20250326
vm-packages Mar 26, 2025
1d992e5
Update pesieve.vm to 0.4.1
vm-packages Mar 26, 2025
6ea85e3
Update putty.vm to 0.83.0
vm-packages Mar 26, 2025
1b03407
Update resourcehacker.vm to 0.0.0.20250326
vm-packages Mar 26, 2025
8f2e196
Update sharphound.vm to 2.6.0
vm-packages Mar 26, 2025
a27ed24
Update tor-browser.vm to 14.0.7
vm-packages Mar 26, 2025
a3e7bb3
Update upx.vm to 5.0.0
vm-packages Mar 26, 2025
3325edf
Update vnc-viewer.vm to 7.13.1
vm-packages Mar 26, 2025
0b38be7
Update vscode.vm to 1.98.2
vm-packages Mar 26, 2025
20e4f2b
Update wireshark.vm to 4.4.5
vm-packages Mar 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/apktool.vm/apktool.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>apktool.vm</id>
<version>2.11.0.20250219</version>
<version>2.11.1</version>
<authors>Connor Tumbleson, Ryszard Wisniewski</authors>
<description>A tool for reverse engineering 3rd party, closed, binary Android apps.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/apktool.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ try {

# Download apktool.jar
$toolPath = Join-Path $rawToolPath "$toolName.jar"
$toolSource = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.11.0/apktool_2.11.0.jar'
$toolChecksum = "8fdc17c6fe2e6d80d71b8718eb2a5d0379f1cc7139ae777f6a499ce397b26f54"
$toolSource = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.11.1/apktool_2.11.1.jar'
$toolChecksum = "56d59c524fc764263ba8d345754d8daf55b1887818b15cd3b594f555d249e2db"
Get-ChocolateyWebFile -PackageName $toolName -FileFullPath $toolPath -Url $toolSource -Checksum $toolChecksum -ChecksumType "sha256"
VM-Assert-Path $toolPath

Expand Down
2 changes: 1 addition & 1 deletion packages/autopsy.vm/autopsy.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>autopsy.vm</id>
<version>4.21.0.20250219</version>
<version>4.21.0.20250326</version>
<authors>The Sleuth Kit</authors>
<description>Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/autopsy.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'Autopsy'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$exeUrl = "https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.21.0/autopsy-4.21.0-64bit.msi"
$exeSha256 = '8401a11e0e276274f078eb613ce8494dd894617d436ba326be1cda0d2fd8ef0a'
$exeUrl = "https://github.com/sleuthkit/autopsy/releases/download/autopsy-4.22.0/autopsy-4.22.0-64bit.msi"
$exeSha256 = '3071d1f92402fba84329cee59680cf940bdbec0d5ad8470655dc8f9ae0b93610'

$toolDir = Join-Path ${Env:ProgramFiles} $toolName
$executablePath = Join-Path $toolDir "bin\autopsy64.exe"
Expand Down
2 changes: 1 addition & 1 deletion packages/azurehound.vm/azurehound.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>azurehound.vm</id>
<version>2.2.1.20250219</version>
<version>2.3.0</version>
<authors>BloodHoundAD</authors>
<description>AzureHound is the BloodHound data collector for Microsoft Azure.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/azurehound.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 = 'AzureHound'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = 'https://github.com/BloodHoundAD/AzureHound/releases/download/v2.2.1/azurehound-windows-amd64.zip'
$zipSha256 = '111ce3f5c15cdcce58d54c5d549b1e36eaa4b78a0a31531548cb9b0f71f78125'
$zipUrl = 'https://github.com/BloodHoundAD/AzureHound/releases/download/v2.3.0/azurehound-windows-amd64.zip'
$zipSha256 = 'b2bc506dddb2920c87b1cc9e37f8dd5e28e3f4daa95714a5e8992179f1a0ad58'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256
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>9.0.0.20250219</version>
<version>9.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 = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = "https://github.com/mandiant/capa/releases/download/v9.0.0/capa-v9.0.0-windows.zip"
$zipSha256 = "139d20b415063152adfb6b8c566bf2bc0a37f2150c6420e6209704b6be20be20"
$zipUrl = "https://github.com/mandiant/capa/releases/download/v9.1.0/capa-v9.1.0-windows.zip"
$zipSha256 = "579194136730e9c6b31254abca12382534f4eef8b8b4bcf718cc4b31cfb96e05"

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help"
2 changes: 1 addition & 1 deletion packages/chainsaw.vm/chainsaw.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>chainsaw.vm</id>
<version>2.11.0.20250219</version>
<version>2.12.2</version>
<authors>WithSecure Labs</authors>
<description>Chainsaw provides a powerful 'first-response' capability to quickly identify threats within Windows forensic artefacts such as Event Logs and the MFT file.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/chainsaw.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'chainsaw'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = 'https://github.com/WithSecureLabs/chainsaw/releases/download/v2.11.0/chainsaw_all_platforms+rules.zip'
$zipSha256 = 'a67f1fbd57efa02c281cad892b9e0b6f90ccc99035961935048191d055a543b7'
$zipUrl = 'https://github.com/WithSecureLabs/chainsaw/releases/download/v2.12.2/chainsaw_all_platforms+rules.zip'
$zipSha256 = '23435fd706f1462397cc67721a8b01f16276b14cb1280ff97d4014f533be847e'

$executableName = $toolName + "_x86_64-pc-windows-msvc.exe"

Expand Down
2 changes: 1 addition & 1 deletion packages/cryptotester.vm/cryptotester.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>cryptotester.vm</id>
<version>1.7.1.20250219</version>
<version>1.7.2</version>
<authors>Michael Gillespie (@demonslay335)</authors>
<description>Utility tool for performing cryptanalysis with a focus on ransomware cryptography</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/cryptotester.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 = 'CryptoTester'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = 'https://github.com/Demonslay335/CryptoTester/releases/download/v1.7.1.0/CryptoTester.zip'
$zipSha256 = '3d354ce4f66a023dfa3cfcb3beac06d5b7be331d6f247035ee7957e5af64fac3'
$zipUrl = 'https://github.com/Demonslay335/CryptoTester/releases/download/v1.7.2.0/CryptoTester.zip'
$zipSha256 = '3440ff6d2bb4f160709221fb3df8dae0c4a0f9c61414e4ea15c776b153431cca'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false
4 changes: 2 additions & 2 deletions packages/cygwin.vm/cygwin.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>cygwin.vm</id>
<version>3.5.7.20250219</version>
<version>3.6.0</version>
<description>Wrapper for cygwin and useful cygwin packages</description>
<authors>Red Hat Inc.</authors>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="cygwin" version="[3.5.7]" />
<dependency id="cygwin" version="[3.6.0]" />
</dependencies>
<tags>Productivity Tools</tags>
</metadata>
Expand Down
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>13.18.0.20250219</version>
<version>13.25.0</version>
<authors>Phil Harvey</authors>
<description>A tool for reeding and writing file metadata</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="exiftool" version="[13.18.0]" />
<dependency id="exiftool" version="[13.25.0]" />
</dependencies>
<tags>File Information</tags>
</metadata>
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.2.1.20250219</version>
<version>11.3.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" version="0.0.0.20250206" />
<dependency id="ghidra" version="[11.2.1]" />
<dependency id="ghidra" version="[11.3.1]" />
<dependency id="openjdk.vm" />
</dependencies>
<tags>Disassemblers</tags>
Expand Down
2 changes: 1 addition & 1 deletion packages/goresym.vm/goresym.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>goresym.vm</id>
<version>3.0.1.20250219</version>
<version>3.0.2</version>
<authors>stevemk14ebr</authors>
<description>Go symbol recovery tool</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/goresym.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 = 'GoReSym'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = 'https://github.com/mandiant/GoReSym/releases/download/v3.0.1/GoReSym-windows.zip'
$zipSha256 = 'f8fdf6b597222cb8f6fcb92961b3a5b537d799cc152b909dd95cb09d4efe830e'
$zipUrl = 'https://github.com/mandiant/GoReSym/releases/download/v3.0.2/GoReSym-windows.zip'
$zipSha256 = '8bf91fe0104a7b15f97e665cc4f0055409b8bc824e762fd72d69d5f0ce6f8942'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help"
2 changes: 1 addition & 1 deletion packages/group3r.vm/group3r.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>group3r.vm</id>
<version>1.0.65.20250219</version>
<version>1.0.67</version>
<authors>l0ss</authors>
<description>Group3r is a tool for pentesters and red teamers to rapidly enumerate relevant settings in AD Group Policy, and to identify exploitable misconfigurations.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/group3r.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 = 'Group3r'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$exeUrl = 'https://github.com/Group3r/Group3r/releases/download/1.0.65/Group3r.exe'
$exeSha256 = '10accf5038dd9a3353d50e63d208c684ddfe8df4d06b33602fada0f44a739039'
$exeUrl = 'https://github.com/Group3r/Group3r/releases/download/1.0.67/Group3r.exe'
$exeSha256 = '4c3fa4168e5b406f8b4ad0d61e38b85388b04fcaed2abab4c5dc51462d1d515b'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true
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>3.0.1.20250219</version>
<version>3.1.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 = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v3.0.1/hayabusa-3.0.1-win-x64.zip"
$zipSha256 = 'e3d732dc0deb9c0ad623364b6fdea3dcd744123821bf1843ec2943f084a7fd19'
$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v3.1.0/hayabusa-3.1.0-win-x64.zip"
$zipSha256 = '75f55aa79ea7b395196f94cf38eae04eeca645286ae227657689c29075b53c57'

$executableName = $toolName.ToLower() + "-3.0.1-win-x64.exe"
$executableName = $toolName.ToLower() + "-3.1.0-win-x64.exe"

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -executableName $executableName
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.7.6.20250220</version>
<version>8.7.8</version>
<description>Wrapper for Notepad++</description>
<authors>Don Ho</authors>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="notepadplusplus" version="[8.7.6]" />
<dependency id="notepadplusplus" version="[8.7.8]" />
</dependencies>
<tags>Productivity Tools</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packages/npcap.vm/npcap.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>npcap.vm</id>
<version>1.80.20250219</version>
<version>1.81</version>
<authors>Nmap Project</authors>
<description>Npcap is an architecture for packet capture and network analysis for Windows operating systems, consisting of a software library and a network driver.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="autohotkey" version="[1.1.37.1]" />
<dependency id="autohotkey" version="[2.0.19]" />
</dependencies>
<tags>Networking</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packages/npcap.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ $ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

try {
$exeUrl = 'https://npcap.com/dist/npcap-1.80.exe'
$exeSha256 = 'ac4f26d7d9f994d6f04141b2266f02682def51af63c09c96a7268552c94a6535'
$exeUrl = 'https://npcap.com/dist/npcap-1.81.exe'
$exeSha256 = '69a7f8467d2d207fc9f188dda5fea42e13de71f126ebf42bcf4b4682d5b68bd0'
$installerName = Split-Path -Path $exeUrl -Leaf

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions packages/openvpn.vm/openvpn.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>openvpn.vm</id>
<version>2.6.13.20250219</version>
<version>2.6.13.20250326</version>
<authors>OpenVPN Technologies Inc</authors>
<description>OpenVPN is a full-featured open source SSL VPN solution that accommodates a wide range of configurations.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="openvpn" version="[2.6.13.1]" />
<dependency id="openvpn" version="[2.6.13.2]" />
</dependencies>
<tags>Networking</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packages/pesieve.vm/pesieve.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>pesieve.vm</id>
<version>0.4.0.20250219</version>
<version>0.4.1</version>
<authors>hasherezade</authors>
<description>pe-sieve recognizes and dumps variety of implants within the scanned process.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="pesieve" version="[0.4.0.1]" />
<dependency id="pesieve" version="[0.4.1]" />
</dependencies>
<tags>Memory</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packages/putty.vm/putty.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>putty.vm</id>
<version>0.82.0.20250219</version>
<version>0.83.0</version>
<authors>Simon Tatham</authors>
<description>PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="putty" version="[0.82.0]" />
<dependency id="putty" version="[0.83.0]" />
</dependencies>
<tags>Networking</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions packages/resourcehacker.vm/resourcehacker.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>resourcehacker.vm</id>
<version>0.0.0.20250219</version>
<version>0.0.0.20250326</version>
<authors>Angus Johnson</authors>
<description>Resource Hacker is a resource editor for 32bit and 64bit Windows applications.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="resourcehacker.portable" version="[5.2.7]" />
<dependency id="resourcehacker.portable" version="[5.2.8]" />
</dependencies>
<tags>Utilities</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion packages/sharphound.vm/sharphound.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>sharphound.vm</id>
<version>2.5.13.20250219</version>
<version>2.6.0</version>
<authors>specterops</authors>
<description>SharpHound is an Active Directory ingester tool for BloodHound.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/sharphound.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 = 'SharpHound'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.5.13/SharpHound-v2.5.13.zip'
$zipSha256 = '9df25d2a8a999c9871639c8e53bedf3bcdfc5c1c6250f77e8d416c38c167121f'
$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.6.0/SharpHound-v2.6.0.zip'
$zipSha256 = '2c48703455ce3a217b7c1b768ac729c696cb6811bc3eb20fd60927b2ffc66b0e'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256
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>14.0.5.20250219</version>
<version>14.0.7</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" version="0.0.0.20250206" />
<dependency id="tor-browser" version="[14.0.5]" />
<dependency id="tor-browser" version="[14.0.7]" />
</dependencies>
<tags>Productivity Tools</tags>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions packages/upx.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 = 'upx'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = "https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win32.zip"
$zipSha256 = "2e90ebda45b29217126d8e8ee4d0863bd9705a13adcca3ce07b7d19df55ca355"
$zipUrl_64 = 'https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win64.zip'
$zipSha256_64 = '22e9ef20e4c72aad85e32c71cbc9c086436c179456382aa75c0c24868456a671'
$zipUrl = "https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-win32.zip"
$zipSha256 = "8c34b9cec2c225bf71f43cf2b788043d0d203d23edb54f649fbec16f34938d80"
$zipUrl_64 = 'https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-win64.zip'
$zipSha256_64 = '1cc4ce7602f42350ea7a960718d4ca8b5c8949ab79b80e709286eff0107b04ea'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64 -consoleApp $true -innerFolder $true
2 changes: 1 addition & 1 deletion packages/upx.vm/upx.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>upx.vm</id>
<version>4.2.4.20250219</version>
<version>5.0.0</version>
<authors>markus-oberhumer</authors>
<description>UPX is a free, secure, portable, extendable, high-performance executable packer for several executable formats.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/vnc-viewer.vm/vnc-viewer.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>vnc-viewer.vm</id>
<version>7.7.0.20250219</version>
<version>7.13.1</version>
<authors>RealVNC</authors>
<description>Tool for connecting to and interacting with VNC servers.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="vnc-viewer" version="[7.7.0]" />
<dependency id="vnc-viewer" version="[7.13.1]" />
</dependencies>
<tags>Utilities</tags>
</metadata>
Expand Down
Loading
Loading