thetrueorganization / reaver-wps

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

how to install reaver 1.4 directly, without connect server for download. #221

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is that possible for doing that ? i just located the reaver 1.4 file at desktop 
(back track 5 ) and i want install any time without connect wifi . if can , can 
someone list out the command ? 

Original issue reported on code.google.com by lunglung...@gmail.com on 5 Feb 2012 at 9:46

GoogleCodeExporter commented 8 years ago
i could do this on backtrack 5 but command was diffeent on 5

Original comment by mafiawar...@live.co.uk on 6 Feb 2012 at 11:27

GoogleCodeExporter commented 8 years ago
i mean 4

Original comment by mafiawar...@live.co.uk on 6 Feb 2012 at 11:27

GoogleCodeExporter commented 8 years ago
yaya~ let me know back track 5 command =)

Original comment by lunglung...@gmail.com on 6 Feb 2012 at 3:40

GoogleCodeExporter commented 8 years ago
You have the. Tar.gz?

Please read the README or INSTALL file.

-
tar zxvf reaver-1.4.tar.gz
cd reaver-1.4
./configure
make
make install

Original comment by gcarval...@gmail.com on 7 Feb 2012 at 4:30

GoogleCodeExporter commented 8 years ago
if i want specific the file now how to command it ?
example i located the reaver 1.4 at desktop of back track 5 then how to command 
?

Original comment by lunglung...@gmail.com on 8 Feb 2012 at 2:55

GoogleCodeExporter commented 8 years ago
What do you want exactly? Look at he post above.
Presuming you are on same folder on terminal as reaver just do that.

Original comment by andremeg...@hotmail.com on 9 Feb 2012 at 2:05

GoogleCodeExporter commented 8 years ago
Copy reaver-1.4.tar.gz file to root directory.
in terminal type:

cd /
tar zxvf reaver-1.4.tar.gz
cd reaver-1.4
cd src
./configure
make
make install

Original comment by Nicholas...@gmail.com on 21 Oct 2012 at 11:55