PDA

View Full Version : reaver argument use



frafri
2015-05-17, 01:08
I was wondering after the update in the tool.
How do I use the -1 and -2 arguments. I tried but it didnt work.
-1, --p1-index Set initial array index for the first half of the pin [False]
-2, --p2-index Set initial array index for the second half of the pin [False]
-P, --pixiedust-loop Set into PixieLoop mode (doesn't send M4, and loops through to M3) [False]

t6_x
2015-05-19, 02:49
read this

https://forums.kali.org/showthread.php?25123-Reaver-modfication-for-Pixie-Dust-Attack

https://forums.kali.org/showthread.php?24286-WPS-Pixie-Dust-Attack-(Offline-WPS-Attack)

nuroo
2015-05-19, 21:15
I was wondering after the update in the tool.
How do I use the -1 and -2 arguments. I tried but it didnt work.
-1, --p1-index Set initial array index for the first half of the pin [False]
-2, --p2-index Set initial array index for the second half of the pin [False]
-P, --pixiedust-loop Set into PixieLoop mode (doesn't send M4, and loops through to M3) [False]

-1 and -2 is for brute forcing a wps pin..... ie - try one pin at a time until the correct pin is found. reaver trys 12345678, then next, then next.......... arrays mean are p1 4 digits, p2 four digits. combined 8 digits pin. Basically leave -1, -2 out of your Reaver command line and let Reaver handle trying pins.

-P, --pixiedust-loop - This is like a half exchange. Reaver collects the hashes needed to crack the pin with pixiedust but doesn't use the pin if its able to crack it. Hopefully, that way more hashes can get collected before any lockouts for bad pin attempts occur. It's mostly used for research and scripts.

wheatley_ind
2015-05-20, 20:09
If you're wanting to use the new version with Pixiewps then run something like:-



reaver -i wlan0mon -b 00:11:22:33:44:55 -vv -K 1

frafri
2015-05-21, 01:10
Can I specify just the first four digits or the last four digits?