Wednesday, January 11, 2017

how to install reaver wps on debian or ubuntu

update your system

$ apt-get update


nstall all dependencies, Here the list

sudo apt-get -y install build-essential libpcap-dev sqlite3 libsqlite3-dev


Setup

Download

wget https://github.com/t6x/reaver-wps-fork-t6x/archive/master.zip && unzip master.zip


Build

cd reaver-wps-fork-t6x*/
cd src/
./configure
make

Install

sudo make install

0 comments:

Post a Comment