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

Related Posts:

  • 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-… Read More
  • how to install aircrack from Source on debian or ubuntu update your system $ apt-get update nstall all dependencies, Here the list $ sudo apt-get install build-essential libssl-dev subversion checkinstall libnl-3-dev libnl-genl-3-dev when this install is done you … Read More
  • how to install pixiewps on linux hii guys.....~! today i'm gonne show you how to install pixiewps on linux Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some Access Points, the so-cal… Read More
  • how to install bully wps on debian hiii...~! guys to today i'm gonna show you how to install bully wps on debian or ubuntu Bully is a new implementation of the WPS brute force attack, written in C. It is conceptually identical to other programs, in that it… Read More

0 comments:

Post a Comment