diff --git a/packages/cryptotester.vm/cryptotester.vm.nuspec b/packages/cryptotester.vm/cryptotester.vm.nuspec index 700abd873..3d1e3d03e 100644 --- a/packages/cryptotester.vm/cryptotester.vm.nuspec +++ b/packages/cryptotester.vm/cryptotester.vm.nuspec @@ -2,7 +2,7 @@ cryptotester.vm - 1.7.0.20230907 + 1.7.1 Michael Gillespie (@demonslay335) Utility tool for performing cryptanalysis with a focus on ransomware cryptography diff --git a/packages/cryptotester.vm/tools/chocolateyinstall.ps1 b/packages/cryptotester.vm/tools/chocolateyinstall.ps1 index 3accb0920..cbb71250c 100644 --- a/packages/cryptotester.vm/tools/chocolateyinstall.ps1 +++ b/packages/cryptotester.vm/tools/chocolateyinstall.ps1 @@ -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 diff --git a/packages/gowitness.vm/gowitness.vm.nuspec b/packages/gowitness.vm/gowitness.vm.nuspec index 124ec6dff..9777d1267 100644 --- a/packages/gowitness.vm/gowitness.vm.nuspec +++ b/packages/gowitness.vm/gowitness.vm.nuspec @@ -2,7 +2,7 @@ gowitness.vm - 2.5.0 + 2.5.1 sensepost 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. diff --git a/packages/gowitness.vm/tools/chocolateyinstall.ps1 b/packages/gowitness.vm/tools/chocolateyinstall.ps1 index eef1c2f0f..e19646574 100644 --- a/packages/gowitness.vm/tools/chocolateyinstall.ps1 +++ b/packages/gowitness.vm/tools/chocolateyinstall.ps1 @@ -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 diff --git a/packages/ida.diaphora.vm/ida.diaphora.vm.nuspec b/packages/ida.diaphora.vm/ida.diaphora.vm.nuspec index 2c741b6f2..dbbb21b55 100644 --- a/packages/ida.diaphora.vm/ida.diaphora.vm.nuspec +++ b/packages/ida.diaphora.vm/ida.diaphora.vm.nuspec @@ -2,7 +2,7 @@ ida.diaphora.vm - 3.1 + 3.1.1 joxeankoret Diaphora is a program diffing tool that works as an IDA plugin. diff --git a/packages/ida.diaphora.vm/tools/chocolateyinstall.ps1 b/packages/ida.diaphora.vm/tools/chocolateyinstall.ps1 index 6b391a5dd..36838db9c 100644 --- a/packages/ida.diaphora.vm/tools/chocolateyinstall.ps1 +++ b/packages/ida.diaphora.vm/tools/chocolateyinstall.ps1 @@ -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 diff --git a/packages/upx.vm/tools/chocolateyinstall.ps1 b/packages/upx.vm/tools/chocolateyinstall.ps1 index 047840d11..0dc757139 100644 --- a/packages/upx.vm/tools/chocolateyinstall.ps1 +++ b/packages/upx.vm/tools/chocolateyinstall.ps1 @@ -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 diff --git a/packages/upx.vm/upx.vm.nuspec b/packages/upx.vm/upx.vm.nuspec index b379c7f0d..56ee282e3 100644 --- a/packages/upx.vm/upx.vm.nuspec +++ b/packages/upx.vm/upx.vm.nuspec @@ -2,7 +2,7 @@ upx.vm - 4.2.0 + 4.2.1 markus-oberhumer UPX is a free, secure, portable, extendable, high-performance executable packer for several executable formats. diff --git a/packages/vnc-viewer.vm/vnc-viewer.vm.nuspec b/packages/vnc-viewer.vm/vnc-viewer.vm.nuspec index ccbbf27a4..951114024 100644 --- a/packages/vnc-viewer.vm/vnc-viewer.vm.nuspec +++ b/packages/vnc-viewer.vm/vnc-viewer.vm.nuspec @@ -2,12 +2,12 @@ vnc-viewer.vm - 7.6.1 + 7.7.0 RealVNC Tool for connecting to and interacting with VNC servers. - +