Skip to content

Commit

Permalink
Update SecLists.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Nov 29, 2024
1 parent 8c973a7 commit 4ada20b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/SecLists.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "2023.2",
"version": "2024.4",
"description": "SecLists is the security tester's companion.(Scoop bucket by arch3rpro)",
"homepage": "https://github.com/danielmiessler/SecLists",
"license": " MIT",
"url": "https://github.com/danielmiessler/SecLists/archive/refs/tags/2023.2.zip",
"hash": "ECB58F0A4A311B152C6DEBBD0D699A14E42EA9B6D1964EF8FC06151B26C435A8",
"url": "https://github.com/danielmiessler/SecLists/archive/refs/tags/2024.4.zip",
"hash": "f38e9a9f3ae78e479efd0793036c5077fca551f4130845babe88177bcd13b1b5",
"post_install": [
"Move-Item -Path \"$dir\\SecLists-$version\\*\" -Destination \"$dir\\\"",
"Remove-Item \"$dir\\SecLists-$version\" -Force -Recurse"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/commixproject/commix/archive/refs/tags/v$version.zip"
"url": "https://github.com/commixproject/commix/archive/refs/tags/$version.zip"
}
}

0 comments on commit 4ada20b

Please sign in to comment.