A-ads

How to Create Passwordlist using joker tool in Termux

 Hallow Friends ,This article is about how to generate a password list or wordlist using joker tool in termux.Use of this tool is very simple and easy.


      

Note: This article is for educational purpose only.Our motive is to aware you about such kind of attacks that are done by attackers.we are not responsible for any misuse of this article.



What is Wordlist or Passwordlist

Passwordlist or Wordlist is a list of passwords which is used to perform dictionary attack or bruteforce attack.Our motive is not to use this tool for any illegal activity.If ever we forget the password of an important file then we can use this tool to recover our password.

What is Joker tool

Joker is an auto password generating software made by TECHNICAL B9T.Python language has been used to make this software.Use of this tool is very simple and easy.

How to install joker tool in Termux

Use the following commands step by step to install this tool in your termux

1.pkg update && pkg upgrade

2.pkg install python

3.pkg install git

4.git clone https://github.com/TechnicalB9T/Joker.git

5.cd Joker

6.unzip joker.zip

7.pip install -r requirements.txt

8.python joker.py

How to use joker tool

After installing joker tool there will have two options available

        1)Create wordlist
        0)Exit

      Select to create password list

Then options will be


1.Enter a Suggested Password :
2.Enter min digit :
3.Enter max digit :


        You have to suggest a password (e.g:rabi1234/2355/raj1997)

        Then you have to select max and min digits for your passwords


After that there will generate a file password.txt .And in this file your all passwords will be available between min and max digit

You can use 
$ cat password.txt 
Command to see your passwords





See full video





Advantage and Disadvantage

Like other tools,Our joker tool's has also some advantage and Disadvantage.So let me talk about the advantage of this tool first

Advantage

1.This tool is made with python,so the use of it is very easy and comfortable

2.This tool is very small in size ,so it can be downloaded easily

3.we can generate passwords with the combination of alphabet and numbers

Disadvantage

1.we can't generate a strong passwords using this script

2.It may take longer if we enter a maximum digit over 10/12

That's all for today.If you want to get more information , subscribe our 
YouTube channel.Also you can Jon our telegram group and follow our blog Technicalb9t to get more releted posts like this.

Post a Comment

0 Comments