cbank327 / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

reaver : command not found even when everything i need like reaver and libsqlite is installed #410

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A few things to consider before submitting an issue:

0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-wps/wiki/HintsAndTips
http://code.google.com/p/reaver-wps/wiki/README
http://code.google.com/p/reaver-wps/wiki/FAQ
http://code.google.com/p/reaver-wps/wiki/SupportedWirelessDrivers
1. Reaver will only work if your card is in monitor mode.  If you do not
know what monitor mode is then you should learn more about 802.11 hacking
in linux before using Reaver.
2. Using Reaver against access points you do not own or have permission to
attack is illegal.  If you cannot answer basic questions (i.e. model
number, distance away, etc) about the device you are attacking then do not
post your issue here.  We will not help you break the law.
3. Please look through issues that have already been posted and make sure
your question has not already been asked here: http://code.google.com/p
/reaver-wps/issues/list
4. Often times we need packet captures of mon0 while Reaver is running to
troubleshoot the issue (tcpdump -i mon0 -s0 -w broken_reaver.pcap).  Issue
reports with pcap files attached will receive more serious consideration.

Answer the following questions for every issue submitted:

0. What version of Reaver are you using?  (Only defects against the latest
version will be considered.)
1.4

1. What operating system are you using (Linux is the only supported OS)?
Ubuntu
2. Is your wireless card in monitor mode (yes/no)?
yes
3. What is the signal strength of the Access Point you are trying to crack?
-73 
4. What is the manufacturer and model # of the device you are trying to
crack?
Netgear MODEL NR. UNKNOWN

5. What is the entire command line string you are supplying to reaver?
     sudo reaver -i mon0 -b <BSSID> -vv

6. Please describe what you think the issue is.
no clue at all.
7. Paste the output from Reaver below.
reaver: command not found. 

Original issue reported on code.google.com by Cristian...@gmail.com on 25 Sep 2012 at 11:46

GoogleCodeExporter commented 8 years ago
well , i followed this guide 
http://www.zer0trusion.com/2012/02/how-to-crack-wpawpa2-encryption-in-4-10.html 
and everything is install properly (i think...) but I just get that output fra 
reaver. I am a bit of a newb with ubuntu and all this stuff, so please help. 

Kind Regards, 
C.C. Sandu

Original comment by Cristian...@gmail.com on 25 Sep 2012 at 11:49

GoogleCodeExporter commented 8 years ago
access terminal of linux with root. ( su - )
make in separate steps, if an error occurs stop! post here:

# wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
# tar xfvz reaver-1.4.tar.gz
# cd reaver-1.4/src/
# ./configure
# make
# make install

Original comment by deltomaf...@gmail.com on 26 Sep 2012 at 7:17

GoogleCodeExporter commented 8 years ago
Hello,
I'm following the same exact guide as Cristian is, and having the same exact 
problem, when I run the command "make" after I have entered directory "cd 
reaver-1.4/src/"

alentor@alentor-EasyNote-TK85:~/reaver-1.4/src$ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for pcap_open_live in -lpcap... no
error: pcap library not found!
alentor@alentor-EasyNote-TK85:~/reaver-1.4/src$ make
make: *** No targets specified and no makefile found.  Stop.

can you please help me? Thank you!

Original comment by alent...@gmail.com on 11 Feb 2013 at 10:05

GoogleCodeExporter commented 8 years ago
Got it. Run this:

apt-get install libpcap*-dev

Original comment by roe...@gmail.com on 24 Apr 2013 at 10:43

GoogleCodeExporter commented 8 years ago
 cd reaver-1.4/

4. ./configure

5. IF got error (error: pcap library not found!)*Move to step 6.

6. apt-get install libsqlite3-dev libpcap0.8-dev build-essential

7. make

8. make install

9. EOF #

Original comment by roe...@gmail.com on 24 Apr 2013 at 10:47