20150525 building reaver on fedora 21 - plembo/onemoretech GitHub Wiki

title: Building reaver on Fedora 21 link: https://onemoretech.wordpress.com/2015/05/25/building-reaver-on-fedora-21/ author: phil2nc description: post_id: 9713 created: 2015/05/25 22:45:04 created_gmt: 2015/05/26 02:45:04 comment_status: closed post_name: building-reaver-on-fedora-21 status: publish post_type: post

Building reaver on Fedora 21

A package called reaver-wps can be used to exploit a design flaw in WPS that allows someone to crack an otherwise industrial strength WPA2 wifi network in as little as minutes, but usually no longer than a few hours. Currently there is no rpm for Fedora, but it is easy to compile and install. A properly configured WPA2 network with a strong shared key is capable of resisting all but the most skilled and extraordinarily well-resourced efforts to crack it. But having WPS enabled gives up all the benefits of WPA's advanced design in favor of an ill-conceived mechanism to make setting up wireless security "user friendly". Two features of WPS make it particularly laughable as a security standard: (1) Access is based on an 8 digit PIN; (2) WPS will confirm to anyone connecting when the first four digits of that PIN have been accurately guessed, providing a "checkpoint" from which a much reduced number of variables can then be managed (4 digits yielding only 10,000 possible combinations). A good tutorial for using reaver to exploit this vulnerability can be found here It is highly recommended that WPS be disabled on all wireless access points. If once it has been disabled the device is ever factory reset, it should be disabled again. Building and installing reaver-wps on Fedora 21 requires the following dependencies: sqlite, sqlite-devel, libpcap, libpcap-devel. Once you've installed those prerequisites you then have to download the latest reaver-wps source, unarchive, build and install. [code language="bash" gutter="false"] tar xzf reaver-1.4.tar.gz cd reaver-1.4 ./configure --prefix=/usr/local make sudo make install [/code]

Copyright 2004-2019 Phil Lembo