Skip to content

Commit

Permalink
Merge pull request #1010 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Apr 25, 2024
2 parents f1addb9 + 16b7823 commit c4a89dd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.17.0</version>
<version>10.18.3</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.17.0/CyberChef_v10.17.0.zip'
checksum = 'bf1a1c5788f2836048e17bce0247812ef8c9860a156a63c11335e957227a53f1'
url = 'https://github.com/gchq/CyberChef/releases/download/v10.18.3/CyberChef_v10.18.3.zip'
checksum = 'fef9875c6c389539a8ed76ad765496d80061e9350b257b2b1aeec0b96090e40a'
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.17.0.html" -Resolve
$htmlPath = Join-Path $toolDir "CyberChef_v10.18.3.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/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.82.0</version>
<version>12.84.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.82.0]" />
<dependency id="exiftool" version="[12.84.0]" />
</dependencies>
</metadata>
</package>
Expand Down
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.2</version>
<version>2.1.3</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.2/merlinServer-Windows-x64.7z'
$zipSha256 = 'f16b3d89f48fc0964161e8ee0d48c8935cdf503165a6189969572e32cfa37d4e'
$zipUrl = 'https://github.com/Ne0nd0g/merlin/releases/download/v2.1.3/merlinServer-Windows-x64.7z'
$zipSha256 = 'ccd2ad15972c5d33e429023b9d7d5f22c3bfa8fafc7b1ed815abd9f4cdac5755'
$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.2</version>
<version>2.16.3</version>
<authors>NASM Authors</authors>
<description>Netwide Assembler</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="nasm" version="[2.16.2]" />
<dependency id="nasm" version="[2.16.3]" />
</dependencies>
</metadata>
</package>

0 comments on commit c4a89dd

Please sign in to comment.