diff --git a/packages/die.vm/die.vm.nuspec b/packages/die.vm/die.vm.nuspec index 49d9efdaa..028e3ebda 100644 --- a/packages/die.vm/die.vm.nuspec +++ b/packages/die.vm/die.vm.nuspec @@ -2,7 +2,7 @@ die.vm - 3.09.0.20240606 + 3.10 Hellsp@wn, horsicq Detect It Easy, or abbreviated "DIE" is a program for determining types of files. diff --git a/packages/die.vm/tools/chocolateyinstall.ps1 b/packages/die.vm/tools/chocolateyinstall.ps1 index 68ed251ad..40a46a857 100644 --- a/packages/die.vm/tools/chocolateyinstall.ps1 +++ b/packages/die.vm/tools/chocolateyinstall.ps1 @@ -5,10 +5,10 @@ try { $toolName = 'die' $category = 'File Information' - $zipUrl = 'https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win32_portable_3.09_x86.zip' - $zipSha256 = '7cdc3c3e33e23cc04463dc2c463c5d9dd7f746ee5dbacb280657e29b5d75b39a' - $zipUrl_64 = 'https://github.com/horsicq/DIE-engine/releases/download/3.09/die_win64_portable_3.09_x64.zip' - $zipSha256_64 = '299ff9d91cead31c32926ecfb5f27d629d06997d259e70af8632044edaf27c9b' + $zipUrl = 'https://github.com/horsicq/DIE-engine/releases/download/3.10/die_win32_portable_3.10_x86.zip' + $zipSha256 = 'dbd639a9bebceaf84e63c47bdb4a64e3fbb7677ec834321fe9b8574fe7781b10' + $zipUrl_64 = 'https://github.com/horsicq/DIE-engine/releases/download/3.10/die_win64_portable_3.10_x64.zip' + $zipSha256_64 = '6e84ac8d3abdfba60078a36fa7f6b492b20c2af2c502e0a4579f41367ac37c80' $executablePath = (VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -zipUrl_64 $zipUrl_64 -zipSha256_64 $zipSha256_64)[-1] VM-Add-To-Right-Click-Menu $toolName "detect it easy (DIE)" "`"$executablePath`" `"%1`"" "$executablePath" diff --git a/packages/exiftool.vm/exiftool.vm.nuspec b/packages/exiftool.vm/exiftool.vm.nuspec index 4d71b575c..a90acfb48 100644 --- a/packages/exiftool.vm/exiftool.vm.nuspec +++ b/packages/exiftool.vm/exiftool.vm.nuspec @@ -2,12 +2,12 @@ exiftool.vm - 12.98.0 + 13.3.0 Phil Harvey A tool for reeding and writing file metadata - + diff --git a/packages/fiddler.vm/fiddler.vm.nuspec b/packages/fiddler.vm/fiddler.vm.nuspec index dafbca891..558b24d9e 100644 --- a/packages/fiddler.vm/fiddler.vm.nuspec +++ b/packages/fiddler.vm/fiddler.vm.nuspec @@ -2,12 +2,12 @@ fiddler.vm - 5.0.20244 + 5.0.20245 Telerik Intercepts, decrypts, and analyzes HTTPS traffic - + diff --git a/packages/ghidra.vm/ghidra.vm.nuspec b/packages/ghidra.vm/ghidra.vm.nuspec index f5cc01a5e..265cc132c 100644 --- a/packages/ghidra.vm/ghidra.vm.nuspec +++ b/packages/ghidra.vm/ghidra.vm.nuspec @@ -2,12 +2,12 @@ ghidra.vm - 11.1.2 + 11.2.1 National Security Agency A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission. - + diff --git a/packages/gowitness.vm/gowitness.vm.nuspec b/packages/gowitness.vm/gowitness.vm.nuspec index a68b8f4f2..1c1f3afe5 100644 --- a/packages/gowitness.vm/gowitness.vm.nuspec +++ b/packages/gowitness.vm/gowitness.vm.nuspec @@ -2,7 +2,7 @@ gowitness.vm - 3.0.4 + 3.0.5 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 dad06f8a4..136e75dbf 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/3.0.4/gowitness-3.0.4-windows-amd64.exe' -$exeSha256 = 'f47ca3f6f2f23bb56536150e0f2bed2e5deceda07115d1ef08957b40436ce783' +$exeUrl = 'https://github.com/sensepost/gowitness/releases/download/3.0.5/gowitness-3.0.5-windows-amd64.exe' +$exeSha256 = '45284210727f2d22774e07313db974a0fe9e9108687a7c091218e7e98b041bea' VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true diff --git a/packages/hayabusa.vm/hayabusa.vm.nuspec b/packages/hayabusa.vm/hayabusa.vm.nuspec index 1f0d4f40f..da3682c02 100644 --- a/packages/hayabusa.vm/hayabusa.vm.nuspec +++ b/packages/hayabusa.vm/hayabusa.vm.nuspec @@ -2,7 +2,7 @@ hayabusa.vm - 2.17.0 + 2.18.0 Yamato Security Windows event log fast forensics timeline generator and threat hunting tool diff --git a/packages/hayabusa.vm/tools/chocolateyinstall.ps1 b/packages/hayabusa.vm/tools/chocolateyinstall.ps1 index e8c5ebb11..69eaf81e4 100644 --- a/packages/hayabusa.vm/tools/chocolateyinstall.ps1 +++ b/packages/hayabusa.vm/tools/chocolateyinstall.ps1 @@ -4,9 +4,9 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'hayabusa' $category = 'Forensic' -$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v2.17.0/hayabusa-2.17.0-win-x64.zip" -$zipSha256 = '7ad371b4f567af590edcd3740a939f738aebb56ac1481c1036a031aa46aace28' +$zipUrl = "https://github.com/Yamato-Security/hayabusa/releases/download/v2.18.0/hayabusa-2.18.0-win-x64.zip" +$zipSha256 = '2d37b316535b2308ba114949d8054974c290428715326f6bfd657d0ca0389ebe' -$executableName = $toolName.ToLower() + "-2.17.0-win-x64.exe" +$executableName = $toolName.ToLower() + "-2.18.0-win-x64.exe" VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false -executableName $executableName diff --git a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec index 27fe1e784..2422b8020 100644 --- a/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec +++ b/packages/notepadplusplus.vm/notepadplusplus.vm.nuspec @@ -2,12 +2,12 @@ notepadplusplus.vm - 8.7.0 + 8.7.1 Wrapper for Notepad++ Don Ho - + diff --git a/packages/snaffler.vm/snaffler.vm.nuspec b/packages/snaffler.vm/snaffler.vm.nuspec index d09bb0b5e..3bd90b189 100644 --- a/packages/snaffler.vm/snaffler.vm.nuspec +++ b/packages/snaffler.vm/snaffler.vm.nuspec @@ -2,7 +2,7 @@ snaffler.vm - 1.0.179 + 1.0.184 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 0e5f93c5f..75d7a504f 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.179/Snaffler.exe' -$exeSha256 = 'e37c93696ca4b0e763fff07431cc7ff6b0e4e03415113ad2faf08bfed0bada39' +$exeUrl = 'https://github.com/SnaffCon/Snaffler/releases/download/1.0.184/Snaffler.exe' +$exeSha256 = 'a9c3b97f77c2908b9c9f3c4f46a3c58217da3f3bb6fb9bbaeed59560a493d49b' VM-Install-Single-Exe $toolName $category $exeUrl -exeSha256 $exeSha256 -consoleApp $true diff --git a/packages/systeminformer.vm/systeminformer.vm.nuspec b/packages/systeminformer.vm/systeminformer.vm.nuspec index 7f86b4ce8..6458bf6d9 100644 --- a/packages/systeminformer.vm/systeminformer.vm.nuspec +++ b/packages/systeminformer.vm/systeminformer.vm.nuspec @@ -2,7 +2,7 @@ systeminformer.vm - 3.1.24290 + 3.1.24318 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 a9959f8c0..4d9274e71 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 = 'Utilities' -$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.1.24290/systeminformer-3.1.24290-release-bin.zip' -$zipSha256 = '584e320e931dc008f429c6ed22cef5c0d805494fbfddfef81c366622ad410096' +$zipUrl = 'https://github.com/winsiderss/si-builds/releases/download/3.1.24318/systeminformer-3.1.24318-release-bin.zip' +$zipSha256 = '8b98aacbd993e1193379c93d9adc1935869ee0dfcf9783118ac60610b674a995' $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 8ec0bb2cb..0e0904137 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 - 13.5.7 + 14.0.1 Tor Project The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world. - + diff --git a/packages/vscode.vm/vscode.vm.nuspec b/packages/vscode.vm/vscode.vm.nuspec index d0af6551a..73d68cf07 100644 --- a/packages/vscode.vm/vscode.vm.nuspec +++ b/packages/vscode.vm/vscode.vm.nuspec @@ -2,12 +2,12 @@ vscode.vm - 1.94.2 + 1.95.2 Microsoft VSCode is a modern, open-source code editor. - +