add new category wordlists

This commit is contained in:
purplerain 2025-01-29 08:14:07 +00:00
parent eb745bc99d
commit 3a0cf1bdbd
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
5 changed files with 6401 additions and 0 deletions

View file

@ -53,6 +53,7 @@ SUBDIR += sysutils
SUBDIR += telephony
SUBDIR += textproc
SUBDIR += wayland
SUBDIR += wordlists
SUBDIR += www
SUBDIR += x11
.endif

View file

@ -0,0 +1,29 @@
COMMENT= collection of multiple types of lists
V= 2024.4
DISTNAME= SecLists-${V}
CATEGORIES= wordlists
MAINTAINER= Purple Rain <purplerain@secbsd.org>
SITES= https://github.com/danielmiessler/SecLists/archive/refs/tags/
# MIT
PERMIT_PACKAGE= Yes
DISTFILES= ${V}${EXTRACT_SUFX}
EXTRACT_ONLY=
INSTDIR= ${PREFIX}/share/seclists
NO_BUILD= Yes
post-extract:
@mkdir -p ${WRKSRC}
${TAR} -C ${WRKSRC} -xzf ${FULLDISTDIR}/${DISTFILES}
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
@cp -R ${WRKSRC}/${DISTNAME}/* ${INSTDIR}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (2024.4.tar.gz) = YDanmAC2P/NRY0nZb5VIZEHb7AWWWSTCGYfbFHJxqig=
SIZE (2024.4.tar.gz) = 695471839

View file

@ -0,0 +1,4 @@
SecLists is the security tester's companion. It's a collection of multiple types
of lists used during security assessments, collected in one place. List types
include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads,
web shells, and many more.

6365
wordlists/seclists/pkg/PLIST Normal file

File diff suppressed because it is too large Load diff