add new category wordlists
This commit is contained in:
parent
eb745bc99d
commit
3a0cf1bdbd
5 changed files with 6401 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -53,6 +53,7 @@ SUBDIR += sysutils
|
||||||
SUBDIR += telephony
|
SUBDIR += telephony
|
||||||
SUBDIR += textproc
|
SUBDIR += textproc
|
||||||
SUBDIR += wayland
|
SUBDIR += wayland
|
||||||
|
SUBDIR += wordlists
|
||||||
SUBDIR += www
|
SUBDIR += www
|
||||||
SUBDIR += x11
|
SUBDIR += x11
|
||||||
.endif
|
.endif
|
||||||
|
|
29
wordlists/seclists/Makefile
Normal file
29
wordlists/seclists/Makefile
Normal 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>
|
2
wordlists/seclists/distinfo
Normal file
2
wordlists/seclists/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (2024.4.tar.gz) = YDanmAC2P/NRY0nZb5VIZEHb7AWWWSTCGYfbFHJxqig=
|
||||||
|
SIZE (2024.4.tar.gz) = 695471839
|
4
wordlists/seclists/pkg/DESCR
Normal file
4
wordlists/seclists/pkg/DESCR
Normal 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
6365
wordlists/seclists/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue