Skip to content

Commit

Permalink
Merge pull request #732 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Nov 6, 2023
2 parents efc0978 + cadca13 commit 56aa82e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/cryptotester.vm/cryptotester.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>cryptotester.vm</id>
<version>1.7.0.20230907</version>
<version>1.7.1</version>
<authors>Michael Gillespie (@demonslay335)</authors>
<description>Utility tool for performing cryptanalysis with a focus on ransomware cryptography</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/cryptotester.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 = 'CryptoTester'
$category = 'Utilities'

$zipUrl = 'https://github.com/Demonslay335/CryptoTester/releases/download/v1.7.0.0/CryptoTester.zip'
$zipSha256 = 'f1f6fe584fe697e3ec414854600781ae1906e7d28d9f370662a144821694539c'
$zipUrl = 'https://github.com/Demonslay335/CryptoTester/releases/download/v1.7.1.0/CryptoTester.zip'
$zipSha256 = '3d354ce4f66a023dfa3cfcb3beac06d5b7be331d6f247035ee7957e5af64fac3'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false
2 changes: 1 addition & 1 deletion packages/gowitness.vm/gowitness.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>gowitness.vm</id>
<version>2.5.0</version>
<version>2.5.1</version>
<authors>sensepost</authors>
<description>Website screenshot utility written in Golang, that uses Chrome Headless to generate screenshots of web interfaces using the command line, with a handy report viewer to process results.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/gowitness.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 = 'GoWitness'
$category = 'Reconnaissance'

$exeUrl = 'https://github.com/sensepost/gowitness/releases/download/2.5.0/gowitness-2.5.0-windows-amd64.exe'
$exeSha256 = '6b563d157e5b6a0ffd7a360d97a00d55ea579ca6c7146c88f65e1de820e14097'
$exeUrl = 'https://github.com/sensepost/gowitness/releases/download/2.5.1/gowitness-2.5.1-windows-amd64.exe'
$exeSha256 = 'c8536db178e87bf5db221c405de047e1e27ed260dda0837542d5a09e3845834c'

VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true
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</version>
<version>3.1.1</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.zip'
$zipSha256 = '5802ebca119d2af4bb99434ce575dc4299396e95c7c6b01895d4a34c8d9d559d'
$zipUrl = 'https://github.com/joxeankoret/diaphora/archive/refs/tags/3.1.1.zip'
$zipSha256 = 'c7315edbcbd73ea4197779dec4f356e44dc9d4fc23065796fec5f02cb0088457'

# 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
8 changes: 4 additions & 4 deletions packages/upx.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'upx'
$category = 'Packers'

$zipUrl = "https://github.com/upx/upx/releases/download/v4.2.0/upx-4.2.0-win32.zip"
$zipSha256 = "fb1a924136b35e56cd1dbd761dff53fcc9757ccd3210cdbc8ffbd2904dcb66f3"
$zipUrl_64 = 'https://github.com/upx/upx/releases/download/v4.2.0/upx-4.2.0-win64.zip'
$zipSha256_64 = '83833b414d17b39f334de28b981f1a6a88252294b9d76005f2a8047f5c1821f1'
$zipUrl = "https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-win32.zip"
$zipSha256 = "475504d9b2ae5fd9ede27919ee3b3fa8869a1398645c1239fc19193022054268"
$zipUrl_64 = 'https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-win64.zip'
$zipSha256_64 = 'b6e20e35303a390c3b1211f5ed0559def2c34ec5774176bb22afee19b35b2138'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64 -consoleApp $true -innerFolder $true
2 changes: 1 addition & 1 deletion packages/upx.vm/upx.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>upx.vm</id>
<version>4.2.0</version>
<version>4.2.1</version>
<authors>markus-oberhumer</authors>
<description>UPX is a free, secure, portable, extendable, high-performance executable packer for several executable formats.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/vnc-viewer.vm/vnc-viewer.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>vnc-viewer.vm</id>
<version>7.6.1</version>
<version>7.7.0</version>
<authors>RealVNC</authors>
<description>Tool for connecting to and interacting with VNC servers.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vnc-viewer" version="[7.6.1]" />
<dependency id="vnc-viewer" version="[7.7.0]" />
</dependencies>
</metadata>
</package>

0 comments on commit 56aa82e

Please sign in to comment.