For pentesting it can be usefull to have predefined wordlists which can be used for discovery (folders and stuff) or passwords.
Most PenTesting Distributions already deliver many wordlists.
Parrot OS has those in the /usr/share/wordlists but sometimes you want more than the default
Here are some good ones as addition to the existing ones:
SecLists:
Here you can find password, Fuzzing, Web directory lists and many more
Project Url: https://github.com/danielmiessler/SecLists
#clone to local machine
git clone https://github.com/danielmiessler/SecLists.git
xajkep wordlists:
Project Url: https://github.com/xajkep/wordlists
#clone to local machine
git clone https://github.com/xajkep/wordlists.git
gmelodie awesome-wordlists collection:
Project Url: https://github.com/gmelodie/awesome-wordlists
No clone to local command here. The README.md contains mainy other projects with amazing wordlists.
Habe fun finding what you need