A dictionary attack
against WPA2-CCMP works providing one can capture the handshake and the password is a dictionary word. So WPA2 is not secure either. Don't use a dictionary word PSK to secure a WLAN ever. It took me less than 5 seconds to retrieve the PSK for my WLAN (avalon), I did however have to put my nonsensical PSK into my dictionary/wordlist.
:~$ aircrack-ng -a 2 -e avalon -w ./dict/wordlist ./dump01-01.cap
So simple even I could do it.


