A collection of tools to work on username:password combo lists
Many of the tools listed here were taken from CompilationOfManyBreaches (COMB) project and further adapted and developed on, credits go to the rightfull owners whoever they may be.
I like the simplicity of them, they are easy to read, understand and rely solely on the highly efficient linux standard binaries.
First download this project:
git clone https://github.com/Megarushing/combotools.git
cd combotools
Mac OSX only - to use this I recommend installing homebrew and doing first:
brew install coreutils
Then get started
pip install -r requirements.txt
python combocrawler.py
./import.sh
Count your booty
./count_total.sh
And query away
./query.sh mega
Imports files from the inputbreach
folder and organizes into the data
folder
Sorts files in data
folder and removes duplicates
Counts how many username:password combos we have imported in the data
Python script to scrape after new combos in anonfiles using google search, it also downloads and extracts them into inputbreach
folder
Finds combo lines that start with the text provided in the parameters, i.e ./query.sh [email protected]
Makes a password list sorted by prominence of each individual password, ideal for using as a wordlist in bruteforcers
Use this only for threat analysis and educational purposes, please.