Pydictor
Pydictor is Powerful Text Word Dictionary Builder for BruteForce Attack !.
A brute force attack is a method of trying to gain unauthorized access to a system, network, or account by systematically trying all possible combinations of passwords or encryption keys until the correct one is found.
If you don’t know how bruteforce method works just Imagine a robot trying every possible combination of passwords until it finds the correct one. This process can take a long time, especially if the password is complicated.
Example : If your password is “1234,” a brute force attack would try all possible combinations like “0000,” “0001,” “0002,” and so on until it gets to “1234.”
Table of Contents :
Features :
- Basic Wordlist
- Custom Character Wordlist
- Permutation and Combination Wordlist
- Configuration File Wordlist
- Social Engineering Wordlist
- Word Frequency Count Tool
- Web Pages Keywords Wordlist
- 4, 6, 8, Char Wordlist
- and Much More...
Language :
Author Info :
Name :
LandGrey
About :
-
Github :
Tutorial
Step : 1
First of you need to download termux application for install this information gathering tool. if you have already installed in your device then skip this step.
you can checkout “What is Termux ?” post there you will get basic information about what is termux and how its work and also you will get download link of latest version so please click below link and download it.
Step : 2
apt update -y && apt upgrade -y&& pkg install git python -y&& git clone https://github.com/LandGrey/pydictor && cd pydictor && python pydictor.py -h
Open the Termux app, paste the given command, and press enter. Ensure a stable internet connection for a faster installation process.
above one line command save your time and make automatic install Pydictor in termux ! you can refer to the attached screenshot for guidance on how it should appear after pasting the command.
Succesfully Pydictor installed in termux now you can generate any type of powerful word list based on your requirement you can check different option through –help parameter.
for example i want to generate basic digit wordlist then i would type below command in termux there is –len parameter represent length of password. and – base is for basic wordlist after that d stands for digit.
all generated words stored in pass.text file which we have mentioned at last command with –output parameter then you need to give path where you want to store wordlist file.
python pydictor.py -base d --len 4 4 --output pass.txt
you can check generated file in results folder for that you need to first change your directory to result so cd results then ls for show available files and folder in result folder.
we have used cat command here for showing text file content in terminal.
cd results
ls
cat pass.txt
If you’re having any issues or need help troubleshooting, drop a comment below💬. We’re here to assist and get you sorted ASAP! 👨💻
Thanks for Reading ♥