Skip to content

Commit

Permalink
Merge pull request #1168 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Nov 22, 2024
2 parents 524fe75 + 79e5c2d commit 5fe6f9d
Show file tree
Hide file tree
Showing 31 changed files with 48 additions and 48 deletions.
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.1.9</version>
<version>2.2.1</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 = 'Reconnaissance'

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

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256
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.9.0</version>
<version>2.10.1</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 = 'Forensic'

$zipUrl = 'https://github.com/WithSecureLabs/chainsaw/releases/download/v2.9.0/chainsaw_all_platforms+rules.zip'
$zipSha256 = 'a48330a6c8c5905bf5f6e74fa01cb7ed87d36d1e799d6614c49f3e1ecdc44f41'
$zipUrl = 'https://github.com/WithSecureLabs/chainsaw/releases/download/v2.10.1/chainsaw_all_platforms+rules.zip'
$zipSha256 = '767c13000cca26adb23f3f320d2bd3fef78977ea50389658c1d5be941a90881e'

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

Expand Down
2 changes: 1 addition & 1 deletion packages/cyberchef.vm/cyberchef.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>cyberchef.vm</id>
<version>10.19.0.20241002</version>
<version>10.19.4</version>
<authors>GCHQ</authors>
<description>The Cyber Swiss Army Knife - a web app for encryption, encoding, compression, data analysis, and more.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/cyberchef.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ try {
$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
unzipLocation = $toolDir
url = 'https://github.com/gchq/CyberChef/releases/download/v10.19.0/CyberChef_v10.19.0.zip'
checksum = 'c9805866bb72842c94c8480d9aa1a13dfcce2218380d65c644740a5575db3a8f'
url = 'https://github.com/gchq/CyberChef/releases/download/v10.19.4/CyberChef_v10.19.4.zip'
checksum = '3788b29ffb54f5784968fcf998286f0f75670be8a92e40eb683743ebaab97510'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion packages/dnspyex.vm/dnspyex.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>dnspyex.vm</id>
<version>6.5.0.20240411</version>
<version>6.5.1</version>
<authors>0xd4d, ElektroKill</authors>
<description>dnSpyEx is a unofficial continuation of the dnSpy project which is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/dnspyex.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ try {
$toolName = 'dnSpy'
$category = 'dotNet'

$zipUrl = "https://github.com/dnSpyEx/dnSpy/releases/download/v6.5.0/dnSpy-netframework.zip"
$zipSha256 = "5962e3cca902e650c61050e2a879af58b78eec91288b7a7b77a7bc761424a0ed"
$zipUrl = "https://github.com/dnSpyEx/dnSpy/releases/download/v6.5.1/dnSpy-netframework.zip"
$zipSha256 = "95816dae47093966ccdb780c063f71576640d85d3e8584de490be43b1452f4e4"
$toolDir = (VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256)[0]

$toolNameX86 = "$toolName-x86"
Expand Down
2 changes: 1 addition & 1 deletion packages/dokan.vm/dokan.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>dokan.vm</id>
<version>2.1.0.20240603</version>
<version>2.2.0</version>
<authors>kacos2000</authors>
<description>Dokan simplifies the creation of custom file systems on Windows without the complexity of developing kernel-level drivers, offering an accessible solution for file system development, similar to FUSE on Linux.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/dokan.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Import-Module vm.common -Force -DisableNameChecking

$toolName = 'Dokan'

$exeUrl = 'https://github.com/dokan-dev/dokany/releases/download/v2.1.0.1000/Dokan_x64.msi'
$exeSha256 = '930b596d6cd7a8f3508f39bd4eab8c2f178178d39d11a9e135180b69820df47f'
$exeUrl = 'https://github.com/dokan-dev/dokany/releases/download/v2.2.0.1000/Dokan_x64.msi'
$exeSha256 = 'ccab902e93ab133ef352a81ee6ff8b7b1668d732dc228aeefc86f9eefc31fdfa'

$fileType = 'MSI'
$silentArgs = '/qn /norestart'
Expand Down
2 changes: 1 addition & 1 deletion packages/fakenet-ng.vm/fakenet-ng.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/2011/08/nuspec.xsd">
<metadata>
<id>fakenet-ng.vm</id>
<version>3.2.0.20240902</version>
<version>3.3</version>
<description>FakeNet-NG is a dynamic network analysis tool.</description>
<authors>Mandiant</authors>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/fakenet-ng.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ try {
$toolName = 'fakenet'
$category = 'Networking'

$zipUrl = "https://github.com/mandiant/flare-fakenet-ng/releases/download/v3.2-alpha/fakenet3.2-alpha.zip"
$zipSha256 = "5941a0401830c2310226f0cd2d640e091f1c8bf1b93c5288e6626eecebf20bff"
$zipUrl = "https://github.com/mandiant/flare-fakenet-ng/releases/download/v3.3/fakenet3.3.zip"
$zipSha256 = "cd3f263a01926366643118c541a6ad24a171b4369363a60deb9a570a1d600865"

$toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName
$packageToolDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
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>2.7.4</version>
<version>3.0.1</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 = 'File Information'

$zipUrl = 'https://github.com/mandiant/GoReSym/releases/download/v2.7.4/GoReSym-windows.zip'
$zipSha256 = '075a9e7f6b5494e90b9880d1f8a91bd4c16841ff74bfc0c72253e3558aef8a38'
$zipUrl = 'https://github.com/mandiant/GoReSym/releases/download/v3.0.1/GoReSym-windows.zip'
$zipSha256 = 'f8fdf6b597222cb8f6fcb92961b3a5b537d799cc152b909dd95cb09d4efe830e'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help"
2 changes: 1 addition & 1 deletion packages/pdbresym.vm/pdbresym.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>pdbresym.vm</id>
<version>1.3.4</version>
<version>1.3.6</version>
<authors>Stephen Eckels</authors>
<description>Download PDBs</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/pdbresym.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 = 'PDBReSym'
$category = 'Utilities'

$zipUrl = 'https://github.com/mandiant/STrace/releases/download/v1.3.4/PDBReSym.zip'
$zipSha256 = '4d162243daf94b03fbf03189490e442045f54dad1a63c024e5bd05a238d56bb8'
$zipUrl = 'https://github.com/mandiant/STrace/releases/download/v1.3.6/PDBReSym.zip'
$zipSha256 = '90435d53c02f477c9b3b997bf0abab5b68302294edde05f97e820a6046038fd9'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -arguments "--help"
2 changes: 1 addition & 1 deletion packages/sclauncher.vm/sclauncher.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>sclauncher.vm</id>
<version>0.0.5</version>
<version>0.0.6</version>
<authors>Josh Stroschein</authors>
<description>A small program to load 32-bit shellcode and allow for execution or debugging. Can also output PE files from shellcode.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/sclauncher.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 = 'SCLauncher'
$category = 'Shellcode'

$exeUrl = 'https://github.com/jstrosch/sclauncher/releases/download/v0.0.5/sclauncher.exe'
$exeSha256 = '63f4c0900cf972ea1d46544c8bc351567e842b084545079cd2f09023205202d5'
$exeUrl = 'https://github.com/jstrosch/sclauncher/releases/download/v0.0.6/sclauncher.exe'
$exeSha256 = 'cd00e0383b4dce2ffd78614c586bf9629df4bcc02c09cf439421fd9af798050f'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true
2 changes: 1 addition & 1 deletion packages/sclauncher64.vm/sclauncher64.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>sclauncher64.vm</id>
<version>0.0.5</version>
<version>0.0.6</version>
<authors>Josh Stroschein</authors>
<description>A small program to load 64-bit shellcode and allow for execution or debugging. Can also output PE files from shellcode.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/sclauncher64.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 = 'SCLauncher64'
$category = 'Shellcode'

$exeUrl = 'https://github.com/jstrosch/sclauncher/releases/download/v0.0.5/sclauncher64.exe'
$exeSha256 = 'e7ec06d0f0110a4892d2c026f57392f36b25433cfc114fbcba81041a44d970c8'
$exeUrl = 'https://github.com/jstrosch/sclauncher/releases/download/v0.0.6/sclauncher64.exe'
$exeSha256 = 'b8eea28ba340b2c1db1932b3356327c04834090452054f49b0809452605521e5'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true
2 changes: 1 addition & 1 deletion packages/seclists.vm/seclists.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>seclists.vm</id>
<version>2024.3</version>
<version>2024.4</version>
<authors>danielmiessler</authors>
<description>SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/seclists.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 = 'SecLists'
$category = 'Wordlists'

$zipUrl = 'https://github.com/danielmiessler/SecLists/archive/refs/tags/2024.3.zip'
$zipSha256 = '7c71ff1604df5a389d2cfb7804335791c49f606068c38ee4d7ff334620b114d3'
$zipUrl = 'https://github.com/danielmiessler/SecLists/archive/refs/tags/2024.4.zip'
$zipSha256 = 'f38e9a9f3ae78e479efd0793036c5077fca551f4130845babe88177bcd13b1b5'

# This tool does not have a `.exe` associated with it, so this links it to the directory
VM-Install-From-Zip $toolName $category $zipUrl $zipSha256 -withoutBinFile -innerFolder $true
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.4.1</version>
<version>2.5.8</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 = 'Reconnaissance'

$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.4.1/SharpHound-v2.4.1.zip'
$zipSha256 = '2251b9a7c19ed7f416bdabc535c42682d838e512feef856e7e42c97287a6cd8e'
$zipUrl = 'https://github.com/BloodHoundAD/SharpHound/releases/download/v2.5.8/SharpHound-v2.5.8.zip'
$zipSha256 = '413970222de555da19596792ccbe949c1389c630937d06910ad79d5e46dce930'

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.1</version>
<version>14.0.2</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="[14.0.1]" />
<dependency id="tor-browser" version="[14.0.2]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/total-registry.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 = 'TotalReg'
$category = 'Registry'

$exeUrl = 'https://github.com/zodiacon/TotalRegistry/releases/download/v0.9.7.8/TotalReg.exe'
$exeSha256 = 'ad3db638738eb5433fec88ad6b3954e55f9ce3f8dcba45256d70f78b3d6dff8c'
$exeUrl = 'https://github.com/zodiacon/TotalRegistry/releases/download/v0.9.7.9/TotalReg.exe'
$exeSha256 = 'e83ae98b6492e22d05e6c49240fda8e4dd68f24c5cf79afc854d5441e7e91f80'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $false
2 changes: 1 addition & 1 deletion packages/total-registry.vm/total-registry.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>total-registry.vm</id>
<version>0.9.7.20240228</version>
<version>0.9.7.20241122</version>
<authors>Pavel Yosifovich</authors>
<description>Replacement for the Windows built-in Regedit.exe tool with improved features.</description>
<dependencies>
Expand Down
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.95.2</version>
<version>1.95.3</version>
<authors>Microsoft</authors>
<description>VSCode is a modern, open-source code editor.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vscode" version="[1.95.2]" />
<dependency id="vscode" version="[1.95.3]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/windows-terminal.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ try {
$category = 'Productivity Tools'
$executableName = "wt.exe"

$zipUrl = 'https://github.com/microsoft/terminal/releases/download/v1.19.10573.0/Microsoft.WindowsTerminal_1.19.10573.0_x64.zip'
$zipSha256 = 'F756A41FA2DBEE274334CB49D93A84CB29E5DF0A2446FC79BF7ED9FFE8B49FFB'
$zipUrl = 'https://github.com/microsoft/terminal/releases/download/v1.21.3231.0/Microsoft.WindowsTerminal_1.21.3231.0_x64.zip'
$zipSha256 = '8fb268b93c9b99d6cf553709c2c58bf1b2ff4b364199152e09221dfb2a44bbf5'

$toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName

Expand Down
2 changes: 1 addition & 1 deletion packages/windows-terminal.vm/windows-terminal.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>windows-terminal.vm</id>
<version>1.19.10573.20240402</version>
<version>1.21.3231</version>
<authors>Microsoft</authors>
<description>Windows Terminal is a new, modern, feature-rich, productive terminal application for command-line users.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/wireshark.vm/wireshark.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wireshark.vm</id>
<version>4.4.1</version>
<version>4.4.2</version>
<description>Wireshark lets you capture and interactively browse the traffic running on a computer network.</description>
<authors>Gerald Combs, Wireshark team</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="npcap.vm" />
<dependency id="wireshark" version="[4.4.1]" />
<dependency id="wireshark" version="[4.4.2]" />
</dependencies>
</metadata>
</package>

0 comments on commit 5fe6f9d

Please sign in to comment.