Sponsored
Dictionary and Bruteforce

Pydictor – A Powerful Dictionary Generator

Hey guys, in this tutorial we will discuss another wordlist generator tool called “pydictor“. Pydictor is an powerful and useful hacker dictionary builder for a brute-force attack. You will get an idea about this device through the following features.

Features

  • Generate a general blast wordlist.
  • Generate custom wordlist based on Web content.
  • Social engineering wordlist.
  • Generate highly customized and complex wordlist.
  • Pydictor can be run on Windows, Linux or Mac.

Lets take a look 🙂 !!

Installation

Now first of all we’ll download this tool from github by using “git” command. After downloading is done we’ll go inside the directory of this tool, allow executable permission and boot the tool by using “python” command. Make sure you already have Python Tools installed.

git clone https://www.github.com/landgrey/pydictor.git
cd pydictor/
chmod 755 pydictor.py
python pydictor.py

After completing all the above process, then we can boot this tool using the following command and also see all the features of this tool.

python pydictor.py

Digital Dictionary

To circumvent two-factor authentication or other purposes, you can create a numeric wordlist using the following command. But understand the command first.

  • <–len> : length of the characters.
  • <-base> : file types such as numeric, characters etc.
  • <–ourput> : save output in any file format.
  • < -d > : digit or numbers

Usage 🙂 !! python pydictor.py -base < types > –len < min > < max > –output < file name and location >

python pydictor.py -base d --len 4 4 --output hack.txt
cat results/hack.txt

Lowercase Letters Dictionary

If you want to create a word list that includes only numeric letters, then you can add the “L” argument to your command. Once the wordlist is created, the results will be saved in the “results” directory.

python pydictor.py --len 5 5 -base L
cat results/base_095546.txt

Upper Case Letters Dictionary

We can use the “c” argument to create a uppercase alphabets wordlist. After the wordlist is successfully created, you can open it using the cat command.

python pydictor.py --len 3 5 -base c
cat results/base_095546.txt

Associate Upper case, Lower case, and Numeral

Now we will add uppercase, lowercase and digit and see what kind of results we get.

python pydictor.py --len 4 4 -base dLc

After opening the file we find all the conjunctive words there.

cat < file name >

Adding Head ( Prefix )

Using the “head” feature of this tool, we can add any special letter ahead the words that will remain constant and rest would be increasing according to the length.

python pydictor.py --len 5 5 -base d --head hack
cat results/your.txt

Adding Tail ( Suffix )

Likewise using the “tail” feature of this tool, we can add a special letter after the word that will remain constant.

python pydictor.py --len 3 5 -base d --tail hack
cat results/your.txt

Base64 Encoding

In this tool has encoding function through which we can encode the word and numbers in the directory. We will use the base64 algorithm to encode the output.

python pydictor.py --len 5 5 -base d --encode b64
cat results/your.txt

Chunk

To create an permutation and multiple combination wordlist, we can take help of “-chunk” option.

python pydictor.py -chunk shubham goyal @#$^*
cat results/your.txt

Social Engineering Dictionary

This tool has inbuilt feature through which we can create a powerful dictionary based on a person’s dislike or their favorite things.

python pydictor.py --sedb

We can take help of “option” command to use the feature of this tool.

Just we need to add information related to the victim whatever we know about him.

Done 🙂 !! After entering all the requirements it will create a dictionary in which all the words will be related to the information entered.

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

View Comments

  • Hey just ᴡanted to give you a quick heads up. The tеxt in your post seem to ƅe running off the ѕcreеn in Сhrome.
    I'm not sure if this is a fߋrmat issue or something to do with browser compatibility but I figured I'd post to ⅼet you
    know. The ѕtyle and design look great tһouցh! Hope you get the issue fixed soon. Thanks

Recent Posts

Termux Cheat Sheet for Hackers

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

1 month 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…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.