Crunch is another cool tool used to make random wordlist ( dictionary ) for aircrack . Best way is to use it simultaneously with aircrack .
Suppose i know that the password of victim is some kind of mobile number of ten digit . For this i will give command
crunch 10 10 0123456789 | aircrack-ng -b ( Bssid ) handshake.cap -w-
first 10 is for minimum number of digits &
second 10 is for maximux number of digits
But wait !! oops the size of the worlist is around 100GB and it will take several days to find password . If you know first two or three digits , it will be lot easier for you to crack the password . In country like Canada the number starts with 416 or 647 . So to use these 3 digits at first , use command
crunch 10 10 0123456789 -t 416%%%%%%% | aircrack-ng -b ( Bssid ) handshake.cap -w-
In above command -t is used to use 416 in beginning and other digits after it . So now you will be able to crack the password in less time and remember ! Patience is key to success in Hacking
Feel free 2 ask any question
No comments:
Post a Comment