diff --git a/packages/capa.vm/capa.vm.nuspec b/packages/capa.vm/capa.vm.nuspec index ab6138e28..adc685f81 100755 --- a/packages/capa.vm/capa.vm.nuspec +++ b/packages/capa.vm/capa.vm.nuspec @@ -2,7 +2,7 @@ capa.vm - 6.0.0 + 6.1.0 capa detects capabilities in executable files. You run it against a PE file or shellcode and it tells you what it thinks the program can do. @williballenthin, @mr-tz, @Ana06, @mike-hunhoff, @mwilliams31, @MalwareMechanic diff --git a/packages/capa.vm/tools/chocolateyinstall.ps1 b/packages/capa.vm/tools/chocolateyinstall.ps1 index 9d44240e4..e6213f979 100755 --- a/packages/capa.vm/tools/chocolateyinstall.ps1 +++ b/packages/capa.vm/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'capa' $category = 'Utilities' -$zipUrl = "https://github.com/mandiant/capa/releases/download/v6.0.0/capa-v6.0.0-windows.zip" -$zipSha256 = "ca9a5388de86e95289426007ef794f6f6977ba6720f7fe5bc35a8cdc8a16f452" +$zipUrl = "https://github.com/mandiant/capa/releases/download/v6.1.0/capa-v6.1.0-windows.zip" +$zipSha256 = "070923d5ca225ef29a670af9cc66a8d648fcaaff7e283cb1ddc73de6e3610f0f" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true diff --git a/packages/cutter.vm/cutter.vm.nuspec b/packages/cutter.vm/cutter.vm.nuspec index 2d34da7dc..416a4bebf 100644 --- a/packages/cutter.vm/cutter.vm.nuspec +++ b/packages/cutter.vm/cutter.vm.nuspec @@ -2,7 +2,7 @@ cutter.vm - 2.3.0 + 2.3.1 Rizin Cutter is a FOSS dissassembler/decompiler diff --git a/packages/cutter.vm/tools/chocolateyinstall.ps1 b/packages/cutter.vm/tools/chocolateyinstall.ps1 index 194cc07bb..cbc1624f6 100644 --- a/packages/cutter.vm/tools/chocolateyinstall.ps1 +++ b/packages/cutter.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'Cutter' $category = 'Disassemblers' -$zipUrl = 'https://github.com/rizinorg/cutter/releases/download/v2.3.0/Cutter-v2.3.0-Windows-x86_64.zip' -$zipSha256 = 'a708f0884421e7a90e95e5389697931ce5b282f8dfe0219b206b4837071bd770' +$zipUrl = 'https://github.com/rizinorg/cutter/releases/download/v2.3.1/Cutter-v2.3.1-Windows-x86_64.zip' +$zipSha256 = '52939105aff4f5b5ce82e17ddcd62e9cfb3c14684c1cbf98e6f485af1e47b074' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -innerFolder $true diff --git a/packages/cygwin.vm/cygwin.vm.nuspec b/packages/cygwin.vm/cygwin.vm.nuspec index ed5e2a334..1088549e8 100644 --- a/packages/cygwin.vm/cygwin.vm.nuspec +++ b/packages/cygwin.vm/cygwin.vm.nuspec @@ -2,12 +2,12 @@ cygwin.vm - 3.4.7 + 3.4.8 Wrapper for cygwin and useful cygwin packages Red Hat Inc. - + diff --git a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec index 548e94508..9ca8e9b29 100644 --- a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec +++ b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec @@ -2,12 +2,12 @@ notepadplusplus.vm - 8.5.5 + 8.5.6 Wrapper for Notepad++ Don Ho - + diff --git a/packages/openvpn.vm/openvpn.vm.nuspec b/packages/openvpn.vm/openvpn.vm.nuspec index be9b9de3f..5a04500cd 100644 --- a/packages/openvpn.vm/openvpn.vm.nuspec +++ b/packages/openvpn.vm/openvpn.vm.nuspec @@ -2,12 +2,12 @@ openvpn.vm - 2.6.5.20230803 + 2.6.6 OpenVPN Technologies Inc OpenVPN is a full-featured open source SSL VPN solution that accommodates a wide range of configurations. - + diff --git a/packages/pestudio.vm/pestudio.vm.nuspec b/packages/pestudio.vm/pestudio.vm.nuspec index dfa14ea81..799bc3316 100644 --- a/packages/pestudio.vm/pestudio.vm.nuspec +++ b/packages/pestudio.vm/pestudio.vm.nuspec @@ -2,7 +2,7 @@ pestudio.vm - 9.53.0.20230629 + 9.54 Marc Ochsenmeier The goal of pestudio is to spot artifacts of executable files in order to ease and accelerate Malware Initial Assessment. diff --git a/packages/pestudio.vm/tools/chocolateyinstall.ps1 b/packages/pestudio.vm/tools/chocolateyinstall.ps1 index f9ecd5853..3d583954f 100644 --- a/packages/pestudio.vm/tools/chocolateyinstall.ps1 +++ b/packages/pestudio.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'pestudio' $category = 'PE' -$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.53.zip' -$zipSha256 = 'ded56a58d7c5e06453f22a875d6a58ec0c07031e1c0873acc06b288a2d9658d8' +$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.54.zip' +$zipSha256 = 'b9d4f4881ae8f54170fe97e35340aa651350f226da4ee2f0bf87ce9b5ac41ea4' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -innerFolder $true diff --git a/packages/putty.vm/putty.vm.nuspec b/packages/putty.vm/putty.vm.nuspec index e179e60b6..83942ce6b 100644 --- a/packages/putty.vm/putty.vm.nuspec +++ b/packages/putty.vm/putty.vm.nuspec @@ -2,12 +2,12 @@ putty.vm - 0.78.0 + 0.79.0 Simon Tatham PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator. - + diff --git a/packages/snaffler.vm/snaffler.vm.nuspec b/packages/snaffler.vm/snaffler.vm.nuspec index b2a35b0b3..8c9573386 100644 --- a/packages/snaffler.vm/snaffler.vm.nuspec +++ b/packages/snaffler.vm/snaffler.vm.nuspec @@ -2,7 +2,7 @@ snaffler.vm - 1.0.126 + 1.0.132 l0ss, Sh3r4 Snaffler is a tool for enumerating accessible SMB shares in an Active Directory environment. diff --git a/packages/snaffler.vm/tools/chocolateyinstall.ps1 b/packages/snaffler.vm/tools/chocolateyinstall.ps1 index f3c7e1696..ba073e570 100644 --- a/packages/snaffler.vm/tools/chocolateyinstall.ps1 +++ b/packages/snaffler.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'Snaffler' $category = 'Reconnaissance' -$exeUrl = 'https://github.com/SnaffCon/Snaffler/releases/download/1.0.126/Snaffler.exe' -$exeSha256 = 'c27cfb7487f51e33a5964a64df0c3f0f4b5f94b64a428ae1817255d480b42472' +$exeUrl = 'https://github.com/SnaffCon/Snaffler/releases/download/1.0.132/Snaffler.exe' +$exeSha256 = '436108e86eced22b3384bc129b7a16a5f50821b98aa146847e94f595d130b235' VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true