How can i create brute force program to hack wifi?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i create brute force program to hack wifi??

i want to create a program that check all possible passwords of given character length. I am using "qpython-python for Android" ide to run python programs in my android device? how can I create this?

18th Sep 2017, 12:19 PM
Gaman Tyagi
Gaman Tyagi - avatar
1 Answer
+ 3
first I would make some optional masks so that you can narrow down the possibilities. then you need to start generating wpa2 hashes with the use of an encryption library. then I think you would use a recursive function to do the actual brute forcing but now that I think of it it sounds pretty complicated hmmm....
13th Nov 2017, 4:36 PM
Adam
Adam - avatar