Port details |
- seclists Collection of multiple types of lists used during security assessments
- 2024.1 security =2 2024.1Version of this port present on the latest quarterly branch.
- Maintainer: salvadore@FreeBSD.org
- Port Added: 2022-05-02 11:27:05
- Last Update: 2024-02-20 22:21:57
- Commit Hash: 94d6fd3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: www
- License: GPLv2 GPLv2+ MIT
- WWW:
- https://github.com/danielmiessler/SecLists
- Description:
- SecLists is the security tester's companion. It is 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. The goal is to enable a security tester to
pull this repository onto a new testing box and have access to every type of
list that may be needed.
This project is maintained by Daniel Miessler, Jason Haddix, and g0tmi1k.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- seclists>0:security/seclists
- To install the port:
- cd /usr/ports/security/seclists/ && make install clean
- To add the package, run one of these commands:
- pkg install security/seclists
- pkg install seclists
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: seclists
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708450208
SHA256 (danielmiessler-SecLists-2024.1_GH0.tar.gz) = bc804ddebd1e8ccc6fde885406e2614c9c1ebe052052ae79bcd9f62f96ddad9f
SIZE (danielmiessler-SecLists-2024.1_GH0.tar.gz) = 625505379
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_seclists
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.1 20 Feb 2024 22:21:57 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2024.1 |
2023.4 10 Dec 2023 14:48:47 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2023.4 |
2023.3 06 Sep 2023 20:06:33 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2023.3 |
2023.2 16 May 2023 14:38:52 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2023.2
Also fix sorting in pkg-plist. |
2023.1 09 Mar 2023 20:40:51 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2023.1 |
2022.4 22 Nov 2022 15:45:45 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2022.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.3 07 Aug 2022 22:44:25 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2022.3
Also simplify deletion of hidden directories. |
2022.2_2 27 Jun 2022 18:45:06 |
Lorenzo Salvadore (salvadore) |
security/seclists: Remove workaround
Remove workaround to deal with a filename which was too long. The
workaround is obsolete now that pkg has been update to 1.18.3. |
2022.2_1 16 May 2022 00:35:13 |
Lorenzo Salvadore (salvadore) |
security/seclists: Add license files
- Restore LICENSE_FILE for GPLv2+ that was removed with commit
4acd06ebacdd0f134372d7fa390064ff4a4dfcf1, as the note about
avoiding installing GPL licenses in section 13.20 of the Porter's
handbook has been removed by commit
e3f1471c227dfc4a557286072a020e62856bf0d9 of the doc repository.
- Add LICENSE_FILE for GPLv2.
Approved by: gerald (mentor) |
2022.2 06 May 2022 09:14:54 |
Lorenzo Salvadore (salvadore) |
security/seclists: Update to 2022.2
Also,
- Add one missing license.
- Remove LICENSE_FILE for GPLv2+, as suggested by section 13.20 of the
Porter's handbook.
- Fix pkg-descr lines length.
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35137 |
2022.1 02 May 2022 11:26:38 |
Lorenzo Salvadore (salvadore) |
security/seclists: Add port
SecLists is the security tester's companion. It is 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. The goal is to
enable a security tester to pull this repository onto a new testing box
and have access to every type of list that may be needed.
This project is maintained by Daniel Miessler, Jason Haddix, and
g0tmi1k.
WWW: https://github.com/danielmiessler/SecLists
Reviewed by: danfe, gerald, bapt
Approved by: tcberner (co-mentor)
Differential Revision: https://reviews.freebsd.org/D35026 |