Twelve Years of Service
Posts: 18
Threads: 4
Points: 0NSP
i can't install reaver on ubuntu help 05-31-2012, 06:44 AM
#1
hi all, i am new to ubuntu and i installed aircrack, i was looking for a tool that can hack wpa/wpa2 networks without using any wordlist so i found reaver but the problem is that i don't know how to install it, i have done the apt-get install.... and i downloaded reaver on ubuntu but i can't do the next step this : cd reaver-1.3
cd src
./configure
make
its showing me invalid command or something can anyone write me the right command to do that
•
Twelve Years of Service
Posts: 18
Threads: 4
Points: 0NSP
i can't install reaver on ubuntu help 05-31-2012, 06:44 AM
#2
hi all, i am new to ubuntu and i installed aircrack, i was looking for a tool that can hack wpa/wpa2 networks without using any wordlist so i found reaver but the problem is that i don't know how to install it, i have done the apt-get install.... and i downloaded reaver on ubuntu but i can't do the next step this : cd reaver-1.3
cd src
./configure
make
its showing me invalid command or something can anyone write me the right command to do that
•
Twelve Years of Service
Posts: 72,622
Threads: 307
Points: 50,359NSP
RE: i can't install reaver on ubuntu help 06-01-2012, 03:39 PM
#3
Best thing Is, to get yourself a copy of BackTrack. This has all the tools you need.
You can run It as a live CD, or Install It. For first use of Reaver, use the "apt-get update" command to Install and/or upgrade new software packages. Then start your Interface (wlan0, wlan1, whatever It Is), and hit the following:
reaver -i (your Interface) -b (bssid) -vv
•
Twelve Years of Service
Posts: 60
Threads: 10
Points: 0NSP
RE: i can't install reaver on ubuntu help 06-03-2012, 02:36 AM
#6
It would be helpful if you post your error message itself too.
the commands are:
:~$ sudo su
cd to your extracted directory
:~# ./configure
:~# make && make install
but you need to make sure you have libpcap and libsqlite installed, also you need to be root to perform all the commands.
:~$ sudo apt-get install libpcap-dev libsqlite3-dev
Please share your results.
YEAH YEAH.. GIVE ME NEGATIVE REP FOR SAYING TRUTH... BUT ANYWAY WHO CARES!!!. I AM WHO I AM...REPS DO NOT MATTER TO ME.. GIVE ME 1000 -ve REPS, but IF MY POST IS GOOD THEN READERS WILL KNOW
•
Twelve Years of Service
Posts: 60
Threads: 10
Points: 0NSP
RE: i can't install reaver on ubuntu help 06-03-2012, 03:08 PM
#8
Do this:
Download reaver-1.4.tar.gz from its site.
Copy it to Public ( You can copy it anywhere you want)
Now follow these commands:
:~$ tar -xzf reaver-1.4.tar.gz
(The contents will be extracted to reaver-1.4 folder)
:~$ cd reaver-1.4
(This will cd to reaver-1.4 folder, cd = change directory)
Now follow the previous command I have posted. If you do not succeed, post again with the results you got.
YEAH YEAH.. GIVE ME NEGATIVE REP FOR SAYING TRUTH... BUT ANYWAY WHO CARES!!!. I AM WHO I AM...REPS DO NOT MATTER TO ME.. GIVE ME 1000 -ve REPS, but IF MY POST IS GOOD THEN READERS WILL KNOW
•