Monday, April 29, 2024
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 39688  / 2 Years ago, fri, december 10, 2021, 6:28:17

Here is the webpage http://code.google.com/p/reaver-wps/



Can someone help me install it so I can play around with it?


More From » installation

 Answers
4

You need to install libpcap*-dev first:




  • sudo apt-get install libpcap*-dev



Extract the tar file, then from the terminal:



cd /path/to/src
./configure --prefix=/usr
make
sudo make install

[#40995] Saturday, December 11, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowovey

Total Points: 287
Total Questions: 98
Total Answers: 117

Location: Bosnia and Herzegovina
Member since Thu, Jan 14, 2021
3 Years ago
;