-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
injection test observations #1
Comments
oh, there is another one. looks like somewhere along the source a 12dBm txpower limit applied, while free setting of txpower looks not implemented. (some other forum explained that the 12dBm was just for testing purpose back in time). regards, lev |
further digging into the source files i found a 12 dbm "announcment" only in "ioctl_cfg80211.c" is that so? i'm not an expert on any level in programming drivers. |
The txpower issue is related in most Realtek drivers, it's been fixed in our rtl8812au drivers at https://github.com/aircrack-ng/rtl8812au branch from v5.6.4 and above where the phydm has been updated. |
is the 8812au branch helps some way with the 8192eu? i use the dkms driver with a pair of alfa awus1900 and powerwise everything ok. |
hi, successfully installed driver. i followed your readme.md and by that it looks to me that the original zeerooo's git is cloned/ compiled.
there after loading the modul i had little trouble to find how to unbind from rtlxxxu and bind it to rtl8192eu. finally i figured it and my "tenda u1" (FCC ID: V7TU1DET) sticks running with this driver.
Unfortunately after reboot the binding returns to rtl8xxxu driver, so i have to rebind it every time with a script after reboot. (i gave 0bda:818b new_id).
So observations: as soon your driver in charge the sticks start up in promiscuous mode without any user involvement, and they got wlan1/wlan2 names.
airodump-ng / aireplay-ng work directly, airmon-ng showing the rtl8192eu driver.
with aireplay-ng i made card to card test (both card is the tenda u1):
on all 3 APs in vicinity made 30/30 100%
attack -0 ok
attack -1 open ok
attack -1 psk ok
the rest of attacks -2,3,4,5,6,7 all failed.
is that supposed to mean that deauth and fakeauth work only?
after using one or few times the cards stop finding ap-s.
even i set airodump on a single channel.
stations show up but no APs.
probably networkmanager messed it up. after reboot and rebind again working.
cheers, lev
The text was updated successfully, but these errors were encountered: