How To Generate Password For Wifi Hacking (Kali Linux)

How To Generate Password For Wifi Hacking (Kali Linux)

Here i am going to show how to generate password for wifi hacking or any bruteforce attack

crunch is a tool which is provide a generate directory on minimum or   Maximum number of word ,without wasting time let’s start 


Step-1: 

open terminal and write:
Syntax:
crunch [minimum number of word ]  [maximum number of word] -w [path for saving directory]
Example:
suppose i want to crack  wifi password which is  stating from minimum 8 and maximum is anything [til 63], so i write code below:……
crunch 8 12 -w /root/Desktop/
this is generate 8 to 12 length word in directory

Step-3:

But if
you use pattern then your minimum or maximum length is should be same
crunch 8 8 -t xolo%%%% -w /root/Desktop/
it means ‘%’ generate all integer number vise versa like this
xolo0000
xolo0001
xolo0002
………
……..
xolo9999

if you wish 7 alphabet or 4 digit then you should try this
crunch 11 11 -t @@@@@@@%%%% -w /root/Desktop/
‘@’ is used to generate random alphabet and ‘%’ is used to generate random number
like this
aaaaaaa0000
aaaaaaa0001
……
aaaaaab0000
………..
zzzzzzz9999

so .this is used to generate directory

Post a Comment

0 Comments