Skip to content

TimTrademark/best-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BestList 📜

About

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?

Usage

python3 bestlist.py [--force]

Outputs combined.txt with all the passwords (no duplicates)

Dependencies

pip install -r requirements.txt