-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Crash with Kali Linux (fully updated - last version of AngryOxide) #27
Comments
Looking into this |
Can you resend that same screenshot (the startup messages) but after doing the following:
That will show me that nl80211 is correctly identifying the frequency/channel data set by an outside program. Running AngryOxide again after that, does it crash, and is it immediate? Can you determine which channel it crashes on (if not immediate). |
Hey, thanks for your help. at first I could see the boarder of your tool... (and I thought "now it works") but like 1 seconds later, same error. All further attemps did crash like 1 second after the "Sockets opened" message. |
It's failing to retrieve the frequency (or deduce the channel, not sure which) from netlink. You aren't the only person experiencing this issue, but it is (seemingly) only happening with Realtek out-of-kernel drivers. I'm digging into it and trying to find a fix, if you want to continue to help you can pop into the discord, otherwise I'll update here when I get somewhere on this. |
The latest commit enables tracing and may give me the information I need to fix this. If you could rebuild from the master branch and run like the following:
This will create a directory named "logs" in your current directory, and if you send me that log directly as a private message (for privacy reasons) I may be able to look through it and identify the issue. Thanks! |
Hello, I am experiencing the exact same issue and cannot find a solution to get angry oxide to run |
I tried running but it still has the exact same error as in the screenshot from the person above |
Did you build it from the latest source? The crash will still exist, but it will print a debug log that we can use to help troubleshoot. |
I rebuilt it from the master branche with these instructions:
Then I that:
But I don't see any logs directory...where should it be? |
Unfortunately I had to pull the tracing from the repo, as there was a conflict that caused another more widespread crash. I'm working on pushing some updates to the underlying library that may resolve this, but I also need to try and reproduce it locally to make sure. One thing I will ask is that you run:
|
I have sent an update that may correct this error, but I'm not positive. Additionally I added a catch for this specific error that will give some more information whenever the crash happens. |
After some more testing I am concluding for now that this is a driver issue, and suggest to avoid Realtek out of kernel drivers that seem to not be sending channel information in monitor mode (or in station mode, maybe?) When I get my hands on a Realtek adapter again I will rerun thorough testing locally and try and resolve this on my end. |
Describe the bug
It crashes right after the start:
thread 'main' panicked at src/main.rs:1095:48:
called
Option::unwrap()
on aNone
valuenote: run with
RUST_BACKTRACE=1
environment variable to display a backtrace** Hardware (please complete the following information):**
The wlan drivers work as far as I can tell in other tools.
Regards and thanks for you effort
The text was updated successfully, but these errors were encountered: