mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-19 21:42:48 +02:00
Create README.md at Discovery/Web-Content
I feel like every folder on this repo should have a README. Some wordlists have very confusing names
This commit is contained in:
parent
36a035fc17
commit
136146f3ef
1 changed files with 37 additions and 0 deletions
37
Discovery/Web-Content/README.md
Normal file
37
Discovery/Web-Content/README.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Web discovery wordlists
|
||||
|
||||
## combined_words.txt
|
||||
|
||||
Use for: discovering files
|
||||
This list is automatically updated by a github action whenever any of the lists it's composed by is modified.
|
||||
|
||||
This list is a combination of the following wordlists:
|
||||
|
||||
- big.txt
|
||||
- common.txt
|
||||
- raft-large-words-lowercase.txt
|
||||
- raft-large-words.txt
|
||||
- raft-medium-words-lowercase.txt
|
||||
- raft-medium-words.txt
|
||||
- raft-small-words-lowercase.txt
|
||||
- raft-small-words.txt
|
||||
|
||||
|
||||
## combined_directories.txt
|
||||
|
||||
Use for: discovering files and directories
|
||||
This list is automatically updated by a github action whenever any of the lists it's composed by is modified.
|
||||
|
||||
This list is a combination of the following wordlists:
|
||||
- apache.txt
|
||||
- combined_words.txt
|
||||
- directory-list-1.0.txt
|
||||
- directory-list-2.3-big.txt
|
||||
- directory-list-2.3-medium.txt
|
||||
- directory-list-2.3-small.txt
|
||||
- raft-large-directories-lowercase.txt
|
||||
- raft-large-directories.txt
|
||||
- raft-medium-directories-lowercase.txt
|
||||
- raft-medium-directories.txt
|
||||
- raft-small-directories-lowercase.txt
|
||||
- raft-small-directories.txt
|
||||
Loading…
Reference in a new issue