Closed GoogleCodeExporter closed 8 years ago
yes, you've got to get the svn version and add the -p parameter
Original comment by jeanbar...@gmail.com
on 2 Jan 2012 at 9:57
eg: reaver -i interface -b 00:xx:xx:xx:xx:xx -p pintotest -vv
Original comment by jeanbar...@gmail.com
on 2 Jan 2012 at 9:58
Original comment by cheff...@tacnetsol.com
on 2 Jan 2012 at 10:09
thanks!
where do i get the svn version?
Original comment by entner....@gmail.com
on 2 Jan 2012 at 10:13
http://code.google.com/p/reaver-wps/source/checkout ,enter the command on the
cli and compile it.
Make sure to go to the original reaver src folder and enter make distclean.
This will remove reaver from your system.
I did the following and used a small script to automate the process:
mkdir ~/Desktop/WPS_HACK && cd ~/Desktop/WPS_Hack
svn checkout http://reaver-wps.googlecode.com/svn/trunk/ reaver-wps-read-only
cd ~/Desktop/WPS_Hack/reaver-wps-read-only/src
./configure && make
make install
The script, it's messy but it does the job ;-)
get-reaver.sh
----------------------------------------------
cd ~/Desktop/WPS_Hack/reaver-wps-read-only/src
make distclean
cd ../../
svn checkout http://reaver-wps.googlecode.com/svn/trunk/ reaver-wps-read-only
cd ~/Desktop/WPS_Hack/reaver-wps-read-only/src
./configure && make
make install
Original comment by basti.me...@googlemail.com
on 2 Jan 2012 at 10:22
Woops, this should be "mkdir ~/Desktop/WPS_Hack && cd ~/Desktop/WPS_Hack" of
course :-)
Original comment by basti.me...@googlemail.com
on 2 Jan 2012 at 10:25
Original issue reported on code.google.com by
entner....@gmail.com
on 2 Jan 2012 at 9:23