Aircrack-ng forum

General Category => General help => Topic started by: bugged on May 23, 2016, 12:15:31 pm

Title: aireplay-ng in 5Ghz
Post by: bugged on May 23, 2016, 12:15:31 pm
hello everyone!

  I am studying 5Ghz injection but get stucked for some days. Here is what i did:
    adapter: RaLink chipset rt3572 rt2800usb;
    airmon-ng check kill; airmon-ng start wlan5 36;
    it turns to monitor mode, then wlan5mon is created;
    airodump-ng --channel 36 wlan5mon, after that it can capture packets from a 5Ghz ap;
 
  but when using aireplay-ng -0 to deauth, it always reports that:
        []waiting for beacons from mac:xxxxx...
        []no such bssid available. please specify a .....
  when aireplay-ng -9 wlan5mon, it finds no APs.

  What can i do? :'( Any suggestion will be appreciated!
Title: Re: aireplay-ng in 5Ghz
Post by: bugged on May 23, 2016, 03:37:45 pm
    And now, I use aireplay-ng -D when starting deauth, then the DeAuth frames are sending...

    but nothing happens within the connection between clients and the AP,
 
    so, what's the problem? I need help...
Title: Re: aireplay-ng in 5Ghz
Post by: misterx on May 24, 2016, 12:42:27 am
Try current svn and report back. A potential fix was pushed a day or 2 ago.
Title: Re: aireplay-ng in 5Ghz
Post by: wafflewarrior on May 31, 2016, 04:26:00 pm
Try current svn and report back. A potential fix was pushed a day or 2 ago.

I have the same problem, tried installing the current SVN as you suggested, after doing so, I found that aireplay-ng reports successful injection, however it finds no APs to test with. 

Despite that, I have one 5ghz router sitting right next to me, and I'm on the exact same channel as it.  Directed attacks only result in aireplay-ng reporting that it is looking for a beacon frame, which it never finds...

Here's some text

When looking for APs with injection test
Code: [Select]
sudo aireplay-ng -9 wlan1mon
12:04:05  Trying broadcast probe requests...
12:04:05  Injection is working!
12:04:07  Found 0 APs

Directed injection test:
Code: [Select]
sudo aireplay-ng -9 -a C0:C1:C0:D0:4B:6A wlan1mon
12:13:29  Waiting for beacon frame (BSSID: C0:C1:C0:D0:4B:6A) on channel 157

However I can clearly see this station in airodump-ng

Code: [Select]
CH 157 ][ Elapsed: 10 mins ][ 2016-05-31 12:22                                         
                                                                                                       
 BSSID              PWR RXQ  Beacons    #Data, #/s  CH  MB   ENC  CIPHER AUTH ESSID
                                                                                                       
 C0:C1:C0:D0:4B:6A  -16 100     5900      810    0 157  54e  OPN              5 GHZ BABY                     
                                                                                                       
 BSSID              STATION            PWR   Rate    Lost    Frames  Probe                             
                                                                                                       
 C0:C1:C0:D0:4B:6A  (my MAC address)  -38    6e-24      0      979  5 GHZ BABY                         
     

Any suggestion would be greatly appreciated.
Title: Re: aireplay-ng in 5Ghz
Post by: misterx on June 01, 2016, 12:35:20 am
OK, I was able to reproduce and I confirm it's a bug.
Title: Re: aireplay-ng in 5Ghz
Post by: yudidi on June 10, 2016, 10:52:13 am
OK, I was able to reproduce and I confirm it's a bug.

this bug fixed?
Title: Re: aireplay-ng in 5Ghz
Post by: misterx on June 10, 2016, 06:42:41 pm
Not yet. I'm busy with a bunch of other things along with my full time job (which isn't Aircrack-ng yet).
Title: Re: aireplay-ng in 5Ghz
Post by: yudidage on June 18, 2016, 06:49:01 am
kali1.1.0 kernel 3.18.0   aireplay-ng on 5G works.....
but I don‘t konw why.....
Title: Re: aireplay-ng in 5Ghz
Post by: kcdtv on June 18, 2016, 04:55:31 pm
Not yet. I'm busy with a bunch of other things along with my full time job (which isn't Aircrack-ng yet).
You should consider it : wage is high and the health insurance is one of the best in the market.
Quote from: yudiage
kali1.1.0 kernel 3.18.0
Thank you very much for the information: At least we can have a USB live with kali 1.0 and are able to inject in 5Ghz with this "walk around"
Good to know.
The reason? Blame system.d ! (I don't know at all; but i decided that i will always blame system.d when something goes wrong with latest kernel  :D )
Title: Re: aireplay-ng in 5Ghz
Post by: yudidi on June 22, 2016, 08:44:49 am
hello everyone!

  I am studying 5Ghz injection but get stucked for some days. Here is what i did:
    adapter: RaLink chipset rt3572 rt2800usb;
    airmon-ng check kill; airmon-ng start wlan5 36;
    it turns to monitor mode, then wlan5mon is created;
    airodump-ng --channel 36 wlan5mon, after that it can capture packets from a 5Ghz ap;
 
  but when using aireplay-ng -0 to deauth, it always reports that:
        []waiting for beacons from mac:xxxxx...
        []no such bssid available. please specify a .....
  when aireplay-ng -9 wlan5mon, it finds no APs.

  What can i do? :'( Any suggestion will be appreciated!


Is this bug salved?
Title: Re: aireplay-ng in 5Ghz
Post by: kcdtv on June 22, 2016, 01:18:02 pm
What is the point to ask it repetitively?  ???
It won't make things happen faster...
Check the changelog of the new versions, if the bug is fixed it will appear here.
By the way; you an also try and install the last svn version and see it for yourself...   ;)
Title: Re: aireplay-ng in 5Ghz
Post by: misterx on June 23, 2016, 12:18:03 am
We'll let you know when it is fixed.
Title: Re: aireplay-ng in 5Ghz
Post by: wafflewarrior on June 28, 2016, 03:58:00 pm
Not sure if you did anything, but this works for me now  :).

I think I was trying in inject on a channel the card did not support, so it would just hang.  I'll take a look further to see if that was the case.