Ragnt / AngryOxide

802.11 Attack Tool
GNU General Public License v3.0
957 stars 47 forks source link

Crash on Pinephone Pro with Kali Linux Nethunter Pro #22

Closed meditant closed 6 months ago

meditant commented 6 months ago

Hi,

I have this crash on Pinephone Pro with Kali Linux :

Attack Rate: Normal (2) Setting wlani down. Randomizing wlani mac to 18xxxxxx Setting wlani to Monitor mode. ("active" flag: true) Setting wlan1 up. OUI Records Imported: 50153 thread 'main' panicked at src/rawsocks.rs: 138:43: called Result:: unwrap()' on an 'Err" value: Other("Missing patch version component") note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Latest kali linux nethunter pro and COMFAST CF926AC v2 (MT7612u), ALFA AWUS036ACS (RTL8812au), ALFA AWUS036ACM (MT7612u) i dont try other adapters.

Ragnt commented 6 months ago

What does /proc/sys/kernel/osrelease contain?

meditant commented 6 months ago

6.6-rockchip

Ragnt commented 6 months ago

Yeah, that would be why.

It’s not a valid Linux kernel version, so AO doesn’t know what to do. I’ll write a handler that defaults to the safest possible configuration if it doesn’t understand the version info and it’ll be in the latest dev branch until I merge it in 0.8.6.

On Sun, Feb 18, 2024 at 5:57 PM, Franck RONDOT @.***(mailto:On Sun, Feb 18, 2024 at 5:57 PM, Franck RONDOT < wrote:

6.6-rockchip

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

meditant commented 6 months ago

Great

Ragnt commented 6 months ago

This should be good to go in 0.8.6+

Closing