BestList is a simple python script that combines Wordlists (Rockyou, SecLists, ...) to create the ultimate list, because why would you pick one when you can have them all right?
python3 bestlist.py [--force]
Outputs combined.txt
with all the passwords (no duplicates)
pip install -r requirements.txt