Have you updated aircrack-ng to the lastest version. I think their was a problem with aircrack cracking WPA passwords with spaces that has been fixed. But to tell you the truth I've never tryed this
First thing to use airolib-ng you need to have sqlite3 installed.
And then we can update aircrack-ngCode:cd /usr/local/bin ln -s tclsh8.4 tclsh cd /root curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz tar xvzf sqlite-3.4.0.tar.gz cd sqlite-3.4.0 ./configure --prefix=/usr/local make && make install cd .. rm -r sqlite-3.4.0 rm -r sqlite-3.4.0.tar.gz
Hope this helps you out abitCode:svn co http://trac.aircrack-ng.org/svn/branch/1.0-dev aircrack-ng cd aircrack-ng gmake SQLITE=true gmake SQLITE=true install cd .. rm -r aircrack-ng![]()



