Open GoogleCodeExporter opened 9 years ago
if..in a terminal leave run:
airodump-ng mon0 -d mac -c channel --ignore-negative-one
on another leave run:
reaver -b mac -a -S -w -vv -c channel -i mon0
work?
Original comment by deltomaf...@gmail.com
on 18 Jan 2014 at 6:09
Thank you for your comment!
First of all, I don't understand why you think I should specify a fixed channel
through the airodump command (--channel), because if the AP suddenly change
channels from 9 to 6, then airodump will not pick up the APs signals since we
are using the "-c" syntax to fix airodump scanning only channel 9 (as an
example).
Now to the other issue using airodump with Reaver. If I set airodump to scan
all channels while using Reaver, it will constantly hop through channels, and a
lot of pin requests will not be sent or important packets won't be received.
An example -
airodump-ng scans all APs in the given area, switching channels 2 times per
second
Reaver is in the background, cracking an AP on channel 9.
It issues pins to the AP, but then since airodump is constantly switching
channels, the packet is not sent, OR, we didn't recieve any packets back
because we're on a different channel.
I hope you understand. But I will still try later on to see if your advice
worked.
Original comment by daniel.k...@gmail.com
on 18 Jan 2014 at 7:36
something is wrong...
By default, if the AP switches channels, Reaver will also change its channel
accordingly
the airodump will monitor whether the change actually occurs or no.
maybe if specifying -d 20 in line Reaver hope
reaver -b mac -a -S -d 20 -w -vv -c channel -i mon0
Original comment by deltomaf...@gmail.com
on 18 Jan 2014 at 9:19
Yes, I know!
This was a issue in the previous versions of Reaver, that it did not change
channel accordingly. Looking through the changelog, I see they've fixed it, and
Reaver should scan again when the targeted AP changes channel - but it doesn't
for me. I'm using the 1.4 Reaver version, so it should rescan again. I think
it's really weird. It only scans in the beginning.
I'm going to test your first suggestion tomorrow using airodump, but I don't
think it will work.
I will also test with a delay on pin request in the same time, but not today.
Original comment by daniel.k...@gmail.com
on 18 Jan 2014 at 9:42
Original issue reported on code.google.com by
daniel.k...@gmail.com
on 18 Jan 2014 at 4:46