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?
1 ответ
+ 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....