Merge pull request #827 from ItsIgnacioPortal/dsstore

Added dsstorewordlist.txt
This commit is contained in:
g0tmi1k 2023-03-09 12:19:38 +00:00 committed by GitHub
commit 4a697dfe49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1836 additions and 1 deletions

View File

@ -36,6 +36,14 @@ This list is a combination of the following wordlists:
- raft-small-directories-lowercase.txt
- raft-small-directories.txt
## dsstorewordlist.txt
SOURCE: https://github.com/aels/subdirectories-discover
Perfect wordlist to discover directories and files on target site with tools like ffuf.
- It was collected by parsing Alexa top-million sites for **.DS_Store** files (https://en.wikipedia.org/wiki/.DS_Store), extracting all the found files, and then extracting found file and directory names from around 300k real websites.
- Then sorted by probability and removed strings with one occurrence.
- resulted file you can download is below. Happy Hunting!
## WEB-INF-dict.txt
Use for: discovering sensitive j2ee files exploiting a lfi
@ -45,4 +53,3 @@ References:
- https://gist.github.com/harisec/519dc6b45c6b594908c37d9ac19edbc3
- https://github.com/projectdiscovery/nuclei-templates/blob/master/vulnerabilities/generic/generic-j2ee-lfi.yaml
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LFIModule.java

File diff suppressed because it is too large Load Diff