https://github.com/r3nt0n/bopscrk
El proyecto original se ha modificado para solicitar también la ruta de un archivo que contenga un listado de palabras separadas por comas.
Clonar repositorio e instalar:
git clone --recurse-submodules https://github.com/azanet/bopscrk_MOD
cd bopscrk
pip install -r requirements.txt
bopscrk -i
-h, --help show this help message and exit
-i, --interactive interactive mode, the script will ask you about target
-w words to combine comma-separated (non-interactive mode)
--min min length for the words to generate (default: 4)
--max max length for the words to generate (default: 32)
-c, --case enable case transformations
-l, --leet enable leet transformations
-n max amount of words to combine each time (default: 2)
-a , --artists artists to search song lyrics (comma-separated)
-o , --output output file to save the wordlist (default: tmp.txt)
-C , --config specify config file to use (default: ./bopscrk.cfg)
--version print version and exit