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 #746

Merged
merged 5 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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/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</version>
<version>0.3.8.20231115</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 = 'PE'

$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.8/hollows_hunter32.zip'
$zipSha256 = 'f94758e6dfd6a3abb036d538d4532762566134cd48b00a22db54cb02003f348b'
$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.8/hollows_hunter64.zip'
$zipSha256_64 = 'f316ecdfc8f5df76dac81473158b4a40564f7e1630c55f9be99667e87aebfddd'
$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'

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/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.6</version>
<version>2.6.7</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" />
<dependency id="openvpn" version="[2.6.6.1]" />
<dependency id="openvpn" version="[2.6.7.1]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/pebear.vm/pebear.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>pebear.vm</id>
<version>0.6.5.20230308</version>
<version>0.6.6</version>
<authors>hasherezade</authors>
<description>Delivers fast and flexible "first view" for malware analysts</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="pebear" version="[0.6.5.2]" />
<dependency id="pebear" version="[0.6.6]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/rpcview.vm/rpcview.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>rpcview.vm</id>
<version>0.3.1.20231018</version>
<version>0.3.1.20231115</version>
<authors>silverf0x</authors>
<description>RpcView is an open-source tool to explore and decompile all RPC functionalities present on a Microsoft system</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vcredist140" version="[14.36.32532]" />
<dependency id="vcredist140" version="[14.38.33130]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/sysinternals.vm/sysinternals.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>sysinternals.vm</id>
<version>2023.11.9</version>
<version>2023.11.13</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<description>Sysinternals suite of troubleshooting tools.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="sysinternals" version="[2023.11.9]" />
<dependency id="sysinternals" version="[2023.11.13]" />
</dependencies>
</metadata>
</package>
Loading