apm1007 / reaver-wps

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

Reaver as Root - Fedora 19 #584

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
0. What version of Reaver are you using? 
Reaver 1.4

1. What operating system are you using (Linux is the only supported OS)?
Fedora 19 (Kernel 3.11.8-200.fc19.x86_64)

2. Is your wireless card in monitor mode (yes/no)?
Question not relevant.

3. What is the signal strength of the Access Point you are trying to crack?
Question not relevant.

4. What is the manufacturer and model # of the device you are trying to
crack?
Question not relevant.

5. What is the entire command line string you are supplying to reaver?
Question not relevant.

6. Please describe what you think the issue is.
The issue is, when installing reaver as root, in fedora 19, the command is not 
found. So I guess the install dir ist not set correct. As I am not very 
advanced and experienced, I need to know how to properly set the right install 
dir.

7. Paste the output from Reaver below.
Those are my steps:

su root
> logged in
cd ~/.local/
> switched dir...
wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
> download complete
tar xvzf reaver-1.4.tar.gz
> extract ok
cd reaver-1.4/src
> change to src dir. ok.
./configure
> configure success (no errors)
make
> success
make install
> install ok
reaver 
> command not found

WHAT? Why command not found. When switching to normal user, it's ok. But I need 
to use it as root user.

Original issue reported on code.google.com by ony...@gmail.com on 20 Nov 2013 at 11:33

GoogleCodeExporter commented 9 years ago
I've helped my self to solve the issue with that command:
su root
ln -s /usr/local/bin/reaver /usr/bin/reaver

Even though this does not solve the install issue itself.

Original comment by ony...@gmail.com on 20 Nov 2013 at 11:39

GoogleCodeExporter commented 9 years ago
And you have to add wash also:
ln -s /usr/local/bin/wash /usr/bin/wash

Original comment by ony...@gmail.com on 20 Nov 2013 at 11:42

GoogleCodeExporter commented 9 years ago
change PATH in /etc/profile 
add path for root.

Original comment by deltomaf...@gmail.com on 20 Nov 2013 at 9:17