Skip to content

Perfect wordlist for discovering directories and files on target site

Notifications You must be signed in to change notification settings

aels/subdirectories-discover

Repository files navigation

Twitter Follow

subdirectories-discover wordlist

Perfect wordlist to discover directories and files on target site with tools like ffuf.

usage example

echo trustedshops.com | subfinder -silent | aquatone;
cat ~/aquatone_urls.txt | feroxbuster --stdin --extract-links --silent -s 200 -x php -r -BEg -w <(curl -fskSL bit.ly/dsstorewordlist)
ffuf -w <(curl -fskSL bit.ly/dsstorewordlist) -u https://analytics.trustwalletapp.com/FUZZ -r

List url: https://raw.githubusercontent.com/aels/subdirectories-discover/main/dsstorewordlist.txt

You don't need to download it every time and store somewhere. You can use command <(curl -fskSL bit.ly/dsstorewordlist) instead of local path to file in all tools you are using. Personally I recomend to use it with tools like

Releases

No releases published

Packages

No packages published