Closed GoogleCodeExporter closed 8 years ago
Reaver really has no mechanisms internally to target multiple APs. It could of
course be added, but it would probably require a pretty significant code
change. It could be useful in some cases, but I think there's so little "bang
for the buck" that I really don't see this happening.
Original comment by cheff...@tacnetsol.com
on 5 Jan 2012 at 4:06
It's a useful thing. Attacking many APs on same channel can be probably made by
starting many instances of the tool, can they? As for different channels, it's
interesting feature too, but channel hopping must be somehow scheduled and
retries for missed packets requested.
Original comment by xpeh.o...@googlemail.com
on 5 Jan 2012 at 5:50
Surely there is an easy fix route for this.
I'll bang up a shell script to do some of the work and post here.
Original comment by pinsb...@gmail.com
on 5 Jan 2012 at 7:20
Not sure if anybody still wants this feature, but I decided to add it.
Original comment by ATARIVampire
on 10 May 2013 at 12:32
@ATARIVAmpire
Where did you add the changes you made?
Browsing the source there's been no changes since R113 as far as I can tell.
Original comment by pinsb...@gmail.com
on 16 May 2013 at 3:03
Does this feature exist ? I can't seem to find it either......
Original comment by phatkil...@gmail.com
on 12 Oct 2013 at 6:37
I don't check to see if an AP is locked, but I just keep banging away at others
too with this super simple script:
timeout 20s wash -i mon0 > output.txt
for i in $(awk '/\w:/ { print $1;}' output.txt); do
konsole --noclose --new-tab -e reaver -i mon0 -b $i -vv -a
done
Original comment by cody.ei...@gmail.com
on 28 Jan 2014 at 9:40
Hello!
For those who wants perform real multpiple AP Attack,
I can recommend my own bash script called Auto Reaver
https://code.google.com/p/auto-reaver/
Enjoy!
And please donate if you find it useful.
Original comment by dominik....@gmail.com
on 27 Jun 2014 at 3:18
Original issue reported on code.google.com by
pinsb...@gmail.com
on 5 Jan 2012 at 1:25