diff --git a/packages/seclists.vm/seclists.vm.nuspec b/packages/seclists.vm/seclists.vm.nuspec index 6bd1274ef..70ffe7333 100644 --- a/packages/seclists.vm/seclists.vm.nuspec +++ b/packages/seclists.vm/seclists.vm.nuspec @@ -2,7 +2,7 @@ seclists.vm - 2024.1.0.20240412 + 2024.2 danielmiessler SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. diff --git a/packages/seclists.vm/tools/chocolateyinstall.ps1 b/packages/seclists.vm/tools/chocolateyinstall.ps1 index 163bd8f86..2a1e4e522 100644 --- a/packages/seclists.vm/tools/chocolateyinstall.ps1 +++ b/packages/seclists.vm/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'SecLists' $category = 'Wordlists' -$zipUrl = 'https://github.com/danielmiessler/SecLists/archive/refs/tags/2024.1.zip' -$zipSha256 = '189c9491898c070e3c6e7d51ecc370d96c9b13c9f289dc629ce078b0709780aa' +$zipUrl = 'https://github.com/danielmiessler/SecLists/archive/refs/tags/2024.2.zip' +$zipSha256 = '416fcd7143e4c336e9dcc45e08a55d137568b2369fd753050fc3274faed9f172' # This tool does not have a `.exe` associated with it, so this links it to the directory VM-Install-From-Zip $toolName $category $zipUrl $zipSha256 -withoutBinFile -innerFolder $true