I actually break into WiFi networks as part of my job, there's two routes in:
1. WPS flaws, although most devices now have WPS locking after 3 failed attempts (this can be bypassed with skill). It is always good practice to disable WPS.
You can see the attack here: https://www.youtube.com/watch?v=knllpZF508k
2. Capture the WPA-2 handshake as you connect in. This can be cracked offline.
To mitigate against number 2, use a long password, say 30+ characters which does not resemble dictionary / easy to remember words. Ensure you are only using WPA-2 not WPA/WPA2 mixed mode, or worse WPS.
You can see the attack here: https://www.youtube.com/watch?v=1HcA17huGBc
Number 2 takes time, but you can speed things up by using logic. Take the latest BT SmartHub, we see an SSID: BTHub6-XXXX and we know the passwords are always 10 characters in length by default. So we only try out 10 digit passwords on this SSID.



Pages in this thread:
Print Thread
ukhardy07