Skip to content

Commit

Permalink
Merge pull request #932 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Mar 5, 2024
2 parents 11f59e9 + 3ef93a2 commit 7567a5a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion packages/cutter.vm/cutter.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cutter.vm</id>
<version>2.3.2</version>
<version>2.3.4.20240305</version>
<authors>Rizin</authors>
<description>Cutter is a FOSS dissassembler/decompiler</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vcredist140.vm" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/cutter.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 = 'Cutter'
$category = 'Disassemblers'

$zipUrl = 'https://github.com/rizinorg/cutter/releases/download/v2.3.2/Cutter-v2.3.2-Windows-x86_64.zip'
$zipSha256 = 'e53a137809a610f939ce13744640f0da67369e87fdb1b2545be3e417c7781c8e'
$zipUrl = 'https://github.com/rizinorg/cutter/releases/download/v2.3.4/Cutter-v2.3.4-Windows-x86_64.zip'
$zipSha256 = '78011f68c2bbfbe4dce057624dbc327b003c412d7db21d7bcdc364a1a67a8f1b'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -innerFolder $true
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.0.20240217</version>
<version>3.5.1</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.0]" />
<dependency id="cygwin" version="[3.5.1]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion packages/hollowshunter.vm/hollowshunter.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>hollowshunter.vm</id>
<version>0.3.8.20240217</version>
<version>0.3.9</version>
<authors>hasherezade</authors>
<description>Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).</description>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions packages/hollowshunter.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'hollows_hunter'
$category = 'Memory'

$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.8.1/hollows_hunter32.zip'
$zipSha256 = 'c52859552dbbbf8409b207ebaf2e52ea605ffc6718c907428ef01065c2ed2948'
$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.8.1/hollows_hunter64.zip'
$zipSha256_64 = '58cd2c5412fc6c615ff2ae8244b1d2b252d30e801f97a59b5d3d96c117848c08'
$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.9/hollows_hunter32.zip'
$zipSha256 = '3d96a22ea46952600e13bd1886314e3f0103750faa6bc79353851a15cf6d3431'
$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.9/hollows_hunter64.zip'
$zipSha256_64 = 'f3ca153d51e32e892e2d8193307e5c75b82a3043072079fffa72c35c85d62bba'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64 -consoleApp $true

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.2</version>
<version>8.6.4</version>
<description>Wrapper for Notepad++</description>
<authors>Don Ho</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="notepadplusplus" version="[8.6.2]" />
<dependency id="notepadplusplus" version="[8.6.4]" />
</dependencies>
</metadata>
</package>
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.3.8.20240217</version>
<version>0.3.9</version>
<authors>hasherezade</authors>
<description>pe-sieve recognizes and dumps variety of implants within the scanned process.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="pesieve" version="[0.3.8]" />
<dependency id="pesieve" version="[0.3.9]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion packages/sliver.vm/sliver.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>sliver.vm</id>
<version>1.5.41.20231203</version>
<version>1.5.42</version>
<authors>bishopfox</authors>
<description>Sliver is an open source cross-platform adversary emulation/red team framework.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/sliver.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 = 'Sliver'
$category = 'Command & Control'

$exeUrl = 'https://github.com/BishopFox/sliver/releases/download/v1.5.41/sliver-client_windows.exe'
$exeSha256 = '85474d2a885a2dbe2dfd334d9d25fbf1079c1d88c857428e2e1cf3e59f2c0a9b'
$exeUrl = 'https://github.com/BishopFox/sliver/releases/download/v1.5.42/sliver-client_windows.exe'
$exeSha256 = 'b7f9eb0a95f3523aee8363c59e26a88bcf30d2160db862d4d167945ad342d777'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true -arguments "--help"
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.20240226</version>
<version>1.85.2.20240304</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.86.2]" />
<dependency id="vscode.install" version="[1.87.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 7567a5a

Please sign in to comment.