Bopscrk is a smart Python-based wordlist generator that creates custom password lists using names, keywords, dates, and different word combinations. It supports features like leet transformations, case changes, interactive mode, and custom output files to generate more powerful and targeted wordlists easily.
Installation Commands
Update and upgrade Termux packages:
pkg update && pkg upgrade -y
Install required packages:
pkg install python python2 y
Create Python virtual environment:
python -m venv myenv
Activate virtual environment:
source myenv/bin/activate
Install Bopscrk using pip:
pip install bopscrk
Run Bopscrk:
bopscrk
Usage Commands
Bopscrk has multiple options for generating custom wordlists with different transformations and combinations. You can use interactive mode, add custom words, enable leet transformations, and save generated wordlists into a file. All generated wordlist files will be saved in your current Termux working directory, which is usually the home directory unless you manually change the location.
Show help menu:
bopscrk --help
Interactive mode:
bopscrk -i
Add custom words:
bopscrk -w john,admin,password
Set minimum word length:
bopscrk -m 4
Set maximum word length:
bopscrk -M 12
Enable uppercase and lowercase transformations:
bopscrk -c
Enable leet transformations:
bopscrk -l
Set maximum words to combine:
bopscrk -n 3
Use artist names for lyrics-based wordlists:
bopscrk -a eminem,drake
Save output into a file:
bopscrk -o wordlist.txt
Use custom configuration file:
bopscrk -C custom.cfg
Check installed version:
bopscrk --version
Deactivate virtual environment:
deactivate
Reactivate virtual environment later:
source myenv/bin/activate







