Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b14561ef52 | |||
| 2841f9ad6b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d61246b2f5405df97a3b4d962f299559091c2e40ccec6af8d820fe82093ece5
|
||||
size 534243017
|
||||
3
2025.3.tar.gz
Normal file
3
2025.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fa88740c36777012f637ebb844de43d1020fb4273e080019d5f0c80360f433f
|
||||
size 695823776
|
||||
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 13:56:17 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2025.3
|
||||
Important changes
|
||||
* Deprecated DirBuster wordlists
|
||||
The dirbuster wordlists were made in 2007, and are now
|
||||
considered obsolete. Instead, these wordlists are recommended
|
||||
for testing modern web environments:
|
||||
+ Discovery/Web-Content/combined_words.txt
|
||||
+ Discovery/Web-Content/combined_directories.txt
|
||||
The dirbuster wordlists will remain contained in SecLists, but
|
||||
they now have the DirBuster-2007 prefix to highlight their age.
|
||||
* Dangerous SQLi payloads
|
||||
The SQL Injection wordlists contained in Fuzzing/Databases/SQLi
|
||||
are not safe to use on production environments. Many of those
|
||||
wordlists contain potentially destructive queries which may
|
||||
permanently delete data on any databases they're used on. A
|
||||
warning has been added to the README.md for that directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 18 19:35:42 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2025.2
|
||||
* Two new tools for creating and manipulating wordlists have
|
||||
been added to the main readme:
|
||||
* CeWL
|
||||
* WL
|
||||
* Two 10 Million+ wordlists have been added for subdomain
|
||||
fuzzing/discovery.
|
||||
* Discovery/DNS/FUZZSUBS_CYFARE_1.txt
|
||||
* Discovery/DNS/FUZZSUBS_CYFARE_2.txt
|
||||
* All words wordlists have been moved into the directory
|
||||
Miscellaneous/Words/.
|
||||
* And many other miscellaneous fixes and improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 11:18:32 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to 2025.1
|
||||
* This release includes multiple updates from the community.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 19:09:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SecLists
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: SecLists
|
||||
Version: 2022.4
|
||||
Version: 2025.3
|
||||
Release: 0
|
||||
Summary: SecLists is the security tester's companion
|
||||
License: MIT
|
||||
@@ -36,11 +36,9 @@ list that may be needed.
|
||||
This project is maintained by Daniel Miessler, Jason Haddix, and g0tmi1k.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%install
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/seclists
|
||||
cp -a * %{buildroot}%{_datadir}/seclists
|
||||
|
||||
|
||||
Reference in New Issue
Block a user