Posted by : mangesh_more Friday, April 12, 2013


Having a big and a good wordlists always help but as a penetration tester you must be able to create your own custom wordlists depending on the situation.
crunch
Here in this tutorial I am going to show you that how you can make your own wordlist according to your situation. We are going to use a tool in Backtrack named as ‘Crunch’. So here we go :
Step 1: Open your terminal and navigate to crunch directory using this command
cd /pentest/passwords/crunch
crunch1
Now we will make a wordlist which will contains all the combination having these characters ‘password’.
So we will execute the following command :
./crunch  8 8 password –o wordlist.txt
 crunch2
Now it will create a wordlist that will have minimum length of characters 8, maximum length of characters 8 with the characters of ‘password’. You can see it in below image :
 crunch3
Now you can also create a wordlist which will contain only numbers for that you can use this command :
./crunch 4 4 1234 –o numwordlist.txt
For alphanumeric you can use this
./crunch 4 4 adm123 –o alphanum.txt

Leave a Reply

Subscribe to Posts | Subscribe to Comments

 

GPS

Total Pageviews

Popular Posts

- Copyright © Curious Mind -Source::Web- - Developed By | Mangesh_More| -