Skip to content

Commit

Permalink
Update seclists.vm to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Jul 3, 2024
1 parent a42b137 commit 2bd9e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/seclists.vm/seclists.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>seclists.vm</id>
<version>2024.1.0.20240412</version>
<version>2024.2</version>
<authors>danielmiessler</authors>
<description>SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/seclists.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2bd9e78

Please sign in to comment.