Giter Site home page Giter Site logo

Comments (25)

axldmg avatar axldmg commented on August 22, 2024 1

(Thanks @kimocoder, much appreciated). Enjoy the rest of your holidays man! ;)

Btw, by 'crash' I mean that it just literally freezes (like absolute zero kelvin freezing, totally unresponsive, just like it was a screenshot) :). And I have to force shutdown it using the menu of VMWare.
On my side, I will try to reproduce using VirtualBox sometimes during the weekend, and update this thread with the outcome...

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024 1

Hahaha, just loved your vid & thanks.. Made my day :D

Your happy, I'm happy! Glad we could help eachother figure this out sir. Have a fantastic day.

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

Thanks for the good information on the issue. As we discussed on Kali bug system, I will personally be looking into the problem when I get home from holiday, but if others could try reproducing this 'crash' it would be just great. E.g, other systems then OSX, pure Kali setup without virtual machine and so on. Again, great report.

from rtl8812au.

yesimxev avatar yesimxev commented on August 22, 2024

Doesn't freeze my pure Kali setup. But similar compability as before - at least airodump sometimes scans, but sometimes not. Still no captures at all, no injection. Also no airbase. Mdk3 and hostapd works fine though

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

@axldmg & @yesimxev I just pushed a commit with DKMS & kernel v4.12 support for branch v5.1.5.
could you guys try updating the driver to see if the problem is fixed? Kali is using v4.3.21 at the moment, but the v5.1.5 is becoming ready.

  • Howto?
    Uninstall the "realtek-rtl88xxau-dkms" with apt-get
    Use "git clone https://github.com/aircrack-ng/rtl8812au -b v5.1.5" for cloning the 'new' version
    Use "make" for building 8812au driver, or "make RTL8814=1" for the 8814au driver. Remember when using "make install" that both drivers have to be buildt.

then check if your problem still persist & report back here

from rtl8812au.

yesimxev avatar yesimxev commented on August 22, 2024

I built both of them, then did make install RTL8814=1
Airodump scans straightaway (with a bit of lag sometimes), can monitor 2.4ghz with inject! 👍
Airbase works! 👍 Can't set MTU to 1800 (not related to driver I guess?)
But 5ghz injection still not working? Just says BSSID not found whereas it's obviously existing. That might be not driver issue just aircrack tools (as 5ghz is not working with my AWUS051NH v2 either)..
Thanks @kimocoder

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

The 5ghz issue I actually got a fix for somewhere, it's a patch for aircrack-ng which I need to lookup again, then I may post it here later. There still is a ping buffer issue related to this driver stack, but I hope someone may resolve it with time. There's also released a v5.2.9 version (only for 8812au), but it needs monitor/injection support still. Thanks for your time sir

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

Hey :)
Well, I'm afraid it's not as straight forward as for @yesimxev on my side. :(

I get an stderr output when invoking make command (see attached screenshots).
PS: I have my main Kaliwork, which I have indeed personalized, it's the first screenshot, as well as a KaliDev, which is always reverted whatever I do with, except for updates, so it's like a fresh install up to date, and both are showing the same error message).
Third screenshot is the content of /lib/modules/4.12.0-kali1-amd64, since that it's the error raised...

screen shot 2017-08-27 at 13 28 40

screen shot 2017-08-27 at 13 30 57

screen shot 2017-08-27 at 13 35 22

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

As for the trial with VirtualBox, well, I just couldn't do it because VirutalBox support only USB 1.0 (no comment lol), unless installing an extension pack which is described, by VirtualBo,x as "Potentially fatal to your system"... which does not sound very attractive!.

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

btw, I know that, by default, airodump-ng hop on 2.4GHz channels and that you have to pass as an argument to sniff on 5.0GHz... I wonder if it could be the same with aireplay-ng?

from rtl8812au.

yesimxev avatar yesimxev commented on August 22, 2024

When I enter a 5ghz channel (eg. 36) on airodump, I can monitor 5ghz network. Only injection not working. For your build. Did u do full apt-get update, upgrade, dist-upgrade? I'm running the latest of everything and built with make and make RTL8814=1 . Then make install RTL8814=1 worked straightaway. Pure install though no VM

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

There's something wrong with your modules, missing the "build" symlink and others.. have you updated everything btw? because the kernel got updated 3 times the past 46 hours as seen here. you may also try to re-install the linux-headers package because your build is a bit f***** over there 🤕

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

Well, if I have a regular need for sniffing, it's not in the context of packet injection, so I barely know the aireplay-ng feature of the aircrack-ng suite (thus I'm not going to be of great use here :)).

Yeah, yeah, of course, absolutely up to date, packages and distro.

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

@yesimxev as for the 5ghz issue take a look what I did here you could clone the main aircrack-ng repo and cherry-pick those patches for fixing the 5ghz issue + adding channels or whatever you want :)

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

@axldmg it should look like this..

screenshot from 2017-08-27 15-12-28

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

@kimocoder LOL
Yeah, and the weird part is that my KaliDev is has exactly the same problem...

Please have a look at the screenshots below and tell me if that make sense to you...

screen shot 2017-08-27 at 15 02 38

screen shot 2017-08-27 at 15 12 38

In the meantime, I'm downloading a fresh iso from kali.org... I'll see how it ends up once installed
Also, I'll try to manually add the ln as per your screenshot

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

alright, headers being reinstalled now (of course, apt doesn't have this feature, only apt-get...)
TBC... ;)

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

headers reinstalled, rebooted, updated, upgraded, distilled-upgraded (0 packages each time)
make: same error.
building symbolic links now (because the targets of build and source exist, and in the same up to date version as yours)...
TBC..

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

That's the only way to put it ;)
And, of course, I've been browsing like hell for the last 15 minutes, launching browser, mail app and IRC at the same time, and no more Mr Freeze!!

Brilliant!!!!! Thank you so much for amazing fixing in record-breaking time @kimocoder

POC:
screen shot 2017-08-27 at 15 37 56

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

I'm running out of time right now, but I'll have a thorough use of aircrack-ng during the week: I'll write down here next weekend any event worthwhile

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

issues with TLP / powersaving has now been resolved. Please use "git pull" to update the driver and build it again to resolve those issues :)

from rtl8812au.

alisidani avatar alisidani commented on August 22, 2024

For awus1900 :not resolver
Can put it into monitor mode and also scan networks but cannot connect to any..keep asking for password in awus1900 and not connecting

from rtl8812au.

axldmg avatar axldmg commented on August 22, 2024

@kimocoder update perfect! Monitor mode now lists APs fast as a blink of an eye and within an impressive range (even faster now than my old good 036NHA with Atheros AR9271, way wider range). Really nice, I'm positive I'll have a lot of fun with during the week (and, as I posted earlier, I'll come back to you next weekend with everything relevant)

@alisidani As per your description, I'm not even sure you correctly entered in monitor mode... Could you please elaborate and detail the commands you use? (it will help to help you)

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

Great! This has been an educational day, got lots done. As for the AWUS1900, I got this myself and will take a look at it when im home in 7 days but besides that issue, it's all good :)

from rtl8812au.

kimocoder avatar kimocoder commented on August 22, 2024

AWUS1900 issue resolved. Everything working fine.

from rtl8812au.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.