Word List Creation
bopscrk:
# download
git clone https://github.com/r3nt0n/bopscrk
cd bopscrk
pip3 install -r requirements
#OR
pip install bopscrk
# Run with the following
bopscrk --min 5 --max 10 --case --leet -w WORDS,TO,ADD,TO,LIST -n 5Crunch:
# create wordlists between 8 and 9 chars
crunch 8 9
# just use the chars abc and numbers 123
crunch 8 9 abc123JohnTheRipper:
Last updated