Home BackTrack How to Create Wordlist with crunch in Kali Linux

How to Create Wordlist with crunch in Kali Linux

In password cracking techniques, WordList is one of the most important files for cracking passwords. this word list have all key combination of all possible passwords combinations. you need to understand what Password Cracking techniques are :-

Related Post How to Create a Custom Word List in Window 10

1.Dictionary attack :- 

A dictionary attack uses a targeted technique of successively trying all the words in an exhaustive list called a dictionary (from a pre-arranged list of values).

2. Brute Force Attack :- 

In contrast with a brute force attack, where a large proportion key space is searched systematically, a dictionary attack tries only those possibilities which are most likely to succeed, typically derived from a list of words for example a dictionary (hence the phrase dictionary attack).

3. Hybrid Attack :-

It works like a dictionary attack, but adds some numbers and symbols to the words from the dictionary and tries to crack the password.

4. Syllable Attack :- 

It is the combination of both brute force attack and the the dictionary attack.

5. Rule-Based Attack :-

This attack is used when the attacker gets some information about the password.

Today i am going to show you How to Create Wordlist with crunch in Kali Linux ?

Go to Application > Kali Linux > Password Attacks > Offline Attacks > then choose the Crunch option.

How to Create Wordlist with crunch in Kali Linux1

or open the Terminal and type Crunch. it will open Crunch for you.

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 98******* 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

How to Create Wordlist with crunch in Kali Linux2

it will create a 823543 lines of password.

How to Create Wordlist with crunch in Kali Linux3

most of the time when you are opening wordlist in notepad on windows. it will hang because of heavy size. i found UltraEdit Software is good for it.

How to Create Wordlist with crunch in Kali Linux4

Download UltraEdit Now

You can find the Wordlist from here also :- 

ftp://ftp.openwall.com/pub/wordlists/

http://ftp.sunet.se/pub/security/tools/net/Openwall/wordlists/

http://gdataonline.com/downloads/GDict/

http://www.theargon.com/achilles/wordlists/

http://theargon.com/achilles/wordlists/theargonlists/

ftp://ftp.cerias.purdue.edu/pub/dict/

http://www.outpost9.com/files/WordLists.html

http://www.securinfos.info/wordlists_dictionnaires.php

http://www.vulnerabilityassessment.co.uk/passwords.htm

http://packetstormsecurity.org/Crackers/wordlists/

http://www.ai.uga.edu/ftplib/natural-language/moby/

http://www.insidepro.com/eng/download.shtml

http://www.word-list.com/

http://www.cotse.com/tools/wordlists1.htm

http://www.cotse.com/tools/wordlists2.htm

http://wordlist.sourceforge.net/

Also Check :-

http://youtu.be/8skeA-bP2ao

Hope you like my post.How to Create Wordlist with crunch in Kali Linux. Please Share with others.

Previous articleRun Apple iOS Apps on Windows with iPadian
Next articleHow to Merge Multiple Wordlist Into One Wordlist

Comments are closed.