Welcome to our Website https://www.vabstutorials.com. Before reading post first check About page. NOTE:- In our website Copy and Paste is Prohibited. Thanks for visiting. Stay tuned to our website and share also Because FREE EDUCATION FOR EVERYONE. For More Update Join Our Facebook page (Link in Main Menu).

2 Comment




What is Password list / Wordlist and How to create this In Termux

What is Password list / Wordlist ?

A list containing the total possible combination of Passwords.
A written collection of all words derived from a particular source, or sharing some other characteristic.
A wordlist is a list of common passwords that a computer uses in a dictionary attack, I’m not sure which one you should use but you can download a program called crunch or just create your own dictionary.

How to create Password list / Wordlist In Termux

Step 1:- Download termux from playstore 

Step 2:- Open termux and type this

pkg install python
pkg install python2

Note: If you already install both package then skip this step.

Step 3: Type this in termux

pip install wordlist


 
 NOTE :- Type wordlist -h to check the format if this tool.

Step 4:- NOW create passwordlist.

NOTE:- You can create any charset. now i am using vabstutorials has a charset.
-m mean minimum number of character
-M mean maximum number of character
-o mean output of that file
(now type your charset).

Demo

wordlist -m 3 -M 5 -o passwordlist.txt vabstutorials


you can also check your list by typing your filename. In my case passwordlist.txt

Step 5:- type this to check your password list.

cat passwordlist.txt



NOTE:- This tutorials is for educational purpose only.

You can also use Pattern also.
By typing this command.

wordlist -m 4 -M 5 -o passwordlist1.txt vabstutorials @@@1


you can also check your list by typing your filename. In my case passwordlist1.txt
Note: A zipped passwordlist1.txt wordlist ending in "1" will be produced from the above

type this to check your password list.

cat passwordlist1.txt




Thats it for today.
Soon i will create tutorials how to use this password list. Stay tuned to our website.

Following are rules you should follow after/before reading my tutorial.

1. I will you give direct course link (no shorten link).
2. If you are copying my stuff then you should give me credit by www.vabstutorials.com.
3. In my website all course/tutorials are free. so keep sharing our website.
4. If you have any question/error then you can free to comment below.
5. if you want any tutorials / Course then you can send me message in request section (check menu).
6. i hope you will learn something new from my website.i hope you will comment .
7. if you are copying my stuff without credit then i will ban your ip to search my website.
8. My all stuff is for education purpose only..

Stay tuned to our website and share also because FREE EDUCATION FOR EVERYONE.



Post a Comment

  1. Good composed article. It will be steady to any individual who uses it, including me. Continue doing what you are doing – can'r hold up to peruse more posts. digitogy.com

    ReplyDelete

 
Top