hello guys this is random ways tutorials ....today i m gonna show you how to make a word list using crunch command in kali Linux...
NOTE: ALL TUTORIALS ARE ONLY FOR EDUCATIONAL PURPOSE ONLY!!!
soo what is a wordlist file?
A wordlist file is a text file which contain all possible combinations of selected letter,numbers etc...
a wordlist is an important component of dictionary attack etc....crunch command allows us to make a word list file . we can select which letter/character is to be used in that wordlist file...
soo without wasting your time i gonna start the tutorial...
basic format of crunch command is :
crunch min max character_to_be_used -o path_of_the_file(to be created)
min= minimum length of password
max= maximum length of password
-o = output path
EXAMPLE :
soo i wanna create a wordlist containing words of minimum length 3 and max length 5....containing characters " a b c 1 2 3 " in my desktop named abc.txt
step 1 :
Open terminal
step 2 : TYPE
crunch 3 5 abc123 -o /root/Desktop/abc.txt
all done press enter and a wordlist file will be created on your desktop ....named abc.txt
here an screenshot of how your wordlist file will be like:
plz visit this video for more clarity .....
https://www.youtube.com/watch?v=t3QkBE5I-7o
THANK YOU!!!! STAY TUNED!!!!
NOTE: ALL TUTORIALS ARE ONLY FOR EDUCATIONAL PURPOSE ONLY!!!
soo what is a wordlist file?
A wordlist file is a text file which contain all possible combinations of selected letter,numbers etc...
a wordlist is an important component of dictionary attack etc....crunch command allows us to make a word list file . we can select which letter/character is to be used in that wordlist file...
soo without wasting your time i gonna start the tutorial...
basic format of crunch command is :
crunch min max character_to_be_used -o path_of_the_file(to be created)
min= minimum length of password
max= maximum length of password
-o = output path
EXAMPLE :
soo i wanna create a wordlist containing words of minimum length 3 and max length 5....containing characters " a b c 1 2 3 " in my desktop named abc.txt
step 1 :
Open terminal
step 2 : TYPE
crunch 3 5 abc123 -o /root/Desktop/abc.txt
all done press enter and a wordlist file will be created on your desktop ....named abc.txt
here an screenshot of how your wordlist file will be like:
plz visit this video for more clarity .....
https://www.youtube.com/watch?v=t3QkBE5I-7o
THANK YOU!!!! STAY TUNED!!!!
0 comments:
Post a Comment