From 4ada20bb9248e1b7eeb81f00adbc6397f3c0f8d1 Mon Sep 17 00:00:00 2001 From: arch3rPro <30855883+arch3rPro@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:00:52 +0800 Subject: [PATCH] Update SecLists.json --- bucket/SecLists.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/SecLists.json b/bucket/SecLists.json index 5c324b1..97cf4fa 100644 --- a/bucket/SecLists.json +++ b/bucket/SecLists.json @@ -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" } }