Wpa 2 Networks Key Without Bruteforce
Am Monday, 13. Feb 2012 im Topic 'Tutorials'
Commands
http://pastebin.com/n25dyQQN
Download Files
http://technicdynamic.com/wp-content/uploads/2012/01/verizon.zip
The files can be copied and pasted on to the /var/www/ folder. Once that’s done, start Apache and MySQL from the services menu, and go type localhost to test it in a web browser.
Login to MySQL:
mysql -u root -p
Note: Default backtrack user/pass are root/toor
Create the database:
create database wpa2;
use wpa2;
create table content(key1 VARCHAR(64), key2 VARCHAR(64));