diff --git a/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec b/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec index 7e6a3bfe3..a73ff8d12 100644 --- a/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec +++ b/packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec @@ -2,13 +2,13 @@ arsenalimagemounter.vm - 3.11.293.20250219 + 3.11.303 Arsenal Recon Mounts the contents of disk images as complete disks in Windows. - + Forensic diff --git a/packages/cryptotester.vm/cryptotester.vm.nuspec b/packages/cryptotester.vm/cryptotester.vm.nuspec index bcf9eb9e5..ab69ca4ae 100644 --- a/packages/cryptotester.vm/cryptotester.vm.nuspec +++ b/packages/cryptotester.vm/cryptotester.vm.nuspec @@ -2,7 +2,7 @@ cryptotester.vm - 1.7.1.20250219 + 1.7.2 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 0790623a5..4ce853383 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 = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://github.com/Demonslay335/CryptoTester/releases/download/v1.7.1.0/CryptoTester.zip' -$zipSha256 = '3d354ce4f66a023dfa3cfcb3beac06d5b7be331d6f247035ee7957e5af64fac3' +$zipUrl = 'https://github.com/Demonslay335/CryptoTester/releases/download/v1.7.2.0/CryptoTester.zip' +$zipSha256 = '3440ff6d2bb4f160709221fb3df8dae0c4a0f9c61414e4ea15c776b153431cca' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false diff --git a/packages/exiftool.vm/exiftool.vm.nuspec b/packages/exiftool.vm/exiftool.vm.nuspec index 9423c4f0a..a94e1c52b 100644 --- a/packages/exiftool.vm/exiftool.vm.nuspec +++ b/packages/exiftool.vm/exiftool.vm.nuspec @@ -2,12 +2,12 @@ exiftool.vm - 13.18.0.20250219 + 13.19.0 Phil Harvey A tool for reeding and writing file metadata - + File Information diff --git a/packages/goresym.vm/goresym.vm.nuspec b/packages/goresym.vm/goresym.vm.nuspec index 9a90440f9..9862496a7 100644 --- a/packages/goresym.vm/goresym.vm.nuspec +++ b/packages/goresym.vm/goresym.vm.nuspec @@ -2,7 +2,7 @@ goresym.vm - 3.0.1.20250219 + 3.0.2 stevemk14ebr Go symbol recovery tool diff --git a/packages/goresym.vm/tools/chocolateyinstall.ps1 b/packages/goresym.vm/tools/chocolateyinstall.ps1 index 1fba6f8a6..4075fb6cb 100644 --- a/packages/goresym.vm/tools/chocolateyinstall.ps1 +++ b/packages/goresym.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'GoReSym' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://github.com/mandiant/GoReSym/releases/download/v3.0.1/GoReSym-windows.zip' -$zipSha256 = 'f8fdf6b597222cb8f6fcb92961b3a5b537d799cc152b909dd95cb09d4efe830e' +$zipUrl = 'https://github.com/mandiant/GoReSym/releases/download/v3.0.2/GoReSym-windows.zip' +$zipSha256 = '8bf91fe0104a7b15f97e665cc4f0055409b8bc824e762fd72d69d5f0ce6f8942' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -arguments "--help" diff --git a/packages/group3r.vm/group3r.vm.nuspec b/packages/group3r.vm/group3r.vm.nuspec index 40edf0490..dbcb4b621 100644 --- a/packages/group3r.vm/group3r.vm.nuspec +++ b/packages/group3r.vm/group3r.vm.nuspec @@ -2,7 +2,7 @@ group3r.vm - 1.0.65.20250219 + 1.0.67 l0ss Group3r is a tool for pentesters and red teamers to rapidly enumerate relevant settings in AD Group Policy, and to identify exploitable misconfigurations. diff --git a/packages/group3r.vm/tools/chocolateyinstall.ps1 b/packages/group3r.vm/tools/chocolateyinstall.ps1 index 383a6cade..1197476c8 100644 --- a/packages/group3r.vm/tools/chocolateyinstall.ps1 +++ b/packages/group3r.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'Group3r' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$exeUrl = 'https://github.com/Group3r/Group3r/releases/download/1.0.65/Group3r.exe' -$exeSha256 = '10accf5038dd9a3353d50e63d208c684ddfe8df4d06b33602fada0f44a739039' +$exeUrl = 'https://github.com/Group3r/Group3r/releases/download/1.0.67/Group3r.exe' +$exeSha256 = '4c3fa4168e5b406f8b4ad0d61e38b85388b04fcaed2abab4c5dc51462d1d515b' VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true diff --git a/packages/hollowshunter.vm/hollowshunter.vm.nuspec b/packages/hollowshunter.vm/hollowshunter.vm.nuspec index 2a1dc78b7..8e4d6705c 100644 --- a/packages/hollowshunter.vm/hollowshunter.vm.nuspec +++ b/packages/hollowshunter.vm/hollowshunter.vm.nuspec @@ -2,7 +2,7 @@ hollowshunter.vm - 0.4.0.20250219 + 0.4.1 hasherezade Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches). diff --git a/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 b/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 index 3bbe1033e..8061afd86 100644 --- a/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 +++ b/packages/hollowshunter.vm/tools/chocolateyinstall.ps1 @@ -4,10 +4,10 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'hollows_hunter' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.0.2/hollows_hunter32.zip' -$zipSha256 = '81f9e36d9aac860a8cb8e49715e9c70af6c9a52daa619cac86d71f473c959838' -$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.0.2/hollows_hunter64.zip' -$zipSha256_64 = '1616812ac67ac3113d4fb065ec51f4bb50b8461ce41a969708c7d9ae17dfb49d' +$zipUrl = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.1/hollows_hunter32.zip' +$zipSha256 = '4312354f4b5c2665131c1db7cc4572b6c4ff09a0b9a8aec911e57a0dab400972' +$zipUrl_64 = 'https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.1/hollows_hunter64.zip' +$zipSha256_64 = '59610f266b1b6cbe12c6bb7103c2c9f388b9b70ff5fa9b51d0d084de38dd963f' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64 -consoleApp $true diff --git a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec index acca52786..bc0403068 100644 --- a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec +++ b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec @@ -2,12 +2,12 @@ notepadplusplus.vm - 8.7.6.20250219 + 8.7.7 Wrapper for Notepad++ Don Ho - + diff --git a/packages/npcap.vm/npcap.vm.nuspec b/packages/npcap.vm/npcap.vm.nuspec index 715931131..559edc066 100644 --- a/packages/npcap.vm/npcap.vm.nuspec +++ b/packages/npcap.vm/npcap.vm.nuspec @@ -2,12 +2,12 @@ npcap.vm - 1.80.20250218 + 1.80.20250218.20250219 Nmap Project Npcap is an architecture for packet capture and network analysis for Windows operating systems, consisting of a software library and a network driver. - + Network diff --git a/packages/pesieve.vm/pesieve.vm.nuspec b/packages/pesieve.vm/pesieve.vm.nuspec index 0e526bf45..2b83a8983 100644 --- a/packages/pesieve.vm/pesieve.vm.nuspec +++ b/packages/pesieve.vm/pesieve.vm.nuspec @@ -2,12 +2,12 @@ pesieve.vm - 0.4.0.20250219 + 0.4.1 hasherezade pe-sieve recognizes and dumps variety of implants within the scanned process. - + Memory diff --git a/packages/putty.vm/putty.vm.nuspec b/packages/putty.vm/putty.vm.nuspec index 9d5d42e32..08eb53c89 100644 --- a/packages/putty.vm/putty.vm.nuspec +++ b/packages/putty.vm/putty.vm.nuspec @@ -2,12 +2,12 @@ putty.vm - 0.82.0.20250219 + 0.83.0 Simon Tatham PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator. - + Networking diff --git a/packages/sliver.vm/sliver.vm.nuspec b/packages/sliver.vm/sliver.vm.nuspec index 038847d87..145dd72d0 100644 --- a/packages/sliver.vm/sliver.vm.nuspec +++ b/packages/sliver.vm/sliver.vm.nuspec @@ -2,7 +2,7 @@ sliver.vm - 1.5.42.20250219 + 1.5.43 bishopfox Sliver is an open source cross-platform adversary emulation/red team framework. diff --git a/packages/sliver.vm/tools/chocolateyinstall.ps1 b/packages/sliver.vm/tools/chocolateyinstall.ps1 index 59b41ae77..2e212d817 100644 --- a/packages/sliver.vm/tools/chocolateyinstall.ps1 +++ b/packages/sliver.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'Sliver' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$exeUrl = 'https://github.com/BishopFox/sliver/releases/download/v1.5.42/sliver-client_windows.exe' -$exeSha256 = 'b7f9eb0a95f3523aee8363c59e26a88bcf30d2160db862d4d167945ad342d777' +$exeUrl = 'https://github.com/BishopFox/sliver/releases/download/v1.5.43/sliver-client_windows.exe' +$exeSha256 = 'dda342de0a7e948f135ed1d54e1e8149dcc0427fabd6e6e10fe6d5c0d3a65c91' VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true -arguments "--help" diff --git a/packages/systeminformer.vm/systeminformer.vm.nuspec b/packages/systeminformer.vm/systeminformer.vm.nuspec index 8cf1c19e8..a9392750d 100644 --- a/packages/systeminformer.vm/systeminformer.vm.nuspec +++ b/packages/systeminformer.vm/systeminformer.vm.nuspec @@ -2,7 +2,7 @@ systeminformer.vm - 3.2.25036.20250219 + 3.2.25045 winsiderss A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. diff --git a/packages/systeminformer.vm/tools/chocolateyinstall.ps1 b/packages/systeminformer.vm/tools/chocolateyinstall.ps1 index e30365e57..b951826ed 100644 --- a/packages/systeminformer.vm/tools/chocolateyinstall.ps1 +++ b/packages/systeminformer.vm/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'SystemInformer' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.2.25036/systeminformer-3.2.25036-release-bin.zip' -$zipSha256 = 'b4f888e4d77288f52d4f23057009f65c97567ab48099b9500d90859e6903ea27' +$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.2.25045.1011/systeminformer-3.2.25045.1011-release-bin.zip' +$zipSha256 = '03d6c0f519bedc86470d7ae107a2974f4b69cb22e9c78d6639c303bb8fe30a38' $executableName = "amd64\$toolName.exe" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -executableName $executableName -consoleApp $false diff --git a/packages/tor-browser.vm/tor-browser.vm.nuspec b/packages/tor-browser.vm/tor-browser.vm.nuspec index 141beb5b2..abb7cbe34 100644 --- a/packages/tor-browser.vm/tor-browser.vm.nuspec +++ b/packages/tor-browser.vm/tor-browser.vm.nuspec @@ -2,12 +2,12 @@ tor-browser.vm - 14.0.5.20250219 + 14.0.6 Tor Project The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world. - + Productivity Tools diff --git a/packages/vscode.vm/vscode.vm.nuspec b/packages/vscode.vm/vscode.vm.nuspec index c18a9ddb2..f8cdbedd2 100644 --- a/packages/vscode.vm/vscode.vm.nuspec +++ b/packages/vscode.vm/vscode.vm.nuspec @@ -2,12 +2,12 @@ vscode.vm - 1.96.4.20250219 + 1.97.2 Microsoft VSCode is a modern, open-source code editor. - + Productivity Tools