Rockyou for web fuzzing
Go to file
2022-06-15 17:22:03 +02:00
.github Update FUNDING.yml 2022-06-15 12:47:38 +02:00
dict First commit new version 2022-06-15 17:21:57 +02:00
olfa.sh Script fix and updates 2021-04-15 08:23:42 +02:00
onelistforall.7z.001 Assetnote added and script improved 2020-11-27 17:08:13 +01:00
onelistforall.7z.002 Assetnote added and script improved 2020-11-27 17:08:13 +01:00
onelistforallmicro.txt First commit new version 2022-06-15 17:21:57 +02:00
onelistforallshort.txt First commit new version 2022-06-15 17:21:57 +02:00
README.md First commit new version 2022-06-15 17:21:57 +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.

Usage

Method 1

  1. Go to releases and download

  2. Fuzz with the best tool ffuf :)

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

Method 2

  1. Git clone and extract:
git clone https://github.com/six2dez/OneListForAll && cd OneListForAll
7z x onelistforall.7z.001
  1. Fuzz with the best tool ffuf :)
ffuf -c -w onelistforall.txt -u [target.com]/FUZZ

Method 3

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: 822115 lines, 12M
  • onelistforall.txt basically everything, launch it and go to sleep. 55684781 lines, 1.1G

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.