Install Reaver on Ubuntu
Step 1:
"sudo -s"
Type your password.
Installing Dependencies and required tools.
Step 2:
"sudo apt-get install libpcap-dev sqlite3 libsqlite3-dev libpcap0.8-dev"
Now we have the Dependencies and required tools. We can download the Reaver Source and Install it.
Step 3:
"wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz"
Extracting the tar package.
Step 4:
"tar -xzvf reaver-1.4.tar.gz"
Compiling and making install.
Step 5:
"cd reaver-1.4"
Step 6:
"cd src"
Step 7:
"./configure"
Step 8:
"make"
Step 9:
"sudo make install"
Reaver is now installed and ready to use.
No comments:
Post a Comment