Sponsored
Dictionary and Bruteforce

Bopscrk – A Profiler Based Dictionary Generator

Hey Folks, in this tutorial we are going to talk about another wordlist generator tool called “bopscrk“. bopscrk (Before Outset PaSsword CRacKing) is a tool to generate smart and powerful wordlists for targeted attacks. Now we are going to leave below some specific features of this tool.

Unique Features

  • Targeted-attack wordlist creator : getting info related to target,
  • Combines every word and transforms results into possible passwords.
  • Wordlists exclusion : Exclude words from another wordlist
  • The most impressive feature is that it comes with both Interactive mode and one-line command interface.

Let’s take a look 🙂 !!

Installation

First of all we’ll download this tool from github by using “git” command. After downloading is done we will go inside the directory of this tool and meet the requirements by using the “pip” command. Just hold the python command and execute it in order to boot this tool. Make sure the python tool is already pre-installed in you system.

git clone https://github.com/r3nt0n/bopscrk.git
cd bopscrk/
pip install -r requirements.txt
python3 bopscrk.py

Just wait because as we told you that this tool comes with interactive mode feature, so we will boot this tool in interactive mode.

python3 bopscrk.py -i

This is a password profiler wordlist generator tool, so it will ask us some details about the victim to create a wordlist. As you can see we have entered all the necessary details related to the victim and once we complete it it successfully creates a wordlist.

Nice 🙂 !! As you can see the word list contains all the words that we entered during word list creation.

Use it 🙂 !! If you are familiar with the command line tool then you can use the command line to create a wordlist with this tool but we would recommend you to use interactive mode as it makes easy to create wordlist.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 year ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

3 years ago
Sponsored

This website uses cookies.