Thursday, January 2, 2014
How to install Aircrack-ng on Ubuntu 12.04
4:02 AM
No comments
Many of the uses of Ubuntu is that you can crack wireless networks.
I recently moved to Ubuntu 12.04 and found that aircrack-ng was NOT in
the repository. So here's a simple How To install Aircrack-ng on Ubuntu
12.04.
So we will be compiling aircrack-ng from the source.But there are errors, mostly to do with a variable called -Werror in the source. This is what you need to do to compile aircrack-ng without the pesky errors.
Run the following commands(in "Bold") in the terminal.
Step 1: "sudo -s"
Type your password.
Step 2:...
How to install Reaver on Ubuntu
3:19 AM
No comments
Many of the uses of Ubuntu is that you can crack wireless networks. I
recently moved to Ubuntu and found that Reaver was NOT in the
repository. So here's a simple How To install Reaver guide on Ubuntu.
Run the following commands(in "Bold") in the terminal.
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...