Results 1 to 6 of 6

Thread: rt2870/3070 injection fails

  1. #1
    Join Date
    2013-May
    Location
    Netherlands
    Posts
    6

    rt2870/3070 injection fails

    Hi everyone!
    I recently hooked up my Ralink rt3070 (but detected as rt2870/3070, I don't truly know what to think, link to wifi-card), but when using my freshly installed Kali 1.0.6 i386, I am not able to inject packages to neither of my two experimenting WEP-routers; both do not have anything annoying turned on as MAC-filter or such things. When I tested injection using [aireplay --test wlan1] (>on a laptop), I first got injection working on all routers in the neighbourhood, but not mine. Both routers just report:
    Code:
    18:13:13  Waiting for beacon frame (BSSID: 94:44:52:50:B6:6E) on channel 6
    18:13:13  Trying broadcast probe requests...
    18:13:15  No Answer...
    18:13:15  Found 1 AP 
    
    18:13:15  Trying directed probe requests...
    18:13:15  94:44:52:50:B6:6E - channel: 6 - 'teddy'
    18:13:21   0/30:   0%
    With the "modprobe" suggested in this post (other steps do not trigger a response, for instance blacklist-file doesn't exist when opening with nano), I got my accespoint to react when using "aireplay-ng -1 0 -e ESSID -a BSSID -h MAC wlan1", although I constantly received deauthentication packets, it was more than it was before.

    Do you have any tips? It is getting kinda frustrating:/

    P.S. I have mainly used the aircrack-ng.org manuals.
    P.S.2: It might be worth saying that the wifi-adapter is detected and working in Kali, i.e. I can connect to my home-network and browse the internet without problems. Airodump works, only it goes really slow (without injection 300 ivs after 2 hours).

  2. #2
    Join Date
    2013-Aug
    Location
    Italy
    Posts
    65
    i was solved in this way and i have the some cipset card
    https://forums.kali.org/showthread.p...rt2870-3070usb
    Est modus in rebus
    cd /usr/bin/bad

  3. #3
    Join Date
    2013-May
    Location
    Netherlands
    Posts
    6
    Thank you very much for your reply! I followed your guide, but there are two things that give problems: which driver should I use? According to airmon-ng I use the rt2800USB driver, and that driver is not in the "defconfigs" folder. And when I execute make, I get a "Error 1" : "Your kernel headers are incomplete/not installed." And for the internet WiFi card (iwlwifi) I get the same error. What am I doing wrong?
    Linux me gaudet maxime!
    Latina loqui me gaudet quoque(:

  4. #4
    Join Date
    2013-Aug
    Location
    Italy
    Posts
    65
    Quote Originally Posted by X61045T View Post
    Thank you very much for your reply! I followed your guide, but there are two things that give problems: which driver should I use? According to airmon-ng I use the rt2800USB driver, and that driver is not in the "defconfigs" folder. And when I execute make, I get a "Error 1" : "Your kernel headers are incomplete/not installed." And for the internet WiFi card (iwlwifi) I get the same error. What am I doing wrong?
    try to install kernel headers
    Code:
     apt-get install -y linux-headers-$(uname -r)
    and try to use
    Code:
    make deconfig-wifi
    rt3070/2800 is in there configuration file
    Last edited by Devil_D; 2014-04-24 at 16:55.
    Est modus in rebus
    cd /usr/bin/bad

  5. #5
    Join Date
    2013-May
    Location
    Netherlands
    Posts
    6
    Thank you very much! I got it working now(: Only fragmentation-attack and chopchop do not really work, any idea what causes that?
    Only problem is, I went to fast and now my internal WiFi card does not work anymore

    Will this work on my Raspberry Pi (with Kali 1.0.6 image), that is where it all started.
    Linux me gaudet maxime!
    Latina loqui me gaudet quoque(:

  6. #6
    Join Date
    2016-Apr
    Posts
    4
    Quote Originally Posted by X61045T View Post
    Thank you very much! I got it working now(: Only fragmentation-attack and chopchop do not really work, any idea what causes that?
    Only problem is, I went to fast and now my internal WiFi card does not work anymore

    Will this work on my Raspberry Pi (with Kali 1.0.6 image), that is where it all started.
    Quote Originally Posted by Devil_D View Post
    try to install kernel headers
    Code:
     apt-get install -y linux-headers-$(uname -r)
    and try to use
    Code:
    make deconfig-wifi
    rt3070/2800 is in there configuration file

    Hi.
    I am trying to apply this method to make my rt3070 adapter's injection,but i get this
    Code:
     "> *original patch by Mathy Vanhoef
    | *http://www.mathyvanhoef.com/2012/09/compat-wireless-injection-patch-for.html
    | *fixed in offset by Devil_D
    | *fixed new driver backports-3.12-1 @feelingfree
    |diff -r 6b71629b673d drivers/net/wireless/rtl818x/rtl8187/dev.c
    |--- a/drivers/net/wireless/rtl818x/rtl8187/dev.c	Tue May 28 16:57:23 2013 -0400
    |+++ b/drivers/net/wireless/rtl818x/rtl8187/dev.c	Tue May 28 17:16:15 2013 -0400
    --------------------------
    File to patch:

    What to do?What file should i choose?
    Please help me out here.i have been working and researching almost for a month to make it work.

Similar Threads

  1. Help with Ralink RT2870/3070 Hostapd
    By Cyb3rg0d in forum General Archive
    Replies: 2
    Last Post: 2015-03-30, 20:41
  2. ALFA AWUS036NH RAILINK RT2870/3070 failed to set txpower help
    By constantinex in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2015-01-11, 15:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •