[ROM][Official] Kali NetHunter for the Nokia 6.1 LOS18.1 - Nokia 6.1 (2018) ROMs, Kernels, Recoveries, & Othe

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I present to you: Kali NetHunter for the Nokia 6.1 LOS18.1
Kali NetHunter is an Android ROM overlay that turns an ordinary phone into the ultimate Mobile Penetration Testing Platform.
The overlay includes a custom kernel, a Kali Linux chroot, an accompanying Android application, which allows for easier interaction with various security tools and attacks, as well as a client to the Kali NetHunter App Store.
Beyond the penetration testing tools arsenal within Kali Linux and the Kali NetHunter App Store, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page.
NetHunter is an open-source project developed by Offensive Security and the community.
~ Prerequisites ~
- Unlocked bootloader - https://www.techmesto.com/guide-unl...unlock_the_bootloader_on_Nokia_Android_phones
- Lineage 18.1 - https://download.lineageos.org/PL2
- Lineage recovery from above link
- TWRP 3.4.0 unofficial (if you have blank screen issue on LOS recovery) - https://www.androidfilehost.com/?fid=7161016148664802740
- Universal Force Encryption Disabler for Treble - https://www.androidfilehost.com/?fid=8889791610682920239
- Magisk – https://forum.xda-developers.com/apps/magisk
- Gapps - http://downloads.codefi.re/jdcteam/javelinanddart/gapps
~~ Downloads ~~
- NetHunter installer: https://www.androidfilehost.com/?fid=17825722713688281784
~~ How to Install ~~
Assuming you have unlocked bootloader, on official Android 9.
If you have Android 10, you might need to downgrade to 9 with OSTLA, as some users report blank screen issue on LOS or TWRP recovery, the cause is not confirmed yet.
To install LineageOS with encryption disabled, follow these steps:
- Reboot your phone into fastboot (download) mode
- fastboot flash boot lineage_recovery
- fastboot reboot, and hold vol+up + power until you get into LOS recovery
- adb sideload linage zip
- Advanced - reboot to recovery
- Format data
- Flash Gapps, Disabler, Magisk, and reboot into system
- Do initial setup
- Launch Magisk app to install and reboot
- Reboot to recovery
- ADB sideload NetHunter zip
- Reboot into system, start Nethunter app and chroot in it's menu
- Do a final reboot
- To upgrade to full Kali fs, do
Code:
apt-get update && apt-get install kali-linux-nethunter -y
, as this phone only accepts minimal fs for flashing.
~~~ Notes & Updates ~~~
- RNDIS is also working (didn't work on devices with kernel above 4.x), thanks to @Thiviyan
- If your TWRP is steady, you can still have the "OTG adapter not seen" issue. This happens since somehow, in a really misterious way, XHCI is not working if kernel is flashed from TWRP. Hence I say boot with fastboot, even if TWRP works.
- RTL88XXAU driver added, tested with AWUS1900
- Mana is being replaced, for the time being you can downgrade iptables with the following :
Code:
wget http://old.kali.org/kali/pool/main/i/iptables/iptables_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip4tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip6tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libiptc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libxtables12_1.6.2-1.1_armhf.deb
dpkg -i *.deb
apt-mark hold iptables
apt-mark hold libip4tc0
apt-mark hold libip6tc0
apt-mark hold libiptc0
apt-mark hold libxtables12
Credits: The Offensive Security Team and the NetHunter community
Android Version: 11.0
XDA: DevDB Information
Kali Nethunter, Kernel & ROM for the Nokia 6.1
Contributors
@yesimxev
For LineageOS: @theimpulson
For bootloader unlock and general Nokia support: @hikari_calyx
Huge thanks for both as this project would not be possible without them!
Source Code: https://gitlab.com/kalilinux/nethunter/
Kernel Source: https://github.com/yesimxev/android_kernel_nokia_sdm660
Follow me on Twitter!

Reserved

Yaaalittle confusion on installation process...

gouthamram said:
Yaaalittle confusion on installation process...
Click to expand...
Click to collapse
Let me know what's that so I can clear it up

yesimxev said:
Let me know what's that so I can clear it up
Click to expand...
Click to collapse
Iam already using LineageOS with LineageOS recovery.can I have to flash nethunter via adb sideload method???

gouthamram said:
Iam already using LineageOS with LineageOS recovery.can I have to flash nethunter via adb sideload method???
Click to expand...
Click to collapse
You can even do it if you copy on there, but you have to disable encryption first with format data, and Disabler zip. I have the same method on Xiaomi Mi A3

Installation worked for me. However, I'm not able to open a Kali shell with Nethunter terminal, the window closes just after selecting it. If I select Android Shell, and
su
bootkali
It starts to mount, and then it says su: failed to execute /usr/bin/zsh: No such file or directory.
apt-get returns : /system/bin/sh: apt-get: inaccessible or not found
The Kali Chroot Manager is launched and working.
Did I missed something ? Thx

Can you try again? I updated the zip link, as I first uploaded the wrong one, zsh was missing a long time ago in the fs. It was replaced then so the new zip should do the job

Perfect, it works. Thank you !

is otg working?mine wasnt after the flash

Is the installer universal ? Like can it be flashed on some other device on base los18

I'm having a problem with the installing. After installing nethunter via TWRP via fastboot. That is, HID and RNDIS does not work for me and OTG stopped working. How to solve this?

[email protected] said:
is otg working?mine wasnt after the flash
Click to expand...
Click to collapse
It should work if you flash with booted up TWRP from fastboot. It should also work for you, not sure what's going on @DublikuntMax any errors in dmesg after plugging in adapter? Also, USB Arsenal doesn't work for you?

iamsaalim said:
Is the installer universal ? Like can it be flashed on some other device on base los18
Click to expand...
Click to collapse
Only Nokia 6.1, because the package contains the NetHunter patched kernel of the device

will bluetooth arsenal ever work?

DublikuntMax said:
will bluetooth arsenal ever work?
Click to expand...
Click to collapse
Yes it works out of the box once everything is installed from NH app. External adapters only

yesimxev said:
Only Nokia 6.1, because the package contains the NetHunter patched kernel of the device
Click to expand...
Click to collapse
Ah, didn't thought that, rest others like the rootfs is generic then?

You can install this firmware on Nokia 6.1 plus

Hi there,
I'm having trouble installing nethunter on my 6.1 and I'm not sure how to troubleshoot. I've followed the instructions above and got a working lineage 18.1 system. Magisk appeared to be installed and working as well (installed in boot and app.) After flashing nethunter, reboot system puts me into fastboot mode. I reboot again and it just hangs at the androidone screen. I can still get back into fastboot mode and "fastboot boot twrp-3.4.0.img" still works as well.
The output of the kali install doesn't show any signs of having an issue. I tried finding /proc/last_kmsg and it doesn't seem to exist. Likewise, /sys/fs/pstore/ seems to be empty.
Is it likely this is from using the lastest versions of lineage and magisk? I'm on magisk 24.1 and lineage-18.1-20220125-nightly-PL2-signed.
Any ideas?

I'll try to reflash from stock and let you know how it goes. Most likely Magisk 24.1 (beta?) is the issue. Try a 22.0 or 23.0. I used one of those when made this guide @aeeaan

Related

[OFFICIAL]Kali Nethunter for Motorola Moto G5 [CEDRIC]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Kali Nethunter for Motorola Moto G5[cedric] with wireless attacks working​
INTRODUCTION:
The Kali NetHunter is an Android ROM overlay that includes a robust Mobile Penetration Testing Platform. The overlay includes a custom kernel, a Kali Linux chroot, and an accompanying Android application, which allows for easier interaction with various security tools and attacks. Beyond the penetration testing tools arsenal within Kali Linux, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, Wireless Attack and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page. NetHunter is an open-source project developed by Offensive Security and the community.
Note:
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this Kernel before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
Features:
802.11 Wireless Injection and AP mode support with supported USB wifi card such as TP-Link 722N V 1.0.
Supports BadUSB MITM attacks. Plug in your Nethunter to a victim PC, and have your traffic relayed though it.
Contains a full Kali Linux toolset, with many tools available via a simple menu system.
USB Y-cable support in the Nethunter kernel – use your OTG cable while still charging your Device!
Software Defined Radio support. Use Kali Nethunter with your HackRF to explore the wireless radio space.
SUPPORTED ROMs:
Oreo Based Custom ROMs
Now also supporting LineageOS 14.1 based ROM's[Update V 1.3]
Download the Nethunter LineageOS 14.1 kernel below, given in update section
Bugs:
1. Currently HID attacks is not Supported (working on a Permanent Fix for this). -- Fixed
2. While Installing Nethunter, none of the applications are installing automatically so I have given link below to download application zip, extract APK;s and install it manually (Only in Oreo based ROM's)
SCREENSHOTS:
All Screenshots are given Below
Root Access Is required so root your device before flashing all this files.
INSTALLATION INSTRUCTIONS:
Download the Latest Build From the Links Below
1. Install The Official TWRP Recovery From Here or use any other Supported Recovery that you currently have installed.
2. Take a Backup of your Current ROM.
3. Flash the NetHunter zip File.
4. Flash The Kernel Zip file
or
5. Full Nethunter Zip With Kernel.(File size is 928mb and takes 20 min to install fully so have patience)
6. Reboot (first boot will take time).
Enjoy!
Post Installation
After Flashing ZIP files, reboot your device and Install all the APK's(Only for Oreo based ROM's)
1. Open the NetHunter App and start the Kali Chroot Manager.
2. You might want to download the real packages which might be around 400-500 MB in size.
3. Set up Hacker Keyboard.
4. Set up custom commands.
Extra Information Regarding Wireless Attacks
1. To Enable Monitor Mode, type this cmd in the nethunter terminal - [sudo airmon-ng start wlan1]
2. to use Wifite V1, type this cmd in the nethunter terminal - [wifite --mon-iface wlan1mon]
3. to use Wifite V2, type this cmd in the nethunter terminal - [wifite -i wlan1mon]
Download Links
Nethunter Kernel(Only for Oreo)
Nethunter Zip
Full Nethunter Zip with Kernel(Only for Oreo)
Nethunter APK's
GitHub Source Codes:
Kali Nethunter Source Code
Motorola Moto G5 Kernel Source Code
Motorola Moto G5 LineageOS 14.1 Source Code
CREDITS:
Kali NetHunter Whole Team for the source code and guide!
@Martichou - Alize Owner and developer for his source code
Specially @infixremix for his work on alize kernel.
LineageOS team for the kernel source
Update releases
Code:
Update V 1.0 - Only Tp-Link 722N was supported
Update V 1.1 - HID support were added
Update V 1.2 - Some improvements in the kernel
Update V 1.3 - Support for LineageOS 14.1 were added
XDA:DevDB Information
Kali Nethunter, Tool/Utility for the Moto G5
Contributors
rajeshdubey293
Source Code: https://github.com/rajeshdubey293/kali-nethunter.git
Version Information
Status: Stable
Stable Release Date: 2018-06-20
Created 2018-07-12
Last Updated 2018-07-12
If you like my work please consider thanks.
ENJOY!
Updated kernel With HID Support
Download Link
Kernel With HID Support(For Oreo)
Note
Just flash this kernel Zip if you have already installed nethunter
SELinux permissive is required, so
If your ROM does not support permissive SELinux then follow below Link to enable it on boot time
1. if you have installed Magisk, Link
2. If you have installed other than Magisk then, Link
Update kernel V 1.2
Download Link:
Kernel V 1.2 With HID(For Oreo Only)
Update:
Better Performance
Hi, just to be sure, theoretically I can install it over my current rom LOS without losing anything, right?
DavidKirsch said:
Hi, just to be sure, theoretically I can install it over my current rom LOS without losing anything, right?
Click to expand...
Click to collapse
Of course !!nothing will erase.!! Enjoy.
This is an oreo rom but you've provided the link for 32bit recovery.
Exanneon said:
This is an oreo rom but you've provided the link for 32bit recovery.
Click to expand...
Click to collapse
It's not a rom
It's a zip that contains scripts & apps and a custom kernel needed for the app/scripts to run
Although the 32bit twrp should flash it since this is for oreo roms you should already have the 64bit twrp installed and you should not change it
Exanneon said:
This is an oreo rom but you've provided the link for 32bit recovery.
Click to expand...
Click to collapse
If you have installed Oreo ROM them you must have 64 bit recovery flashed but if you have flashed your Oreo using fastboot boot recovery.IMG then if you use 32 bit recovery also, for the flashing nethunter it will work..
Now Nethunter for Motorola Moto G5 is also supporting LineageOS 14.1 Based ROM
Procedure
1. Download Kernel Zip File
2. Download Nethunter Zip File
3. Flash Kernel Zip File
4. Flash Nethunter ZIP File
5. Reboot
No need to download Application Zip, there is no bug in LineageOS 14.1
Follow the post installation procedure given in main thread to setup Nethunter in your device..!!
Enjoy
Bugs
You tell me.!!
Kernel For LineageOS 14.1
Nethunter Zip File
Nod32 Alert
I know that this is "hacking stuff", but is it normal if my Antivirus (Nod32) detects a keylogger trojan in (kernel-nethunter-cedric-nougat-20180625_161916.zip) ?
Sorry if I asked something really stupid....
Palko21 said:
I know that this is "hacking stuff", but is it normal if my Antivirus (Nod32) detects a keylogger trojan in (kernel-nethunter-cedric-nougat-20180625_161916.zip) ?
Sorry if I asked something really stupid....
Click to expand...
Click to collapse
I am not sure about this because i don't use Windows, so i can not test it right now.!! give me some time, i will get back to this soon..
Palko21 said:
I know that this is "hacking stuff", but is it normal if my Antivirus (Nod32) detects a keylogger trojan in (kernel-nethunter-cedric-nougat-20180625_161916.zip) ?
Sorry if I asked something really stupid....
Click to expand...
Click to collapse
One more thing, if you have any doubt regarding virus or something, you can unzip the kernel zip file and see it manually.
Nod32 Alert(resp)
Thanks for the quick response!
What would be the point of having a keylogger written for windows in a linux based kernel file? Weird.
(Edit: I'm stupid, of course it reports keylogger on the keylogger.apk)
Sorry for troubling ya
Not happy once again uncredited , I work on al-ice Cedric martin works on it ocattionaly typical not credited .
infixremix said:
Not happy once again uncredited , I work on al-ice Cedric martin works on it ocattionaly typical not credited .
Click to expand...
Click to collapse
Am really sorry for this.i have edited my post.once again am really sorry that i forgot..
rajeshdubey293 said:
Am really sorry for this.i have edited my post.once again am really sorry that i forgot..
Click to expand...
Click to collapse
No worries sorry to come across rude , great work tho pal tested my router thanks to you
infixremix said:
No worries sorry to come across rude , great work tho pal tested my router thanks to you
Click to expand...
Click to collapse
Thank u..:laugh:
rajeshdubey293 said:
Download Link:
Kernel V 1.2 With HID(For Oreo Only)
Update:
Better Performance
Click to expand...
Click to collapse
What's the advantage of HID?
infixremix said:
What's the advantage of HID?
Click to expand...
Click to collapse
you can use your phone as mouse and keyboard by connecting it via USB to PC.
for hacking related to HID, you can visit to kali nethunter website for more info.
Update
Code:
Updates
- Aroma installer is added
- themes are added in the installer
- support for more languages are added
- support for both LineageOS 14.1 & LineageOS 15.1
- some useful APK's is added
Now just download one file for both LineageOS 14.1 and LineageOS 15.1
choose your ROM version while flashing the Nethunter
Download Link:
Updated Nethunter ZIP
Note:
- be carefully while flashing
- choose your right ROM version otherwise your device will not boot.
Enjoy..!!

[ROM][Official] Kali NetHunter for the OnePlus One LineageOS 16.0 Pie

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I present to you: Kali NetHunter for the OnePlus One LineageOS 16.0 Pie
This is the recommended stable version for the OnePlus One. It is available for a while, but as there's only a small install guide in the issues section, I think this is the correct place to have it.
Kali NetHunter is an Android ROM overlay that turns an ordinary phone into the ultimate Mobile Penetration Testing Platform.
The overlay includes a custom kernel, a Kali Linux chroot, an accompanying Android application, which allows for easier interaction with various security tools and attacks, as well as a client to the Kali NetHunter App Store.
Beyond the penetration testing tools arsenal within Kali Linux and the Kali NetHunter App Store, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page.
NetHunter is an open-source project developed by Offensive Security and the community.
~ Prerequisites ~
- Lineage 16.0 July build- https://www.androidfilehost.com/?fid=4349826312261652174
- Gapps if needed - https://opengapps.org
- TWRP - https://twrp.me/
- Magisk – https://forum.xda-developers.com/apps/magisk
~~ Downloads ~~
- NetHunter: https://images.kali.org/nethunter/nethunter-2020.3-oneplus1-pie-kalifs-full.zip
~~ How to Install ~~
Assuming you have unlocked bootloader
- Flash TWRP
- Copy Lineage, Magisk and NetHunter image to USB drive
- Boot into TWRP, insert USB drive.
- Flash Lineage and Gapps if needed, reboot and do initial setup
- Reboot into TWRP
- Flash NetHunter image
- Flash Magisk
- Reboot
- Run NetHunter app
- Reboot
~~~ Notes & Updates ~~~
- wlan1 unplug reboot is solved
- Y-cable is still supported, just need to have it as a Custom Command or in a script (AndroidSU)
Code:
bootkali ycable start
To stop:
Code:
bootkali ycable stop
- Bluetooth Arsenal is supported, but you need to downgrade Bluez to 4.101 by compiling it in Kali chroot and installing "on top of" current Bluez so the bluetooth service will be able to run
- Mana is being replaced, for the time being you can downgrade iptables with the following :
Code:
wget http://old.kali.org/kali/pool/main/i/iptables/iptables_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip4tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip6tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libiptc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libxtables12_1.6.2-1.1_armhf.deb
dpkg -i *.deb
apt-mark hold iptables
apt-mark hold libip4tc0
apt-mark hold libip6tc0
apt-mark hold libiptc0
apt-mark hold libxtables12
Credits: The Offensive Security Team and the NetHunter community
Android Version: 9.0
XDA: DevDB Information
Kali Nethunter, Kernel & ROM for the OnePlus One
Contributors
@yesimxev
Source Code: https://gitlab.com/kalilinux/nethunter/
Kernel Source: https://github.com/yesimxev/android_kernel_oppo_msm8974
Follow me on Twitter!
Reserved
Reserved #2
Works beautifully. Thank you so much.
Everything works fine.
Thanks.
Hi after flashing magisk and nethunter, my OnePlusOne reboots, attempts to boot the OS then boots into TWRP.I didnt flash gapps. any help?
Files: Magisk-v21.1.zip, nethunter-2020.4-oneplus1-pie-kalifs-full.zip
Tometh28 said:
Hi after flashing magisk and nethunter, my OnePlusOne reboots, attempts to boot the OS then boots into TWRP.I didnt flash gapps. any help?
Files: Magisk-v21.1.zip, nethunter-2020.4-oneplus1-pie-kalifs-full.zip
Click to expand...
Click to collapse
Could you try Magisk-v20.4 or similar please?
yesimxev said:
Could you try Magisk-v20.4 or similar please?
Click to expand...
Click to collapse
Just tried with Magisk-v20.4 it again tries to boot the Lineage OS then boots into TWRP
Tometh28 said:
Just tried with Magisk-v20.4 it again tries to boot the Lineage OS then boots into TWRP
Click to expand...
Click to collapse
The lineage bit works fine but as soon as i install nethunter and magisk it just wont boot
What the name of the lineage zip?
yesimxev said:
What the name of the lineage zip?
Click to expand...
Click to collapse
The name was: lineage-17.1-20201203-nightly-bacon-signed.zip
Tometh28 said:
The name was: lineage-17.1-20201203-nightly-bacon-signed.zip
Click to expand...
Click to collapse
I got it to work using the lineage zip you gave, magisk v20.4 and the latest nethunter image. But now Im getting an error starting the chroot it says 'sdcard /lib/modules/3.4.113-yesimxev-lineageos-ga06023c36fa-dirty doesn't exist or isn't mounted' then the chroot doesn't start
Yeah what I mentioned in the post. It doesn't work after July build. Please update the NH app so it will only give you warning. Modules are not needed on this device
Downloads Nethunter
File not found
Hello
Is it possible to make the rtl8812au dongle (Alfa AWUS036AC) work on OPO?
Unfortunately, I also have a problem. My system is crashed when I try to change wlan0 to monitor mode.
I used
Nethunter - Custom Commands - Start wlan0 in monitor mode:
Penmun:
airmon-ng start wlan0:
iwconfig wlan0 mode monitor, but I got the same results (the system was crashed)
lonly-lokly said:
Unfortunately, I also have a problem. My system is crashed when I try to change wlan0 to monitor mode.
I used
Nethunter - Custom Commands - Start wlan0 in monitor mode:
Penmun:
airmon-ng start wlan0:
iwconfig wlan0 mode monitor, but I got the same results (the system was crashed)
Click to expand...
Click to collapse
You need QCACLD-3.0 driver for this.
Unfortunately, there is WCNSS driver
Beatan said:
You need QCACLD-3.0 driver for this.
Unfortunately, there is WCNSS driver
Click to expand...
Click to collapse
Oh, thank you for sharing. But where can I download this driver?
I found only one web source - https://gitlab.com/Codeaurora/platform_vendor_qcom-opensource_wlan_qcacld-3.0
lonly-lokly said:
Oh, thank you for sharing. But where can I download this driver?
I found only one web source - https://gitlab.com/Codeaurora/platform_vendor_qcom-opensource_wlan_qcacld-3.0
Click to expand...
Click to collapse
¯\_(ツ)_/¯
yesimxev said:
I present to you: Kali NetHunter for the OnePlus One LineageOS 16.0 Pie
This is the recommended stable version for the OnePlus One. It is available for a while, but as there's only a small install guide in the issues section, I think this is the correct place to have it.
Kali NetHunter is an Android ROM overlay that turns an ordinary phone into the ultimate Mobile Penetration Testing Platform.
The overlay includes a custom kernel, a Kali Linux chroot, an accompanying Android application, which allows for easier interaction with various security tools and attacks, as well as a client to the Kali NetHunter App Store.
Beyond the penetration testing tools arsenal within Kali Linux and the Kali NetHunter App Store, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page.
NetHunter is an open-source project developed by Offensive Security and the community.
~ Prerequisites ~
- Lineage 16.0 July build- https://www.androidfilehost.com/?fid=4349826312261652174
- Gapps if needed - https://opengapps.org
- TWRP - https://twrp.me/
- Magisk – https://forum.xda-developers.com/apps/magisk
~~ Downloads ~~
- NetHunter: https://images.kali.org/nethunter/nethunter-2020.3-oneplus1-pie-kalifs-full.zip
~~ How to Install ~~
Assuming you have unlocked bootloader
- Flash TWRP
- Copy Lineage, Magisk and NetHunter image to USB drive
- Boot into TWRP, insert USB drive.
- Flash Lineage and Gapps if needed, reboot and do initial setup
- Reboot into TWRP
- Flash NetHunter image
- Flash Magisk
- Reboot
- Run NetHunter app
- Reboot
~~~ Notes & Updates ~~~
- wlan1 unplug reboot is solved
- Y-cable is still supported, just need to have it as a Custom Command or in a script (AndroidSU)
Code:
bootkali ycable start
To stop:
Code:
bootkali ycable stop
- Bluetooth Arsenal is supported, but you need to downgrade Bluez to 4.101 by compiling it in Kali chroot and installing "on top of" current Bluez so the bluetooth service will be able to run
- Mana is being replaced, for the time being you can downgrade iptables with the following :
Code:
wget http://old.kali.org/kali/pool/main/i/iptables/iptables_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip4tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip6tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libiptc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libxtables12_1.6.2-1.1_armhf.deb
dpkg -i *.deb
apt-mark hold iptables
apt-mark hold libip4tc0
apt-mark hold libip6tc0
apt-mark hold libiptc0
apt-mark hold libxtables12
Credits: The Offensive Security Team and the NetHunter community
Android Version: 9.0
XDA: DevDB Information
Kali Nethunter, Kernel & ROM for the OnePlus One
Contributors
@yesimxev
Source Code: https://gitlab.com/kalilinux/nethunter/
Kernel Source: https://github.com/yesimxev/android_kernel_oppo_msm8974
Follow me on Twitter
Click to expand...
Click to collapse
Hi dev. I have followed your setup instruction and setup finishes without problem. i have tried different combo, the setup is OK with all available lineage PIE biulds, the latest too. i have some questions for you:
- i have found on your androidfilehot folder different kernel. i have installed your last kernel build on top of Lineage OS 2019 lineage-16.0-20190701-nightly-bacon-signed.zip, is it suggested or not?
- i am trying to compile bluez 4.101 from scratch but i have problem with gstreamer 0.10 library. could you suggest me a solution?
thank you in advance.

[ROM][Official] Kali NetHunter for the Nokia 6.1 LOS17.1

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
NOTE THE LATEST VERSION CAN BE FOUND HERE https://forum.xda-developers.com/t/rom-official-kali-nethunter-for-the-nokia-6-1-los18-1.4330657/​
I present to you: Kali NetHunter for the Nokia 6.1 LOS17.1
Kali NetHunter is an Android ROM overlay that turns an ordinary phone into the ultimate Mobile Penetration Testing Platform.
The overlay includes a custom kernel, a Kali Linux chroot, an accompanying Android application, which allows for easier interaction with various security tools and attacks, as well as a client to the Kali NetHunter App Store.
Beyond the penetration testing tools arsenal within Kali Linux and the Kali NetHunter App Store, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page.
NetHunter is an open-source project developed by Offensive Security and the community.
~ Prerequisites ~
- Lineage 17.1 March build - https://androidfilehost.com/?fid=4349826312261740562
- TWRP 3.3.1 unofficial - https://www.androidfilehost.com/?fid=8889791610682920237
- Universal Force Encryption Disabler for Treble - https://www.androidfilehost.com/?fid=8889791610682920239
- Magisk – https://forum.xda-developers.com/apps/magisk
- Unlocked bootloader by Hikari Calyx - https://t.me/HikariCalyxFIH
- Stock Pie, as sometimes Q doesn't let you boot into TWRP (can be downgraded using OSTLA after unlocked bootloader) - https://fih-firmware.hikaricalyx.com/hmd_en.html - Download the appropriate region
- OSTLA - https://www.androidfilehost.com/?fid=8889791610682920445
- Community Vendor - https://androidfilehost.com/?fid=4349826312261717564
~~ Downloads ~~
- NetHunter installer: https://www.androidfilehost.com/?fid=8889791610682934616
~~ How to Install ~~
Assuming you have unlocked bootloader, stock Pie.
To install LineageOS with encryption disabled, follow these steps:
- Copy Lineage, Vendor, Gapps, NetHunter, ForceEncryption Disabler, Magisk onto OTG USB medium
- Boot into TWRP linked above using the 'fastboot boot' command
- Wipe system, cache partitions and format data as well
- Reboot to bootloader
- Boot into TWRP again
- Install LineageOS, Community Vendor - on both slots (Reboot to bootloader, fastboot --set-active command to change slots, reboot into bootloader and boot into TWRP again - wipe system, cache on the second slot, install Lineage, Vendor. Then reboot to bootloader to switch back to active slot with fastboot command)
- Boot into TWRP again via fastboot.
- Install TWRP recovery ramdisk (in advanced menu), format data, reboot into recovery you installed.
- Flash Gapps, Disabler, Magisk. Wipe cache, and reboot into system
- Do initial setup
- Reboot to TWRP
- Flash NetHunter
- Flash Magisk
- Reboot into system, setup Nethunter and do a final reboot
- To upgrade to full Kali fs, do
Code:
apt-get update && apt-get install kali-linux-nethunter -y
~~~ Notes & Updates ~~~
RNDIS is also working (didn't work on devices with kernel above 4.x), thanks to @Thiviyan
Credits: The Offensive Security Team and the NetHunter community
Android Version: 10.0
XDA: DevDB Information
Kali Nethunter, Kernel & ROM for the Nokia 6.1
Contributors
@yesimxev
For LineageOS: @theimpulson
For bootloader unlock and general Nokia support: @hikari_calyx
Huge thanks for both as this project would not be possible without them!
Source Code: https://gitlab.com/kalilinux/nethunter/
Kernel Source: https://github.com/yesimxev/android_kernel_nokia_sdm660
Follow me on Twitter!
Reserved
Reserved #2
Cool!
I just noticed that yesterday
i can install this on pixel experience rom ? if i built my own kernel right?
something like
install rom pixel
install custom kernel and magisk
install nethunter pl2
would it work?
Tsuragi said:
i can install this on pixel experience rom ? if i built my own kernel right?
something like
install rom pixel
install custom kernel and magisk
install nethunter pl2
would it work?
Click to expand...
Click to collapse
Good point to test out. Make sure you have encryption disabled otherwise it can cause issues. Just flash your Pixel rom instead of my Linage step. Kernel should be fine as long as it's Android 10. Please let me know how was it.
Hello,
Is there a way to unlock the bootloader on a TA-1043 running android 10?
Regards,
SHUHADAKU
SHUHADAKU said:
Hello,
Is there a way to unlock the bootloader on a TA-1043 running android 10?
Regards,
SHUHADAKU
Click to expand...
Click to collapse
Please refer to https://t.me/HikariCalyxFIH @hikari_calyx
now we have badusb in kernel 4.X phone yeahhhhhh...
Hello,
Does this guide work for Nokia 6.1 plus TA-1116?
Thank,
rubick0x100 said:
Hello,
Does this guide work for Nokia 6.1 plus TA-1116?
Thank,
Click to expand...
Click to collapse
Unfortunately not, but support for that could come soon as it's similar. I'm too busy right now so it could be a few months unless you want to prepare same as above, but use generic arm64 nethunter zip from next release. (sometime in November) and I might be able to send you a test kernel by that time
yesimxev said:
- Copy Lineage, Vendor, Gapps, NetHunter, ForceEncryption Disabler, Magisk onto OTG USB medium
Click to expand...
Click to collapse
How are you using a USB thumb drive while also connecting for fastboot?
kazumawasd said:
How are you using a USB thumb drive while also connecting for fastboot?
Click to expand...
Click to collapse
You unplug the USB drive and plug into PC for fastboot commands :highfive:
yesimxev said:
You unplug the USB drive and plug into PC for fastboot commands :highfive:
Click to expand...
Click to collapse
Haha thanks, easy enough
So my bootloader is unlocked and I used the recommended OSTLA to flash "PL2-351F-0-00WW-B04.full.zip" from "https://fih-firmware.hikaricalyx.com/hmd_en.html". I used "Normal Download" and "Check System AP Status" default options. Once flashed, I got a factory reset menu, selected yes and was able to boot into the stock android 9 - March 1, 2019 security patch level. Now when trying to boot into TWRP to really get started I get stuck at the TWRP splash screen. Can you provide any guidance on getting booted into TWRP properly?
kazumawasd said:
Haha thanks, easy enough
So my bootloader is unlocked and I used the recommended OSTLA to flash "PL2-351F-0-00WW-B04.full.zip" from "https://fih-firmware.hikaricalyx.com/hmd_en.html". I used "Normal Download" and "Check System AP Status" default options. Once flashed, I got a factory reset menu, selected yes and was able to boot into the stock android 9 - March 1, 2019 security patch level. Now when trying to boot into TWRP to really get started I get stuck at the TWRP splash screen. Can you provide any guidance on getting booted into TWRP properly?
Click to expand...
Click to collapse
Are you booting into TWRP via 'fastboot boot'? And not trying to flash rightaway yes?
yesimxev said:
Are you booting into TWRP via 'fastboot boot'? And not trying to flash rightaway yes?
Click to expand...
Click to collapse
Yes, I'm not trying to flash right away.
I'm doing this:
Code:
fastboot reboot-bootloader
fastboot boot twrp-3.3.1-PL2.img
Then it just gets stuck at the TWRP splash screen
kazumawasd said:
Yes, I'm not trying to flash right away.
I'm doing this:
Code:
fastboot reboot-bootloader
fastboot boot twrp-3.3.1-PL2.img
Then it just gets stuck at the TWRP splash screen
Click to expand...
Click to collapse
Strange, can you try to flash the oreo stock and then repeat the process please?
yesimxev said:
Strange, can you try to flash the oreo stock and then repeat the process please?
Click to expand...
Click to collapse
I ended up fixing it by running this before booting into TWRP:
Code:
fastboot erase userdata
But unfortunately it looks like the android 9 flash I did locked my bootloader on slot b
kazumawasd said:
I ended up fixing it by running this before booting into TWRP:
Code:
fastboot erase userdata
But unfortunately it looks like the android 9 flash I did locked my bootloader on slot b
Click to expand...
Click to collapse
Simply set A as active with
Code:
fastboot --set-active a
. Btw TWRP should boot without that, as you would format data later 2x (before and after LOS17 flashing)
Waiting for my Nokia to get through customs... It was a cheap replacement for my overly abused Mi 9T. I was wondering if we get monitor mode on the internal with this latest release. I loved that the Xiaomi didn't need an external... Keeping my fingers crossed.

[ROM][Official] Kali NetHunter for the OnePlus One LineageOS 18.1 R

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I present to you: Kali NetHunter for the OnePlus One LineageOS 18.1 R
This is the latest (experimental) version for the OnePlus One.
Kali NetHunter is an Android ROM overlay that turns an ordinary phone into the ultimate Mobile Penetration Testing Platform.
The overlay includes a custom kernel, a Kali Linux chroot, an accompanying Android application, which allows for easier interaction with various security tools and attacks, as well as a client to the Kali NetHunter App Store.
Beyond the penetration testing tools arsenal within Kali Linux and the Kali NetHunter App Store, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page.
NetHunter is an open-source project developed by Offensive Security and the community.
~ Prerequisites ~
- Lineage 18.1 - https://download.lineageos.org/bacon
- Gapps if needed - https://opengapps.org
- TWRP - https://twrp.me/oneplus/oneplusone.html
- Magisk – https://forum.xda-developers.com/apps/magisk
~~ Downloads ~~
- NetHunter: https://www.kali.org/get-kali/#kali-mobile
~~ How to Install ~~
Assuming you have unlocked bootloader
- Flash TWRP
- Copy Lineage, Magisk and NetHunter image to USB drive or the device
- Boot into TWRP, insert USB drive.
- Flash Lineage, and Gapps if needed, Magisk, reboot and do initial setup
- Start Magisk to complete it's install (it will reboot)
- Reboot into TWRP
- Flash NetHunter
- Reboot
- Update and run NetHunter app
- Reboot
~~~ Notes & Updates ~~~
- RTL88XXAU driver added, tested with AWUS1900
- Y-cable is still supported, just need to have it as a Custom Command or in a script (AndroidSU)
Code:
bootkali ycable start
To stop:
Code:
bootkali ycable stop
- Mana is being replaced, for the time being you can downgrade iptables with the following :
Code:
wget http://old.kali.org/kali/pool/main/i/iptables/iptables_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip4tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip6tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libiptc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libxtables12_1.6.2-1.1_armhf.deb
dpkg -i *.deb
apt-mark hold iptables
apt-mark hold libip4tc0
apt-mark hold libip6tc0
apt-mark hold libiptc0
apt-mark hold libxtables12
- Bluetooth Arsenal is supported, but you need to downgrade Bluez to 4.101 by compiling it in Kali chroot and installing "on top of" current Bluez so the bluetooth service will be able to run
- To downgrade to bluez-4.101:
Code:
apt-get update && apt-get install libdbus-1-dev libglib2.0-dev
apt-mark hold bluez
wget http://www.kernel.org/pub/linux/bluetooth/bluez-4.101.tar.gz
tar xvf bluez-4.101.tar.gz && cd bluez-4.101
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib --build=arm
make && make install
Please note that BLE is not supported in bluez-4.x. If you prefer to use that, keep bluez-5.x
- KeX may not work out of the box - the latest kali repo's xstartup is different, hence needs replacing
Code:
sudo wget -O /root/.vnc/xstartup https://gitlab.com/kalilinux/packages/kali-win-kex/-/raw/kali/master/usr/lib/win-kex/xstartup
chmod a+x /root/.vnc/xstartup
Credits: The Offensive Security Team and the NetHunter community
Android Version: 11.0
XDA: DevDB Information
Kali Nethunter, Kernel & ROM for the OnePlus One
Contributors
@yesimxev
Source Code: https://gitlab.com/kalilinux/nethunter/
Kernel Source: https://github.com/yesimxev/android_kernel_oppo_msm8974
Follow me on Twitter!
Reserved
Is this rom activate the HID feature in the kernel ?
Yes, it also supports Y cable - so use any USB adapters while you charge the phone
Error:1; when i flash the nethunter
guogaowen said:
Error:1; when i flash the nethunter
Click to expand...
Click to collapse
Please show me the last/error lines of /tmp/recovery.log
yesimxev said:
请告诉我 /tmp/recovery.log 的最后/错误行
Click to expand...
Click to collapse
Just like this
yesimxev said:
Please show me the last/error lines of /tmp/recovery.log
Click to expand...
Click to collapse
Unable to free up 50 mb of space on system!
Means i need to use other versions twrp or not to flash opengapps before,how can i do please sir
yesimxev said:
I present to you: Kali NetHunter for the OnePlus One LineageOS 18.1 R
This is the latest (experimental) version for the OnePlus One.
Kali NetHunter is an Android ROM overlay that turns an ordinary phone into the ultimate Mobile Penetration Testing Platform.
The overlay includes a custom kernel, a Kali Linux chroot, an accompanying Android application, which allows for easier interaction with various security tools and attacks, as well as a client to the Kali NetHunter App Store.
Beyond the penetration testing tools arsenal within Kali Linux and the Kali NetHunter App Store, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page.
NetHunter is an open-source project developed by Offensive Security and the community.
~ Prerequisites ~
- Lineage 18.1 - https://download.lineageos.org/bacon
- Gapps if needed - https://opengapps.org
- TWRP - https://twrp.me/oneplus/oneplusone.html
- Magisk – https://forum.xda-developers.com/apps/magisk
~~ Downloads ~~
- NetHunter: https://images.kali.org/nethunter/nethunter-2021.2-oneplus1-eleven-kalifs-full.zip
~~ How to Install ~~
Assuming you have unlocked bootloader
- Flash TWRP
- Copy Lineage, Magisk and NetHunter image to USB drive or the device
- Boot into TWRP, insert USB drive.
- Flash Lineage, and Gapps if needed, Magisk, reboot and do initial setup
- Reboot into TWRP
- Flash NetHunter
- Reboot
- Update and run NetHunter app
- Reboot
~~~ Notes & Updates ~~~
- RTL88XXAU driver added, tested with AWUS1900
- Y-cable is still supported, just need to have it as a Custom Command or in a script (AndroidSU)
Code:
bootkali ycable start
To stop:
Code:
bootkali ycable stop
- Mana is being replaced, for the time being you can downgrade iptables with the following :
Code:
wget http://old.kali.org/kali/pool/main/i/iptables/iptables_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip4tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libip6tc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libiptc0_1.6.2-1.1_armhf.deb
wget http://old.kali.org/kali/pool/main/i/iptables/libxtables12_1.6.2-1.1_armhf.deb
dpkg -i *.deb
apt-mark hold iptables
apt-mark hold libip4tc0
apt-mark hold libip6tc0
apt-mark hold libiptc0
apt-mark hold libxtables12
- Bluetooth Arsenal is supported, but you need to downgrade Bluez to 4.101 by compiling it in Kali chroot and installing "on top of" current Bluez so the bluetooth service will be able to run
- To downgrade to bluez-4.101:
Code:
apt-get update && apt-get install libdbus-1-dev libglib2.0-dev
apt-mark hold bluez
wget http://www.kernel.org/pub/linux/bluetooth/bluez-4.101.tar.gz
tar xvf bluez-4.101.tar.gz && cd bluez-4.101
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib --build=arm
make && make install
Please note that BLE is not supported in bluez-4.x. If you prefer to use that, keep bluez-5.x
- KeX may not work out of the box - the latest kali repo's xstartup is different, hence needs replacing
Code:
sudo wget -O /root/.vnc/xstartup https://gitlab.com/kalilinux/packages/kali-win-kex/-/raw/kali/master/usr/lib/win-kex/xstartup
chmod a+x /root/.vnc/xstartup
Credits: The Offensive Security Team and the NetHunter community
Android Version: 11.0
XDA: DevDB Information
Kali Nethunter, Kernel & ROM for the OnePlus One
Contributors
@yesimxev
Source Code: https://gitlab.com/kalilinux/nethunter/
Kernel Source: https://github.com/yesimxev/android_kernel_oppo_msm8974
Follow me on Twitter!
Click to expand...
Click to collapse
Link for NH download broken, please fix
guogaowen said:
Unable to free up 50 mb of space on system!
Means i need to use other versions twrp or not to flash opengapps before,how can i do please sir
Click to expand...
Click to collapse
Sorry I've been so busy. Just updated the link @agcjoker can you flash that please? You have to scroll down to OnePlus One, this way the link will be always up to date after each release
yesimxev said:
对不起,我一直很忙。刚刚更新了链接 @agcjoker 你能刷一下吗?您必须向下滚动到 OnePlus One,这样链接将在每次发布后始终保持最新
Click to expand...
Click to collapse
IT is ok ,just install magisk and rom no Gapps
I can now flash gapps without error messege for not enough space by rebooting into recovery after flashing Lineage and then installing gapps and magisk. After initial setup I flash NH but now it says not enough space for NH. What am I missing?
yesimxev said:
Sorry I've been so busy. Just updated the link @agcjoker can you flash that please? You have to scroll down to OnePlus One, this way the link will be always up to date after each release
Click to expand...
Click to collapse
Thank you
agcjoker said:
Thank you
Click to expand...
Click to collapse
Is any way to flash with gapps included?
T
agcjoker said:
I can now flash gapps without error messege for not enough space by rebooting into recovery after flashing Lineage and then installing gapps and magisk. After initial setup I flash NH but now it says not enough space for NH. What am I missing?
Click to expand...
Click to collapse
Try gapps pico
@yesimxev​- RTL88XXAU driver added, tested with AWUS1900... any other supported? NH sees my card but nothing shows up wifite and it closes.
yesimxev said:
T
Try gapps pico
Click to expand...
Click to collapse
I can get pico to flash but after setup, reboot recovery, install NH I get error 1 cant free 50MB.
I have Ralink rt2800/rt3070 chipset. I can put in monitor mode but it will not show any targets. I have tried other adapters with same issue, no targets. How to fix please?
@yesimxev seems like the NH 2021.3 zip file is corrupted, tried to install it while downloading from different sources (Mac, Linux and phone itself) and checking the SHA256 and it always yields this error:
Error: Unable to extract! The zip may be corrupted or your device may not have enough RAM to proceed.
Consider using a smaller installer if it is available
Click to expand...
Click to collapse
agcjoker said:
@yesimxev​- RTL88XXAU driver added, tested with AWUS1900... any other supported? NH sees my card but nothing shows up wifite and it closes.
Click to expand...
Click to collapse
Every adapters are still supported as before. Can you check if you have FWs in /etc/firmware please?

[KERNEL] Kali Nethunter for Galaxy S8/S8+ Note 8 SM-G950X SM-G955X SM-N950X [One UI] [Android 9.0]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Alynx Nethunter Kernel for Samsung Galaxy S8 G950F/FD
What is Nethunter ?
Kali NetHunter is a free & Open-source Mobile Penetration Testing Platform for Android devices, based on Kali Linux.​
Click to expand...
Click to collapse
Code:
I'm not responsible for bricked devices, dead SD cards.
Do some research if you have any concerns about features included in this Kernel.
About the kernel :
The kernel is based on A2N kernel thanks to @ace2nutzer for his amazing work.
Features:
HID gadget (not working/partially working)
USB WiFi, mac80211 (Monitor mode, packet capture, packet injection) [Compatibility List]
RTL88XXAU USB WIFI Support
RTL8188EUS USB WIFI Support
ATH9K_HTC USB WIFI Support
Ethernet Support
Bluetooth USB Support
SDR Support
BadUSB
Installation:
Boot the device into Twrp recovery .
Backup your current kernel inside Twrp
Download the flashable zip file.
Flash the zip
Install Busybox
Download Wireless_firmware module, open Magisk and install the zip as Magisk module
Install Nethunter store
Install Nethunter app & Nethunter terminal from Nethunter store
Open Nethunter app & Download the full chroot kalifs within the app and let the app setup everything. After it finishes it'll start the chroot automatically.
Update the sources with apt-get update && apt-get upgrade in the chroot using nethunter terminal
Reboot the device (optional)
Screenshots:
(Thanks to @Yuna.Yunfisch for testing the builds and providing the screenshots)
Extra:
if you want to replace nethunter terminal with termux (not completely nethunter main app will still launch nethunter terminal everytime for any operation but you can access kali chroot environment from termux.
(i know nethunter terminal sucks)
Follow these steps to access the environment from termux:
Install termux from f-droid or from nethunter store
Open termux and install root repo using pkg update && pkg install root-repo tsu wget
Download the script from termux wget https://raw.githubusercontent.com/name-is-cipher/boot-nethunter/main/install_boot-kali.sh
chmod +x install_boot-kali.sh && ./install_boot-kali.sh
let it set up everything.
restart termux and type boot-kali to access the nethunter chroot environment
Downloads:
(Need Update Flash on your own risk)
https://mega.nz/folder/PAB3XB6K#xf2Cn5HOz50y00SKHP0IdA
if you like my work give this post a like its free : )
Credits:
@ace2nutzer for his amazing work on a2nkernel (please buy his premium app to support him)​
XDA:DevDB Information
Nethunter Kernel for Samsung Galaxy S8
Contributors: V3rB0se
Source Code: https://github.com/V3rB0se/Samsung_dreamlte_Kernel
Version Information
Status: Stable
Stable Release Date: 17/12/2022
Created 17/12/2022
Last Updated 17/12/2022
Reserved​
This kernel is for android 9 only ..??
farish_xda said:
This kernel is for android 9 only ..??
Click to expand...
Click to collapse
try and see yourself it should work on all one ui roms >= android 9.
I am using android 10 AOSP rom ... Will it work on it ? Any idea?
farish_xda said:
I am using android 10 AOSP rom ... Will it work on it ? Any idea?
Click to expand...
Click to collapse
V3rB0se said:
try and see yourself it should work on all one ui roms >= android 9.
Click to expand...
Click to collapse
Doesnt work on AOSP 10 rom
farish_xda said:
Doesnt work on AOSP 10 rom
Click to expand...
Click to collapse
switch to one ui
I dont want to use google services and as far as i know, there is no degoogled one ui rom ... Is there any way to build this kernel for AOSP rom??
does not work with linageos 19 with android 12 got bootloop, but thanks anyway for the great work
doesn't work on LineageOS 16
i love you
raserdk said:
does not work with linageos 19 with android 12 got bootloop, but thanks anyway for the great work
Click to expand...
Click to collapse
I'll upload the build for lineage soon.
I guess if you could release the kernel for lineage then it might also suppport all the AOSP roms that are based on lineage os ..... and if so then it would really be great
After installing it on my G950F
Device is stuck on Samsung Galaxy S8 powered by android screen.
Im using HadesRom V12 OneUI Stock
Any ideas?
Baticzek2k said:
After installing it on my G950F
Device is stuck on Samsung Galaxy S8 powered by android screen.
Im using HadesRom V12 OneUI Stock
Any ideas?
Click to expand...
Click to collapse
are you sure you flashed the right file?
Jest i flashed G950X
Baticzek2k said:
Jest i flashed G950X
Click to expand...
Click to collapse
What do you mean by installing busybox?
Can you upload the G950X file here?
I had once a problem, where a .zip from MEGA caused flashing problems
I flashed a2enkernel r55 and boots fine. After I flash your kernel, device is stuck on powered by android screen. I think something is wrong with this kernel. Can u fix it?

Categories

Resources