six2dez / OneListForAll
- среда, 16 марта 2022 г. в 00:31:47
Rockyou for web fuzzing
Rockyou for web fuzzing
This is a projectt to generate huge wordlists for web fuzzing, if you just want to fuzz with a good wordlist use the file onelistforallmicro.txt.
ffuf -c -w onelistforall.txt -u [target.com]/FUZZ
git clone https://github.com/six2dez/OneListForAll && cd OneListForAll
7z x onelistforall.7z.001
ffuf -c -w onelistforall.txt -u [target.com]/FUZZ
Build your own wordlists!
Add your wordlists to dict/ folder with suffix _short.txt for short wordlist and _long.txt for the full wordlist.
Run ./olfa.sh (olfa -> One List For All) and you will have onelistforall.txt file and onelistforallshort.txt.
Fuzz with the best tool ffuf :)
ffuf -c -w onelistforall.txt -u [target.com]/FUZZ
This is a wordlist for fuzzing purposes made from the best wordlists currently available, lowercased and deduplicated later with duplicut, added cleaner from BonJarber. The lists used have been some selected within these repositories:
Feel free to contribute, PR are welcomed.