Reaver: Difference between revisions
From charlesreid1
(Created page with "Cracks the WPS pin of the router But what do you do with it? =Installing= ==Reaver 1.3=== <pre> $ ./configure --prefix=./build $ make $ mkdir -p ./build/bin $ make install...") |
(→Use) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
=Installing= | =Installing= | ||
==Reaver 1.3 | ==Reaver 1.3== | ||
<pre> | <pre> | ||
| Line 13: | Line 13: | ||
$ make install | $ make install | ||
</pre> | </pre> | ||
==Kali== | |||
<pre> | |||
apt-get install reaver | |||
</pre> | |||
=Use= | |||
<pre> | |||
$ reaver -i wlan0 -b AA:BB:CC:DD:EE:FF:AA:BB -vv -K 1 | |||
</pre> | |||
Here we specify the network interface, the MAC address of the target router, turn on verbose mode, and turn on the pixie dust attack with -K 1. | |||
But... the attack fails on nearly every router. And when it does not fail... you get the PIN, but you can't get the passphrase. | |||
Another case of an old tool that only works if the target has old hardware, I suppose. | |||
=Flags= | |||
{{KaliFlag}} | |||
{{WirelessFlag}} | |||
Latest revision as of 06:58, 23 August 2016
Cracks the WPS pin of the router
But what do you do with it?
Installing
Reaver 1.3
$ ./configure --prefix=./build $ make $ mkdir -p ./build/bin $ make install
Kali
apt-get install reaver
Use
$ reaver -i wlan0 -b AA:BB:CC:DD:EE:FF:AA:BB -vv -K 1
Here we specify the network interface, the MAC address of the target router, turn on verbose mode, and turn on the pixie dust attack with -K 1.
But... the attack fails on nearly every router. And when it does not fail... you get the PIN, but you can't get the passphrase.
Another case of an old tool that only works if the target has old hardware, I suppose.
Flags
| Wireless all things wireless.
Software:
|