Packages and Binaries:

bopscrk

Targeted-attack wordlist creator: introduce personal info related to target, combines every word and transforms results into possible passwords. The lyricpass module allows one to search lyrics related to artists and include them to the wordlists.

Installed size: 101 KB
How to install: sudo apt install bopscrk

Dependencies:
  • python3
  • python3-alive-progress
  • python3-requests
bopscrk
root@kali:~# bopscrk -h
usage: bopscrk [-h] [-i] [-w ] [-m ] [-M ] [-c] [-l] [-n ] [-a ] [-o ] [-C ]
               [--version]

Generates smart and powerful wordlists.

options:
  -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 (will be combined with
                     all words)
  -m, --min          min length for the words to generate (default: 4)
  -M, --max          max length for the words to generate (default: 12)
  -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:
                     /usr/lib/python3/dist-packages/bopscrk/bopscrk.cfg)
  --version          print version and exit

Updated on: 2025-May-20