Skip to content

Commit

Permalink
Merge pull request #984 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Apr 19, 2024
2 parents 2a31e3d + 4f6b0f8 commit 731f6ec
Show file tree
Hide file tree
Showing 25 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions packages/arsenalimagemounter.vm/arsenalimagemounter.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>arsenalimagemounter.vm</id>
<version>3.11.279.20240402</version>
<version>3.11.282</version>
<authors>Arsenal Recon</authors>
<description>Mounts the contents of disk images as complete disks in Windows.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="dotnet-8.0-desktopruntime" version="[8, 8.0.3)" />
<dependency id="arsenalimagemounter" version="[3.11.279]" />
<dependency id="arsenalimagemounter" version="[3.11.282]" />
</dependencies>
</metadata>
</package>
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.8.1.20240411</version>
<version>2.9.0</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.8.1/chainsaw_all_platforms+rules.zip'
$zipSha256 = '10969d8f300680b2289808bef43fb254c0689c1052e625ec4cda198b6226d6f1'
$zipUrl = 'https://github.com/WithSecureLabs/chainsaw/releases/download/v2.9.0/chainsaw_all_platforms+rules.zip'
$zipSha256 = 'a48330a6c8c5905bf5f6e74fa01cb7ed87d36d1e799d6614c49f3e1ecdc44f41'

$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.10.0</version>
<version>10.17.0</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
6 changes: 3 additions & 3 deletions packages/cyberchef.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ try {
$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
unzipLocation = $toolDir
url = 'https://github.com/gchq/CyberChef/releases/download/v10.10.0/CyberChef_v10.10.0.zip'
checksum = 'a7f9d2ca67136fb592cd37936a9b136320ff0561acc2acbdf3289e4cabffd4fd'
url = 'https://github.com/gchq/CyberChef/releases/download/v10.17.0/CyberChef_v10.17.0.zip'
checksum = 'bf1a1c5788f2836048e17bce0247812ef8c9860a156a63c11335e957227a53f1'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand All @@ -22,7 +22,7 @@ try {
$shortcutDir = Join-Path ${Env:TOOL_LIST_DIR} $category
$shortcut = Join-Path $shortcutDir "$toolName.lnk"
$executableCmd = Join-Path ${Env:WinDir} "system32\cmd.exe" -Resolve
$htmlPath = Join-Path $toolDir "CyberChef_v10.10.0.html" -Resolve
$htmlPath = Join-Path $toolDir "CyberChef_v10.17.0.html" -Resolve
$arguments = "start chrome $htmlPath && exit"
$executableArgs = "/C $arguments"
$iconLocation = "%ProgramFiles%\Google\Chrome\Application\chrome.exe"
Expand Down
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.1</version>
<version>3.5.3</version>
<description>Wrapper for cygwin and useful cygwin packages</description>
<authors>Red Hat Inc.</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="cygwin" version="[3.5.1]" />
<dependency id="cygwin" version="[3.5.3]" />
</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.80.0</version>
<version>12.82.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.80.0]" />
<dependency id="exiftool" version="[12.82.0]" />
</dependencies>
</metadata>
</package>
Expand Down
4 changes: 2 additions & 2 deletions packages/fiddlerclassic.vm/fiddlerclassic.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>fiddlerclassic.vm</id>
<version>5.0.20211.20221209</version>
<version>5.0.20211.20240417</version>
<authors>Telerik</authors>
<description>Intercepts, decrypts, and analyzes HTTPS traffic</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="fiddler" version="[5.0.20211.51073]" />
<dependency id="fiddler" version="[5.0.20242.10753]" />
</dependencies>
</metadata>
</package>
Expand Down
2 changes: 1 addition & 1 deletion packages/floss.vm/floss.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>floss.vm</id>
<version>3.0.1.20240411</version>
<version>3.1.0</version>
<description>FLOSS uses advanced static analysis techniques to automatically deobfuscate strings from malware binaries. You can use it just like strings.exe to enhance basic static analysis of unknown binaries.</description>
<authors>@williballenthin, @mr-tz</authors>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/floss.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 = 'FLOSS'
$category = 'File Information'

$zipUrl = "https://github.com/mandiant/flare-floss/releases/download/v3.0.1/floss-v3.0.1-windows.zip"
$zipSha256 = "eeed5d8eec831fbc7ca7e2fc2c6a3c548993682a49477ae63335bbdff9d52ae5"
$zipUrl = "https://github.com/mandiant/flare-floss/releases/download/v3.1.0/floss-v3.1.0-windows.zip"
$zipSha256 = "a2153c4fa542e995b1bb94b9d68e0aa39aa580999d33e84d6942b8296636bad5"

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help"
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.1</version>
<version>11.0.3</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.1]" />
<dependency id="ghidra" version="[11.0.3]" />
<dependency id="openjdk.vm" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion packages/ida.diaphora.vm/ida.diaphora.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.diaphora.vm</id>
<version>3.1.2.20240411</version>
<version>3.2.0</version>
<authors>joxeankoret</authors>
<description>Diaphora is a program diffing tool that works as an IDA plugin.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/ida.diaphora.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolName = 'diaphora'
$category = 'Utilities'
$executableName = "diaphora.py"

$zipUrl = 'https://github.com/joxeankoret/diaphora/archive/refs/tags/3.1.2.zip'
$zipSha256 = 'c684a2138679fbb61b8562e0a671a5b296713fadac91b72c0f26d9a766dffee9'
$zipUrl = 'https://github.com/joxeankoret/diaphora/archive/refs/tags/3.2.0.zip'
$zipSha256 = 'a58f261214eba0c163824f7ce42bd5d7f04e0137e4f955464a13be4ecb612fb1'

# Diaphora needs to be executed from IDA, do not install bin file
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -executableName $executableName -innerFolder $true -withoutBinFile
2 changes: 1 addition & 1 deletion packages/merlin.vm/merlin.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>merlin.vm</id>
<version>2.1.1.20240410</version>
<version>2.1.2</version>
<authors>Ne0nd0g</authors>
<description>Merlin is a cross-platform post-exploitation Command and Control server and agent written in Go.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/merlin.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolName = 'Merlin'
$category = 'Command & Control'
$toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName

$zipUrl = 'https://github.com/Ne0nd0g/merlin/releases/download/v2.1.1/merlinServer-Windows-x64.7z'
$zipSha256 = 'c6a6962505340ea92aa417452288e2b469e6a1ed757e82328a538656d3ef511f'
$zipUrl = 'https://github.com/Ne0nd0g/merlin/releases/download/v2.1.2/merlinServer-Windows-x64.7z'
$zipSha256 = 'f16b3d89f48fc0964161e8ee0d48c8935cdf503165a6189969572e32cfa37d4e'
$zipPassword = 'merlin'
$fileName = 'merlinServer-Windows-x64'

Expand Down
4 changes: 2 additions & 2 deletions packages/nasm.vm/nasm.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>nasm.vm</id>
<version>2.16.1.20240217</version>
<version>2.16.2</version>
<authors>NASM Authors</authors>
<description>Netwide Assembler</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="nasm" version="[2.16.1.20221231]" />
<dependency id="nasm" version="[2.16.2]" />
</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.4.20240308</version>
<version>8.6.5</version>
<description>Wrapper for Notepad++</description>
<authors>Don Ho</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="notepadplusplus" version="[8.6.4]" />
<dependency id="notepadplusplus" version="[8.6.5]" />
</dependencies>
</metadata>
</package>
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.3.20240415</version>
<version>1.3.4</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.3/PDBReSym.zip'
$zipSha256 = '803dfc0321581bc39001f050cdafe672e9e3247e96ffd42606fda3d641f0fd57'
$zipUrl = 'https://github.com/mandiant/STrace/releases/download/v1.3.4/PDBReSym.zip'
$zipSha256 = '4d162243daf94b03fbf03189490e442045f54dad1a63c024e5bd05a238d56bb8'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -arguments "--help"
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.80.0</version>
<version>0.81.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" />
<dependency id="putty" version="[0.80.0]" />
<dependency id="putty" version="[0.81.0]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion packages/snaffler.vm/snaffler.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>snaffler.vm</id>
<version>1.0.146</version>
<version>1.0.150</version>
<authors>l0ss, Sh3r4</authors>
<description>Snaffler is a tool for enumerating accessible SMB shares in an Active Directory environment.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/snaffler.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 = 'Snaffler'
$category = 'Reconnaissance'

$exeUrl = 'https://github.com/SnaffCon/Snaffler/releases/download/1.0.146/Snaffler.exe'
$exeSha256 = 'f1fd9e9170a4654219055b134a8f7fda8e11a0a8493d5bd641775db51586de17'
$exeUrl = 'https://github.com/SnaffCon/Snaffler/releases/download/1.0.150/Snaffler.exe'
$exeSha256 = '436b04e8ea3b4a15ac0ab391ebf7709ee3142b37062ee60ff9c81cd7dbd6f052'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true
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.10.20240403</version>
<version>13.0.14</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.13]" />
<dependency id="tor-browser" version="[13.0.14]" />
</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.85.2.20240304</version>
<version>1.85.2.20240417</version>
<authors>Microsoft</authors>
<description>VSCode is a modern, open-source code editor.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vscode.install" version="[1.87.0]" />
<dependency id="vscode.install" version="[1.88.1]" />
</dependencies>
</metadata>
</package>
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.2.3.20240217</version>
<version>4.2.4</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.2.3]" />
<dependency id="wireshark" version="[4.2.4]" />
</dependencies>
</metadata>
</package>

0 comments on commit 731f6ec

Please sign in to comment.