Skip to content
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

Fixed channel issue on Qualcomm qcacld3.0 #29

Open
spiral009 opened this issue Oct 9, 2023 · 6 comments
Open

Fixed channel issue on Qualcomm qcacld3.0 #29

spiral009 opened this issue Oct 9, 2023 · 6 comments

Comments

@spiral009
Copy link

I'm trying to run bully in a chroot environment on termux.
I can run airodump-ng on fixed channel with `--ignore-negative-one" option but I don't see such option in bully nor reaver , reaver just keeps segfault

root@localhost:~# bully   -b 08:40:F3:E9:D2:A1 wlan0
[!] Bully v1.4-00 - WPS vulnerability assessment utility
[P] Modified for pixiewps by AAnarchYY([email protected])
[!] ioctl(SIOCGIWFREQ) on 'wlan0' failed with '0'
Segmentation fault

root@localhost:~# bully   -b 08:40:F3:E9:D2:A1 -c 4 wlan0
[!] Bully v1.4-00 - WPS vulnerability assessment utility
[P] Modified for pixiewps by AAnarchYY([email protected])
[+] Switching interface 'wlan0' to channel '4'
[!] ioctl(SIOCSIWFREQ) on 'wlan0' failed with '-1'
[X] Unable to set channel on 'wlan0', exiting

I don't see any patch for fixed channel for qcacld3.0

@soxrok2212
Copy link
Collaborator

What is the chip you're trying to use?

@spiral009
Copy link
Author

spiral009 commented Oct 9, 2023

I'm not sure , my android is using snapdragon 870
https://github.com/kimocoder/qualcomm_android_monitor_mode

@soxrok2212
Copy link
Collaborator

This is probably a driver problem. Can you try with airodump and see if it is able to set a channel correctly?

@spiral009
Copy link
Author

Well airodump-ng can capture on fixed channel with --ignore-negative-one option otherwise i get fixed channel -1 error

@soxrok2212
Copy link
Collaborator

Did you verify it actually listens on the correct channel when you use that option?

@spiral009
Copy link
Author

spiral009 commented Oct 9, 2023

Yeah airodump-ng wlan0 --bssid 08:40:F3:E9:D2:A1 -c 4 --ignore-negative-one

Screenshot_٢٠٢٣١٠١٠-٠٢٥٨٢١_Termux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants