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

Merged
merged 6 commits into from
Nov 10, 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.6</version>
<version>0.3.8</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.6/hollows_hunter32.zip'
$zipSha256 = 'b7a34de50fa8b7b289496c25cd96ecb79ca11dcc4a53586fdcd1a69ea32cb417'
$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.6/hollows_hunter64.zip'
$zipSha256_64 = '3b5eadd70b44857db57328da8792e29d5b09e3e8561e609f389dd42b7747ef47'
$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'

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/netcat.vm/netcat.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>netcat.vm</id>
<version>1.12</version>
<version>1.12.0</version>
<authors>Hobbit</authors>
<description>Netcat is a networking utility for reading from and writing to network connections using TCP or UDP.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="netcat" version="[1.12]" />
<dependency id="netcat" version="[1.12.0]" />
</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.6</version>
<version>0.3.8</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.6]" />
<dependency id="pesieve" version="[0.3.8]" />
</dependencies>
</metadata>
</package>
2 changes: 1 addition & 1 deletion packages/pestudio.vm/pestudio.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>pestudio.vm</id>
<version>9.55</version>
<version>9.56</version>
<authors>Marc Ochsenmeier</authors>
<description>The goal of pestudio is to spot artifacts of executable files in order to ease and accelerate Malware Initial Assessment.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/pestudio.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 = 'pestudio'
$category = 'PE'

$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.55.zip'
$zipSha256 = '16c80b5afdeafec3120c9bcf93014dc08291d0840069a926f2728e1881674ca1'
$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.56.zip'
$zipSha256 = '57f55e9e6c0db64dc28517efacc919e53dc6afef91ea1e6aa1fbd7be1ec35cbd'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -innerFolder $true
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.135</version>
<version>1.0.140</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.135/Snaffler.exe'
$exeSha256 = 'c3777df8af97479419aaff9bbb113ddeb1aef7515a91fc683f8c62133466a137'
$exeUrl = 'https://github.com/SnaffCon/Snaffler/releases/download/1.0.140/Snaffler.exe'
$exeSha256 = '71bb8b15b1fbab1ebe7cd7898397d8a8a627af06dc510437f25887aa0aa0e4e1'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true
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.10.18</version>
<version>2023.11.9</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<description>Sysinternals suite of troubleshooting tools.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="sysinternals" version="[2023.10.18]" />
<dependency id="sysinternals" version="[2023.11.9]" />
</dependencies>
</metadata>
</package>
Loading