Skip to main content

Bopscrk – A Profiler Based Dictionary Generator

 Bopscrk – A Profiler Based Dictionary Generator

Shubham Goyal Shubham Goyal24 October 2020 Dictionary And Bruteforce


Tweet

Share

Share

Pin

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

1

2

3

4

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

1

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.



Comments

Popular posts from this blog

RouterSploit ..(Exploitation Framework for Embedded Devices)

RouterSploit - Exploitation Framework for Embedded Devices   The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices. click here to video It consists of various modules   that aids penetration testing operations: exploits - modules that take advantage of identified vulnerabilities creds - modules designed to test credentials against network services scanners - modules that check if a target is vulnerable to any exploit payloads - modules that are responsible for generating payloads for various architectures and injection points generic - modules that perform generic attacks Installation Requirements Required: future requests paramiko pysnmp pycrypto Optional: bluepy - bluetooth low energy Installation on Kali Linux apt-get install python3-pip git clone https://www.github.com/threat9/routersploit cd routersploit python3 -m pip install -r requirements.txt python3 rsf.py Bluetooth Low Energy suppo...

Embed Payload (Exe) into a PDF Documents – EvilPDF

 Hey folks, today we are going to talk about the tool that can easily add malicious payloads within the .PDF extension files and after which you can easily access any system. As we know it is prohibited to execute malicious payloads inside the window defender system, hence we will send our payload through the PDF files.   Environment Kali Linux = Attacker Window 10 = Victim ( Tested On ) Lets take a look 🙂 !! EvilPDF The EvilPDF tool is specifically designed to embed payloads inside PDF files. It is an open source tool hosted on the github page that we will download using the wget command. git clone https://github.com/thelinuxchoice/evilpdf cd evilpdf 1 2 git clone https://github.com/thelinuxchoice/evilpdf cd evilpdf It require some additional features that we can download using the following command. python -m pip install pypdf2 1 python -m pip install pypdf2 Now we can use this tool using the given command. python evilpdf.py 1 python evilpdf.py In the image below you have t...

DarkFly-Tool ( install tools )

DarkFly-Tool The latest version of DarkFly tool V.4.0 DarkFly now is:  DarkFly-2019.1  (generation of DarkFly-tool) Try it. information: DarkFly-Tool is an installation tool for installing tools. this tool makes it easy for you. so you don't need to type git clone or look for the github repository. You only have to choose the number. which tool you want to install. there are 530 tools ready for intall. and for those of you who like to have fun. there are 7 SMS spam tools that are ready to use, you just need to choose spam to use the target number. there is a tocopedia DLL, install: Termux: pkg install python2 pkg install git git clone https://github.com/Ranginang67/DarkFly-Tool cd DarkFly-Tool python2 install.py 1.if installed is complite, use command $cd 2.then run it $DarkFly NOTE: if python2 install.py is not allowed or fail, Use this $chmod +x install.py $python2 install.py how to update: for update this tool, just do the reinstallation, the fi...