I think los17.1 has some extra wireless adapter drivers + internal bluetooth + external bluetooth adapters support. Also links to correct nexmon lib files are on the los17.1 guideWhat is the difference between Kali NetHunter for Huawei Nexus 6P LOS17.1 and Kali NetHunter for Huawei Nexus 6P Android 8.1. There are some important differences in how nethunter works
There is also NethanterI think los17.1 has some extra wireless adapter drivers + internal bluetooth + external bluetooth adapters support. Also links to correct nexmon lib files are on the los17.1 guide
Yes the same kernel for LOS17.1 works for PE 10. My new favourite is LG V20. Has all the good normal phone features + IR + all NH features and Nexmon will be ported this year!There is also Nethanter
Android 10 Pixel for Nexus 6P. I looked through a lot of forums on different smartphones. I have highlighted the perfect smartphone for nethunter. It seems to me that these are smartphones from the oneplus pro line. There are bugs everywhere. Why not use a Raspberry Pi or a regular laptop. After all, wireless wi-fi devices have become long-range. You can use a directional antenna. Someone will say that you can’t put a laptop in your pocket. To actively learn kali linux, you need its full version. Raspberry would be ideal.
The start wlan0 monitor mode is for qcacld3 phones (most phones, nexmon is broadcom), you can edit the custom command by holding it long and add: nexutil -m2. To stop monitor mode: nexutil -m0Hi
I just got this phone yesterday, and I've been flashing between stock Oreo 8.1 and LOS 17.1, and whenever I run the command "Start wlan0 in monitor mode" I get an error "that says in the screenshot" on both, I have nexutil -m2 command runnable in androidSU, am I missing something here? Help would be appreciated
Ran the command with no error, but when I run "iwconfig wlan0", it says that its still in managed mode, im kinda a newbie at this stuff xdThe start wlan0 monitor mode is for qcacld3 phones (most phones, nexmon is broadcom), you can edit the custom command by holding it long and add: nexutil -m2. To stop monitor mode: nexutil -m0
Oh yes ignore that. Nexmon works differently. Just use as it is. So when you put into monitor mode. Make sure it's disconnected from any AP. Then use airodump in nh terminal. And whenever you start a new terminal session, use export LD_PRELOAD=kalilibnexmon.soRan the command with no error, but when I run "iwconfig wlan0", it says that its still in managed mode, im kinda a newbie at this stuff xd
Do you have kalilibnexmon.so there? See the files https://www.androidfilehost.com/?fid=8889791610682951480Got this when executing airodump, and did use the export command
Does the files need to be extracted to /mnt/sdcard or somewhere else?Do you have kalilibnexmon.so there? See the files https://www.androidfilehost.com/?fid=8889791610682951480
mostly only the kalilibnexmon.so is needed wherever you'd like in kali chroot, then use that path for LD_PRELOADDoes the files need to be extracted to /mnt/sdcard or somewhere else?
mostly only the kalilibnexmon.so is needed wherever you'd like in kali chroot, then use that path for LD_PRELOAD
Is this what you need?
I think that uses RTL8188EUS driver which is not supported by Nexus 6P. I'll try to add now, you messaged me in the right timeactually, i've picked up a tp-link tl-wn822n "v4" RTL8192EU, and installed the wireless firmware for nethunter "that also has support for both the bcm4358 and the RTL8192EU, don't know if i needed to do anything else because the RTL8192EU shows up in lsusb, but doesn't seem to show up in iwconfig, even after running apt update && apt-get full-upgrade
At first the export didnt work, but It was fixed by typing the full path to it rather just the file name, and I got into airodump-ng, but this error keeps flashing, though I have flashed the elemental x kernel for los 17.1, does this conflict with anything with the nethunter kernel?unset LD_PRELOAD. (or start new terminal) show me path of .si
I think that uses RTL8188EUS driver which is not supported by Nexus 6P. I'll try to add now, you messaged me in the right time
Anyway, I see the lib name now, I always mix up. do export LD_PRELOAD=libnexmonkali.so instead of kalilibnexmon
OUCH elemental X kernel doesn't have any nethunter drivers enabled. Use the one from kali.org, or check the one I built now below for your wn722At first the export didnt work, but It was fixed by typing the full path to it rather just the file name, and I got into airodump-ng, but this error keeps flashing, though I have flashed the elemental x kernel for los 17.1, does this conflict with anything with the nethunter kernel?
I did
I need to recheck if I did, kinda forgot if I did or not xd
Ah yes. Ignore, I'll get it soon@yesimxev Size of original vendor file posted before has size of 88.7MB but now the new file downloaded size is only 18.5 MB, i think this not the original file and only its name is replaced as vendor.squashfs.zip and one more thing I also try to replaced the file id and name in above link and try to download it with wget, but it throw 403 forbidden.
I've got it. Yes you could, it's for the nexmon firmware only. https://github.com/yesimxev/nethunter_files/raw/main/angler/vendor.squashfs.zipIm waiting too... LOL
EDIT: Its possible to install everything and leave this squasfs file to install later? I have my phone on TWRP screen for almost two days now waiting while im trying to find this squashfs flie. XDDD
Reinstall/update NH app through store and reboot should help
fastboot flash vendor vendor.squashfs
adb push fstab.angler /sdcard/
adb shell "twrp mount /system_root && twrp remountrw /system_root && cp /sdcard/fstab.angler /system_root/"
twrp mount /system_root && twrp remountrw /system_root && cp /sdcard/libnexmonkali.so /system_root/system/lib64/kalilibnexmon.so && cp /sdcard/libnexmon.so /system_root/system/lib64/ && cp /sdcard/nexutil /system_root/system/xbin/ && chmod a+x /system_root/system/xbin/nexutil
adb push libnexmon* /sdcard/ && adb push nexutil /sdcard/
mount -o rw,remount / && cp /sdcard/libnexmonkali.so /system/lib64/kalilibnexmon.so && cp /sdcard/libnexmon.so /system/lib64/ && cp /sdcard/nexutil /system/xbin/ && chmod a+x /system/xbin/nexutil
twrp mount /system_root && twrp remountrw /system_root && cp /sdcard/libnexmonkali.so /system_root/system/lib64/kalilibnexmon.so && cp /sdcard/libnexmon.so /system_root/system/lib64/ && cp /sdcard/nexutil /system_root/system/xbin/ && chmod a+x /system_root/system/xbin/nexutil
nexutil -m2
export LD_PRELOAD=/system/lib64/kalilibnexmon.so
wget http://old.kali.org/kali/pool/main/i/iptables/iptables_1.6.2-1.1_arm64.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip4tc0_1.6.2-1.1_arm64.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip6tc0_1.6.2-1.1_arm64.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libiptc0_1.6.2-1.1_arm64.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libxtables12_1.6.2-1.1_arm64.deb
dpkg -i *.deb
apt-mark hold iptables
apt-mark hold libip4tc0
apt-mark hold libip6tc0
apt-mark hold libiptc0
apt-mark hold libxtables12
Ah yes. Ignore, I'll get it soon@yesimxev Size of original vendor file posted before has size of 88.7MB but now the new file downloaded size is only 18.5 MB, i think this not the original file and only its name is replaced as vendor.squashfs.zip and one more thing I also try to replaced the file id and name in above link and try to download it with wget, but it throw 403 forbidden.
adb push fstab.angler /sdcard/
adb shell "twrp mount /system_root && twrp remountrw /system_root && cp /sdcard/fstab.angler /system_root/"