Rockyou for web fuzzing
Go to file
2022-06-16 11:45:02 +02:00
.github Update FUNDING.yml 2022-06-15 12:47:38 +02:00
dict Finnish & liferay 2022-06-16 11:28:37 +02:00
.gitattributes Pushing all big files with git-lfs 2022-06-16 10:36:19 +02:00
olfa.sh Script fix and updates 2021-04-15 08:23:42 +02:00
onelistforall.txt Last update for this release 2022-06-16 11:23:11 +02:00
onelistforallmicro.txt Pushing all big files with git-lfs 2022-06-16 10:36:19 +02:00
onelistforallshort.txt Last update for this release 2022-06-16 11:23:11 +02:00
README.md Update README.md 2022-06-16 11:45:02 +02:00

OneListForAll

Rockyou for web fuzzing

This is a project to generate huge wordlists for web fuzzing, if you just want to fuzz with a good wordlist use the file onelistforallmicro.txt.

The wordlists mentioned at the bottom of this pages are merged by technology/type and differenced by _sort and _long suffixes. So you can search by any technology or software and fuzz the target site with a small list or the long one. Also, this projects provides three of all-in-one wordlists:

  • onelistforall.txt (everything merged, both _sort.txt and _long.txt files, cleaned and deduplicated)
  • onelistforallshort.txt (merged only _sort.txt files, cleaned and deduplicated)
  • onelistforallmicro.txt (my favorite, manually crafted and constantly updated, with interesting files and low-hanging fruits findings)

Usage

Method 1

  1. Go to releases and download the latest

  2. Fuzz with the best tool ffuf :)

ffuf -c -w onelistforall.txt -u [target.com]/FUZZ

Method 2

Build your own wordlists!

  1. Add your wordlists to dict/ folder with suffix _short.txt for short wordlist and _long.txt for the full wordlist.

  2. Run ./olfa.sh (olfa -> One List For All) and you will have onelistforall.txt file and onelistforallshort.txt.

  3. Fuzz with the best tool ffuf :)

ffuf -c -w onelistforall.txt -u [target.com]/FUZZ

Wordlists summary

  • onelistforallmicro.txt manally crafted wordlist for low hanging fruits: 18109 lines, 298K
  • onelistforallshort.txt a shortened version, it also contains a lot of things, but in a more affordable way: 892361 lines, 15M
  • onelistforall.txt basically everything, launch it and go to sleep. 59076819 lines, 1.2G

Sources

This is a wordlists project for fuzzing purposes made from the best word lists currently available,merged and deduplicated later with duplicut, adding cleaner from BonJarber. The lists used have been selected from these repositories:

Feel free to contribute, PR are welcomed.