-
Notifications
You must be signed in to change notification settings - Fork 454
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
tcpdump for Monitor mode on Nexus 6P #245
Comments
I think you should set your interface in monitor mode before running the tcpdump to be able to capture all the wifi trafic around you. Do you have log or error on screen while you try to put the wifi chip in monitor mode ? Do you compile the latest app with the latest tools ? If it isn't the case please try it. |
From my experimenting since ive re-built all tools and FW in my 7.1.2 nethunter install using ported oreo FW so im running the 7.112_300_14_sta on nougat. one thing you should try is running nexutil -m to see the state of the network adapter. And confirm which LD_PRELOAD is being sourced by runing echo $LD_PRELOAD (yes in caps and to see other veriables go to kali chroot and type $ then hit tab to see all options. They help scripting and all that too) |
I got an open issue about the 32 bits 64 bit. |
No this is what to do >.........Downgrade to 7.1.2 im using pure nexus ..install firmware through apk or from nexmon on pc. Clone nexmon on the phone in nethunter chroot. |
I installed Nexmon app and properly installed all tools required on Nexus 6P (running Android 7.1.2).
While I run the command nexutil -m2 and I check the ifconfig before and after running the command, I found no change. What I was expecting wlan0 should show the PROMISCUOUS(/monitor) mode. Can anyone plz tell me why I am getting this?
Then how can I make sure monitor mode enabled on Nexus 6P?
Secondly using the libfakeioctl.so, I want to run tcpdump so that I can get the tcpdump for all the devices connected to the same Wifi router. But I am getting packets for only the device where I am running the tcpdump.
The command I executed LD_PRELOAD=/su/xbin/libfakeioctl.so tcpdump -vv -i wlan0
Why am I not getting the tcpdump for all devices connected to the wifi-router with which I am connected now?
The text was updated successfully, but these errors were encountered: