bopscrk
bopscrk generates smart and powerful wordlists for targeted password attacks by combining personal information related to a target and applying transformations. It includes a lyricpass module to incorporate lyrics from artists into the wordlists.
Description
bopscrk is a targeted-attack wordlist creator designed to produce effective password lists by integrating personal details about a target. It combines provided words and transforms them into potential passwords, making it ideal for customized brute-force or dictionary attacks.
The tool supports interactive mode for gathering target information and offers options for length filtering, case variations, and leet speak transformations. The lyricpass module enhances wordlists by searching and including lyrics related to specific artists, adding contextual relevance for social engineering or targeted attacks.
Use cases include penetration testing where known personal details like names, dates, or interests can be leveraged to create highly probable password candidates, improving success rates over generic wordlists.
How It Works
bopscrk takes input words or interactive target details, combines them exhaustively, and applies optional transformations such as case changes (-c) and leet substitutions (-l). It filters results by minimum (-m) and maximum (-M) lengths, generating output wordlists suitable for password cracking tools. The lyricpass module fetches and integrates artist-related lyrics to expand the wordlist with thematic content.
Installation
sudo apt install bopscrkFlags
Examples
bopscrk -hbopscrk -ibopscrk -w john,doe -o passwords.txtbopscrk -w targetname,birthyear -m 6 -M 10 -c -l -o customlist.txtbopscrk -i -c -lbopscrk -w artistname -a artistnamebopscrk --version