Tuesday 10 June 2014

How to Create Password List with crunch in Kali Linux

This Tutorial Shows How To Create Password list in Kali Linux.
So, i don't waste your time guys,
okk, let's START:-
Go to Application > Kali Linux > Password Attacks > Offline Attacks > then choose the Crunch option.

or open the Terminal and type Crunch.
Syntax for Creating WordList :-
crunch <min> <max> <charset> -t <pattern> – o <filename.lst>
Where,
min = minimum chractor that you want to add in your word list
max = maximum chractor that you want to add in your word list
Charset = Which charactor you want to add in your wordlist like abcd  or 123455
Pattern = Your worlist pattern for example, you want to create the numbers from 78******* means your first two digit will static and last digits will be variable.
For example, i want to create minimum 10 digits , maximum 10 digits , abcd987 chratorset with pattern abc@@@@@@@ and to save the file on the desktop.

So my syntex will be
root@KaliLinux:~#crunch 10 10  abcd987 -t abc@@@@@@ -o /root/Desktop/file.txt

it will create a 823543 lines of password.

But remember a little thing,
the size of your password list will be approx. 20-36 TB.....
okk enjoys guys....
and this tutorial is for educational purpose only.....
So don't misuse it.......
but I know u will definitely misuse it....... :P 

No comments:

Post a Comment