[OFFICIAL] Kali NetHunter - LeEco Le 2 ROMs, Kernels, Recoveries, & Other Deve

{
"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"
}
For LeEco Le 2​
NOTE:
Code:
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.
About Kali NetHunter:
The Kali Linux NetHunter Project is the First Open Source Android Penetration Testing Platform, created as a joint effort between the Kali community member “BinkyBear” and Offensive Security. NetHunter supports Wireless 802.11 frame injection, one-click MANA Evil Access Point setups, HID keyboard (Teensy like attacks), as well as BadUSB MITM attacks – and is built upon the sturdy shoulders of the Kali Linux distribution and toolsets. It is easy to Set up And it will be Running in no time at all.
So, Enjoy and have fun cracking your neighbour's Wi-Fi!:laugh:
Features:
802.11 Wireless Injection and AP mode support with multiple supported USB wifi cards.
Capable of running USB HID Keyboard attacks, much like the Teensy device is able to do.
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 DEVICES:
LeEco Le 2 X520
LeEco Le 2 X526
LeEco Le 2 X527
LeEco Le S3 X522
Please Test it in other Le 2 and S3 Similar Devices and Report it Below.
SUPPORTED Roms:
EUI and MIUI - All Versions.
All Marshmallow Lineage 13 Based Roms.
All Nougat Lineage 14.1 Based Roms.
Please Test it in other Le 2 and S3 Roms and Report it Below.
Bugs:
Phone Reboots when the Wireless Adapter is Removed when it is still being used by the Device. To prevent this Turn Off the Wi-Fi in your Device before Disconnecting the Adapter (Making a Permanent Fix for this).
NetHunter Terminal Sometimes Crashes when on Nougat Based Roms.
SCREENSHOTS:
All Screenshots HERE
INSTALLATION INSTRUCTIONS:
Download the Latest Build From the Links Below in the Second Post.
Install The Official TWRP Recovery From Here or use any other Supported Recovery that you currently have installed.
Take a Backup of your Current Rom.
Flash the NetHunter zip File.
Reboot.
Enjoy!
GitHub Source Codes:
Kali NetHunter Source Codes​s2 NetHunter Kernel Source Codes​
CREDITS:
Kali NetHunter Whole Team for Making this!
@rishabhrao (ME) for Porting Kali NetHunter for s2
ENJOY!:good:
XDA:DevDB Information
Kali NetHunter, Tool/Utility for the LeEco Le 2
Contributors
Rishabh Rao
Source Code: https://github.com/offensive-security/kali-nethunter
Version Information
Status: Stable
Current Stable Version: v1.0
Stable Release Date: 2017-02-02
Created 2017-02-02
Last Updated 2017-02-02

Download Link:
Kali NetHunter:
Kali NetHunter Official Website

Reserved for the distant future...

YouTube Video:

Thank you so much...
Most Awaited Rom is Here

Finally ...after successful loot of Jio net...
Now KNH
Thank you @Rishabh Rao
Get ready neighbours

WOW!! YOU'RE ON FIRE RISHABH!!!!!:laugh:

Very interesting... Can't wait to test.. Thank you..

Hello and thanks for your contribution to the NetHunter project!
You can now find official nightly builds for this device (as it has been accepted into the official nethunter-devices repository) at https://build.nethunter.com/nightly (starting at 3.15.4-20170202-1604)
I'd like to clarify that NetHunter is actually a community project powered by people like you and I, although it is promoted, sponsored, and hosted by Offensive Security.
On to your issues:
For your reboot on disconnect of usb wlan: https://github.com/jcadduono/nethunter_kernel_mako/commit/bda7cf4b08a04152a868e87b2f90070db6b88134
(this is patched on an older kernel, but you can see all the patch is doing is disabling the netdevice notifier functions of the prima wlan driver)
An alternative more appropriate fix is to add NULL or validity checks within the netdevice notifier functions. I don't have an example of this at the moment.
For the terminal crashes and/or DriveDroid fail to work, you will probably want to set your kernel to be permissive on boot. You can do this by adding a script to the patch.d folder, ex.
patch.d/04-selinux-permissive
Code:
#!/sbin/sh
. "$env"
# append to NetHunter's init rc script
cat <<EOF >> init.nethunter.rc
# set permissive selinux on boot
on boot
setenforce 0
EOF
exit 0
Hopefully we'll get to adding stable policy patches to end the need to use permissive mode soon.

Great! Now all I want is to use Ubuntu Touch in Le2 and I will be blessed Thanks Developers and porters

jcadduono said:
Hello and thanks for your contribution to the NetHunter project!
You can now find official nightly builds for this device (as it has been accepted into the official nethunter-devices repository) at https://build.nethunter.com/nightly (starting at 3.15.4-20170202-1604)
I'd like to clarify that NetHunter is actually a community project powered by people like you and I, although it is promoted, sponsored, and hosted by Offensive Security.
On to your issues:
For your reboot on disconnect of usb wlan: https://github.com/jcadduono/nethunter_kernel_mako/commit/bda7cf4b08a04152a868e87b2f90070db6b88134
(this is patched on an older kernel, but you can see all the patch is doing is disabling the netdevice notifier functions of the prima wlan driver)
An alternative more appropriate fix is to add NULL or validity checks within the netdevice notifier functions. I don't have an example of this at the moment.
For the terminal crashes and/or DriveDroid fail to work, you will probably want to set your kernel to be permissive on boot. You can do this by adding a script to the patch.d folder, ex.
patch.d/04-selinux-permissive
Hopefully we'll get to adding stable policy patches to end the need to use permissive mode soon.
Click to expand...
Click to collapse
Hello sir.
Thank you very much.
About those issues:
I'll make the kernel permissive Right now and will push the script soon..
Also i think the patch for the panic reboot fix will work just fine.
I will surely give it a try.
Thanks a lot again sir.
Sent from my LeEco Le 2 using XDA Labs

Would be nice for some mtk chipset love.
I have a x620 and would love Kali or cm on my device

i have kali linux installed over resurrection remix 5.8.0 , my wifi doesnt start now. any help would be appreciated!!

kewlest22 said:
i have kali linux installed over resurrection remix 5.8.0 , my wifi doesnt start now. any help would be appreciated!!
Click to expand...
Click to collapse
Same here, I can't start WiFi. I flashed it over lineage 13

Is the internal wifi module supported? Does it work in monitor mode?

ajo81 said:
Same here, I can't start WiFi. I flashed it over lineage 13
Click to expand...
Click to collapse
I will +1 that. I also can't turn on my WiFi, I had to reflash my ROM

pcexpertblog said:
Is the internal wifi module supported? Does it work in monitor mode?
Click to expand...
Click to collapse
Yeah..! It works perfectly in monitor mode and packet injection.. .tried TP link TL wn722n and it worked perfect...
Press ? if i helped.. !

I've noticed that the mac address of device has been reset to 00-20-00-00-00
that's the reason why wifi is not working, how to solve it, no clue!! @Rishabh Rao plz help

kewlest22 said:
I've noticed that the mac address of device has been reset to 00-20-00-00-00
that's the reason why wifi is not working, how to solve it, no clue!! @Rishabh Rao plz help
Click to expand...
Click to collapse
Which Rom Are You Running?
Also guys once try manually loading the kernel modules by using this command:
su
insmod /system/lib/modules/wlan.ko
OR
insmod /system/lib/modules/pronto/pronto_wlan.ko
Click to expand...
Click to collapse
Please try the above and report if the problem still continues...
Sent from my LeEco Le 2 using XDA Labs

Rishabh Rao said:
Which Rom Are You Running?
Also guys once try manually loading the kernel modules by using this command:
Please try the above and report if the problem still continues...
Sent from my LeEco Le 2 using XDA Labs
Click to expand...
Click to collapse
the first code worked like a charm, thanks a lot
edit: will have to do after every boot!!

Related

[CAF/AOSP][LA.BF.1.1.3-00110-8x26.0][6.0.0][STABLE]AOSParadox Project 2.0 - 20151111

{
"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"
}
The AOSParadox Project 2.0​
What's CodeAurora Forums ?
Code Aurora Forum (CAF) is a consortium of companies with projects serving the mobile wireless industry. Software projects it concerns itself with are e.g. Android for MSM, Femto Linux Project, LLVM, MSM WLAN and Linux-MSM. Code Aurora is basically AOSP plus all Qualcomm specific enhancements and optimization.
What's AOSParadox Project ?
AOSParadox is a vanilla ROM. Our goal is to pick the least amount of commits possible on AOSP code. Why trying to add features, when CodeAurora provide us with chipset's specific sources ?
At the opposite of most of ROMs that you can find, the trees are made by oursleves to be integrated in this new ROM type.
What should I be aware of ?
Everything is custom and made to work with CodeAurora Forum's sources so customs kernels won't boot (ramdisk is different, selinux rules too, ...).
What doesn't work ?
Code:
- Tell us
Known bugs and their explanation
Dual SIM devices can't use their mobile network unless they convert their userdata partition to "ext4" which will allow them to use 1 SIM slot. Please follow the instruction from this post #703 by @JBCDroid
Autorotate is broken because the whole sensor API changed in Marshamallow and we can't fix it until Motorola release new proprietary blobs (same deal for dual SIM by the way)
Manual/Aufocus in Camera app works however, as I hacked the camera blobs to work because we need Camera blobs for Motorola it can be inconsistent. Just restart the app and it will work. I'm running this version since 5 days and I never had any issue around focus
Video Recording : you need to downgrade your recording resolution to 720p
Setings / Networks / Radio is force closing. The fix is to temporarly switch System Language to English, do what you wanna do on this settings and revert back to your original langage.
GPS is fully working. However it doesn't work with mobile datas on but it works without it.
Downloads
http://ns336247.ip-91-121-110.eu/AOSParadox/falcon/ #LAST_CHANGELOG
How to install ?
1) Place ROM & Gapps in your virtual SD
2) Reboot in Bootloader Mode
3) Go to "Recovery"
4) Wipe Data/Factory Reset
5) Wipe Dalvik cache
6) Install the ROM zip
7) Install the Gapps zip (credits to @vocoderism : gapps-mm-mini.zip and gapps-mm-fix.zip
8) Install SuperSU zip
9) Reboot
Team AOSParadox Members / Official Contributors
@edisile @Quasar @h2o64 @Thecrazyskull
Sources
device/motorola/falcon : (source) The device tree is fully made by us. The thing that I took somewhere else as the header to reflect this source
vendor/motorola : (source) We use our own proprietary files.
kernel/ : (source) This repository is based on F-AOSP
Here is the detailled list of every CM commits used in this ROM :
Code:
build :
https://github.com/AOSParadox/android_build/commit/91727aff6a03bea861633a03bc79a19d875dabf3
https://github.com/AOSParadox/android_build/commit/00089cd0087bac2e61fff354ea0ef709607454e5
https://github.com/AOSParadox/android_build/commit/29e52f8a873543ee9fdad98c18fceacbe3674b16
https://github.com/AOSParadox/android_build/commit/7d1ddd67ba2d616566f6635d4329232a51db6307
https://github.com/AOSParadox/android_build/commit/a1d71209ce42f01530aa2c3fb89fcc5ca46a41ce
https://github.com/AOSParadox/android_build/commit/8df19bb75555782f521bc36feb0271a3bfb5037e
https://github.com/AOSParadox/android_build/commit/def12f7a024f0256c7e67f442e6e76f34fc7788f
https://github.com/AOSParadox/android_build/commit/8b489fda322b28c0e08a1761996dbfb8aa108a88
https://github.com/AOSParadox/android_build/commit/7248ee992676252c4b7f57fcc22cb13a08be6e37
https://github.com/AOSParadox/android_build/commit/9ce6da9a7bbc3b981abf6a0c5081fc6074afcf89
https://github.com/AOSParadox/android_build/commit/ec7d7a313ca6a32538e5b9b419fd801637dc844b
https://github.com/AOSParadox/android_build/commit/367c12521a5e782dc19789280be11c2358fa96d3
https://github.com/AOSParadox/android_build/commit/46ae8da915a7aa13fbaed03be0c1f0286d1d59dd
https://github.com/AOSParadox/android_build/commit/9455076b63562644901ba0aeb33e2cf1d7acfddb
device/qcom/sepolicy :
https://github.com/AOSParadox/android_device_qcom_sepolicy/commit/075da2ab1a3c8bd078fb3fbe8fa5f0f7dedbc7cc
https://github.com/AOSParadox/android_device_qcom_sepolicy/commit/67008cb15f871cd2ef4ef18fe6d6cfd6a648681f
https://github.com/AOSParadox/android_device_qcom_sepolicy/commit/b0193cf87a0ef5d0c378cf4465d592ce801b8957
framework/base :
https://github.com/AOSParadox/android_frameworks_base/commit/5ebafeff0b5e03e3b57a7379ce4efb0ead4e085f
hardware/qcom/audio :
https://github.com/AOSParadox/android_hardware_qcom_audio/commit/decd63eaaba85af318c0854ef388a21c1d4327a6
https://github.com/AOSParadox/android_hardware_qcom_audio/commit/c1661a0000fd6a660cd9f28f26abd97871a23d31
hardware/qcom/bt :
https://github.com/AOSParadox/android_hardware_qcom_bt/commit/2d4f02b2c3fc766e67eafeb8f5ba82b3fee0e622
hardware/qcom/display :
https://github.com/AOSParadox/android_hardware_qcom_display/commit/caaf7e43153b70a4b501ecb9bc6b7f00b3d3956a
hardware/qcom/keymaster :
https://github.com/AOSParadox/android_hardware_qcom_keymaster/commit/7204381b1126d6e996b0fb094976ed8cc51eb73b
system/core :
https://github.com/AOSParadox/android_system_core/commit/7ba9ff37525f0bc36bf55c2b0466b3004faad854
system/qcom :
https://github.com/AOSParadox/android_system_qcom/commit/733c19a3dee254eadebba4cfc0bbeafd004d4c2a
https://github.com/AOSParadox/android_system_qcom/commit/48c75f6fbd8bf18e34dbdb560904dbac64b76872
If you want to build the ROM by yourself here is the tutorial.
If you just wanna look at the sources, follow the marshmallow_falcon branch along the Github
XDA:DevDB Information
[CAF/AOSP][LA.BF.1.1.3-00110-8x26.0][6.0.0][STABLE]AOSParadox Project 2.0 - 20151111, ROM for the Moto G
Contributors
h2o64
Source Code: https://github.com/AOSParadox
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Stock Lollipop and/or 41.18 Bootloader
Based On: CodeAurora Forums
Version Information
Status: Stable
Current Stable Version: LA.BF.1.1.1_C5
Stable Release Date: 2015-10-28
Current Beta Version: LA.BF.1.1.3-00110-8x
Beta Release Date: 2015-10-28
Created 2015-06-15
Last Updated 2015-11-12
Changelogs
Previous CHANGELOG. but I prefer liking the post, it gives the context of publication + changelog
Reserved 2
Looks amazing, gonna wait till otg works
So grateful to you......
Well i am putting this on download just right away. Well i waited for months this to happen. Well i will test for dual SIM... it will take hour but still worth... Another AOSP project.... MMMM loving it.....
Wanna check the dual sim support first...
It looks very promising. I wonder how smooth it is and battery lifetime
Theme manager or Layers? or no customizations to system look?
plantator said:
Theme manager or Layers? or no customizations to system look?
Click to expand...
Click to collapse
There aren't and I don't think we will implement it because we want to keep it smooth and powerfull as max as possible.
Okay understand so any modifications can be provided through xposed and modules yes? or xposed don't like this rom? There is noticeably improvment in battery life?
plantator said:
Okay understand so any modifications can be provided through xposed and modules yes? or xposed don't like this rom? There is noticeably improvment in battery life?
Click to expand...
Click to collapse
Xposed should work propertly.
Really ? Nice
@h2o64 I'm anxious to try it as soon possible! Thank you :good:
sfoot13 said:
@h2o64 I'm anxious to try it as soon possible! Thank you :good:
Click to expand...
Click to collapse
A build with OTG fix is building.
h2o64 said:
A build with OTG fix is building.
Click to expand...
Click to collapse
Oh thanks for tell me, I'll wait. OTG is very necessary for me
Xt1033 support?
ivanrivas said:
Xt1033 support?
Click to expand...
Click to collapse
It should but nobody tested it.
Dual sim works (xt1033)! Testing it as we speak. Thanks.
Edit: However it FC when I enter Security in Settings.
dysoct said:
Dual sim works (xt1033)! Testing it as we speak. Thanks.
Edit: However it FC when I enter Security in Settings.
Click to expand...
Click to collapse
Hmmm I didn't noticed this bug ! Thanks for reporting
> inb4 powered by TGM-Hybrid Kernel
h2o64 said:
There aren't and I don't think we will implement it because we want to keep it smooth and powerfull as max as possible.
Click to expand...
Click to collapse
Im gonna miss theme engine [emoji20]

[KALI NETHUNTER][HID-KEYBOARD KERNEL][SM-G355H] Samsung Galaxy Core 2

{
"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"
}
Hy Everybody , meet again with me Muhammad Ihsan from Indonesia. I want to share Kali Nethunter and Kernel which Implementation as HID KeyboardAGAIN for Samsung Galaxy Core 2 SM-G355H and maybe work for SM-G355HN and SM-G355M.​
SOME KNOWLEDGE :
What is a Kali Nethunter?
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, 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. In a simple knowledge , Kali Nethunter is Kali Linux in mini version. More Description you are can go HERE.
What is a HID Keyboard Kernel?
In a simple knowledge, HID Keyboard Kernel is a Kernel which have ability to make Android phone as keyboard and mouse for laptop/PC via USB not via Bluetooth or WIFI. More Description you are can searching in search engine
NOTE MUST BE READ :
* Don't forget to HIT THANKS BUTTON instead say it
* Since this Kali Nethunter is not a full ROM and run in top of System Operasi so this can be installed on Stock ROM and Custom ROM.
* This Nethunter contain kalifs minimal version which eat more than 400MB memory in Internal SD Card so before install this please look at youre free size of memory.
* This Kali Nethunter already use HID keyboard Kernel Implementation so no need install HID KERNEL.
* Maybe some apps FC, I don't know why its FC. And If Terminal Kali FC, Use Terminal from Playstore.
* FOR PEOPLE WHO ONLY WAN'T TO USE HID KEYBOARD KERNEL READ POST 2
HOW TO INSTALL KALI NETHUNTER :
1. Download the Kali Nethunter Installer in Download section and place to External SDCard
2. Reboot youre phone to TWRP mode
3. Choose file installer which you downloaded
4. Install It . No need wipe anythings.
5. Wait the installation eat 10-25 minutes
6. If succsess reboot the phone
7. If you can enter to home screen the next step is open the Kali Nethunter app which have icon like a dragon.
8. Enjoy it.
FOR PEOPLE WHO ONLY WAN'T TO USE HID KEYBOARD KERNEL​
NOTE MUST BE READ :
* Don't forget to HIT THANKS BUTTON instead say it
* This kernel is compiled from source and have some features about I/O Scheduler and CPU Frequency so you can use Kernel Audiutor to control it
* Please set CPU Governor to "sprdemand" for best performance and don't forget to set when boot
* If you want to use as Mouse or Keyboard plug the USB to youre phone and to youre Laptop/PC then open the USB Keyboard Application. USB Keyboard Applications is the User Interface of HID Kernel.
* PLEASE DOWNLOAD KERNEL WHICH MATCHE WITH THE ROM WHICH YOU USE
HOW TO INSTALL HID KERNEL :
1. Download the HID Kernel and USB Keyboard applications in Download section and place to External SDCard
2. Reboot youre phone to TWRP mode
3. Choose file installer which you downloaded
4. Install It . No need wipe anythings.
5. If succsess reboot the phone
7. If you can enter to home screen the next step is Install the USB Keyboard applications.
8. Enjoy it.
SOME SCREENSHOOT KALI NETHUNTER AND HID KEYBOARD​
DOWNLOAD SECTION KALI NETHUNTER AND HID KEYBOARD​
KALI NETHUNTER
INSTALLER KALI NETHUNTER SM-G355H
UNINSTALLER KALI NETHUNTER SM-G355H
HID KEYBOARD KERNEL
USB KEYBOARD APPLICATION
KERNEL FOR CM,PAC,CRDROID,FIUI
KERNEL FOR MOKEE
KERNEL FOR STOCKROM
SOURCE AND CREDITS​
KALI NETHUNTER
OPENSOURCE KALI NETHUNTER
HID KEYBOARD KERNEL
KERNEL SOURCE
PATCH HID KERNEL SM-G355H
CREDITS
1. Kali Nethunter Developers and Maintainer also all who contribute to the source
2. Pelya @github for patch HID Kernel for Kanas Device
3. Tim Wanders @FB for request this Kernel to Me and who make Pelya make a patch
FOR INDONESIAN PEOPLE YOU CAN GO HERE
I think enought for this thread, I'm sorry for my bad english on all text because I'm from Indonesia . If I'm missing some one in credit please PM me .
Please Hit Thank Button If you like with my work. You're thanks is my SPIRIT to keep work for Samsung Galaxy Core 2 Devices ​
Maybe want to try ?
@Y300-0100 @revomalik @nirav1996 @baddan @AnDrOiiiD_YT @MicroZans @Joaquin Scala @FedericoPeranzi @asser19 @cmtester @axrav @suckmyass @Strain Grip @shafiqbd50 @ryuzakii24 @dRbXDA @eXynius
@Nexxit99_Gaming @dhiru1994 @LeonAltair @killerdoor @durbaca @samuel.freitos @gregoriaz @rafael_scostaa @Samuel2599 @hahanhata123 @Panzukk @Pradeep negi @DarkBloods @bngbrian @MicroZans
delete
thanks bro
will test after bab 1-3 of my skripsi was done
edit: installed succesfully at mokee, anything fine
clock speed controlled by kernel audiutor
sorry but I can not((((((((((((
gregoriaz said:
thanks bro
will test after bab 1-3 of my skripsi was done
edit: installed succesfully at mokee, anything fine
clock speed controlled by kernel audiutor
Click to expand...
Click to collapse
Wkwkwk ok.. Lets start to hacking world
MicroZans said:
sorry but I can not((((((((((((
Click to expand...
Click to collapse
Are you change/switch to other phone?
Ih24n said:
Are you change/switch to other phone?
Click to expand...
Click to collapse
No.Problem internet
MicroZans said:
No.Problem internet
Click to expand...
Click to collapse
Same here signal very poor here..
Hi @Ih24n!
Thank you very much for your work on this device!
The problem is, I can't test it because im on holidays After holidays I will definitly test all your new ROMs!
AnDrOiiiD_YT
Is just for g355h?
samuel.freitos said:
Is just for g355h?
Click to expand...
Click to collapse
H ,HN, M can try this... If want to other device except G355x must change the zImage file.
tim241 said:
You can easily mount the chroot to your sdcard..that's why I don't have that low memory warning
Click to expand...
Click to collapse
How to make chroot mounted to sdcard??
Change NHSYS=/data/local/nhsystem?? On installchroot.sh??
Ih24n said:
FOR PEOPLE WHO ONLY WAN'T TO USE HID KEYBOARD KERNEL
NOTE MUST BE READ :
* Don't forget to HIT THANKS BUTTON instead say it
* This kernel is compiled from source and have some features about I/O Scheduler and CPU Frequency so you can use Kernel Audiutor to control it
* Please set CPU Governor to "sprdemand" for best performance and don't forget to set when boot
* If you want to use as Mouse or Keyboard plug the USB to youre phone and to youre Laptop/PC then open the USB Keyboard Application. USB Keyboard Applications is the User Interface of HID Kernel.
* PLEASE DOWNLOAD KERNEL WHICH MATCHE WITH THE ROM WHICH YOU USE
HOW TO INSTALL HID KERNEL :
1. Download the HID Kernel and USB Keyboard applications in Download section and place to External SDCard
2. Reboot youre phone to TWRP mode
3. Choose file installer which you downloaded
4. Install It . No need wipe anythings.
5. If succsess reboot the phone
7. If you can enter to home screen the next step is Install the USB Keyboard applications.
8. Enjoy it.
Click to expand...
Click to collapse
I appreciate u...Do U know This Mod version of Nethunter work in grand prime plus smg532f
InterNetTech4u said:
I appreciate u...Do U know This Mod version of Nethunter work in grand prime plus smg532f
Click to expand...
Click to collapse
no,,, you need modify the kernel if want to use HID keyboard
Ih24n said:
no,,, you need modify the kernel if want to use HID keyboard
Click to expand...
Click to collapse
thanks bro..

[ROM][7.1.1][UNOFFICIAL] Kali Nethunter OS [26/04/2017]

{
"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"
}
A project by Offensive Security
The Kali NetHunter is an Android penetration testing platform targeted towards Nexus and OnePlus devices built on top of Kali Linux, which includes some special and unique features. Of course, you have all the usual Kali tools in NetHunter as well as the ability to get a full VNC session from your phone to a graphical Kali chroot, however the strength of NetHunter does not end there. We've incorporated some amazing features into the NetHunter OS which are both powerful and unique. From pre-programmed HID Keyboard (Teensy) attacks, to BadUSB Man In The Middle attacks, to one-click MANA Evil Access Point setups, access to the Offensive Security Exploit Database... And yes, NetHunter natively supports wireless 802.11 frame injection with a variety of supported USB NICs.
Download :-
> Rom
> Firmware
> Opengapps
Installation :-
Code:
-Download the ROM and GApps of your choice
-Make a full wipe (system, data, cache, dalvik)
-Flash Firmware
-Flash Rom
-Flash GAPPS package
-And at last Reboot!
Clean Flash is always recommended!
Credits :-
> Offensive Security
> Tirth Patel ([email protected])
> Abhishek Agarwal (abhishek987)
> #Team_Sanam
> JackSparrow17 (Thanks For Testing)​
XDA:DevDB Information
[ROM][7.1.1][UNOFFICIAL] Kali Nethunter OS [26/04/2017], ROM for the Xiaomi Redmi Note 4
Contributors
[email protected]
Source Code: https://github.com/nethunteros
ROM OS Version: 7.x Nougat
Version Information
Status: Beta
Current Beta Version: 1.0
Beta Release Date: 2017-04-26
Created 2017-04-26
Last Updated 2017-04-26
Reserved
Code:
Changelog :-
BETA v1.0 :- (26/04/2017)
> Initital Release
Bro DT2W working or no in ???
Nice.. Thanks
captenhany said:
Bro DT2W working or no in ???
Click to expand...
Click to collapse
Yes working....
Nice ..
Dear dev , you also dev for AOSP extended rom pls give update for aosp extended ,
Naveen to the said:
Dear dev , you also dev for AOSP extended rom pls give update for aosp extended ,
Click to expand...
Click to collapse
Maybe Tomorrow.
Naveen to the said:
Dear dev , you also dev for AOSP extended rom pls give update for aosp extended ,
Click to expand...
Click to collapse
I think it is up to date, and you can always request for update but can't demand it..
---------- Post added at 09:31 AM ---------- Previous post was at 09:30 AM ----------
[email protected] said:
Maybe Tomorrow.
Click to expand...
Click to collapse
Kindly before giving the update please look into wlan logs folder problem.
Can I have an "explain like I'm five" on this ROM and its features?
All tools of kali is working??
Swapnil Soni said:
All tools of kali is working??
Click to expand...
Click to collapse
Same question. Asking coz we're using stock kernel
USB wifi adapter is not working in nethunter. please check this problem.
devilhunter47 said:
Same question. Asking coz we're using stock kernel
Click to expand...
Click to collapse
Obviously No, Many features needs to be implemented on kernel too so only limited things are working.
after flashed can my phone relocked bootloader?
mdnazmul.i404 said:
after flashed can my phone relocked bootloader?
Click to expand...
Click to collapse
No.
[email protected] said:
Obviously No, Many features needs to be implemented on kernel too so only limited things are working.
Click to expand...
Click to collapse
I hope releasing kernel sources mail from xiaomi was true
Swapnil Soni said:
I hope releasing kernel sources mail from xiaomi was true
Click to expand...
Click to collapse
Today released Kernel Sources for some devices, But Mido was not in that least....Hope we will get soon now.
Sent from my Redmi Note 4 using XDA Labs
Are we able to hack wifi using this rom...?
I'm have just started to use Kali.
Does de-auth/Mon mode work in general with Mido's Wifi Adpater or do I need to use an external Wifi Adapter ?
Thanks

[SHARED][KERNEL] Kali Nethunter for Whyred

{
"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"
}
Finally Kali Nethunter is here to our beloved whyred. See Installation Instructions below. Its basically everything that you would love of you favourite ROM + nethunter! I will provide all the download links below!
Team420 Nethunter RAD x5.4 EAS Whyred​
Code:
/*
* Your warranty is... still valid?
*
* 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 ROM
* 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.
*/
Code:
/*
* This is only for people who know what they are doing. This ROM is not for everyone.
* Read setup carefully. Don't flash this if you don't know what Nethunter is.
* Don't cry for help if you did not try all by yourself to fix the problems you got.
* I am not responsible for any harm done, any bricked device etc.
* This ROM is only for testing purposes and may never be applied to networks and devices you don't have the permission to pentest.
*/
The sixth release of our Nethunter kernel for Whyred (Xiaomi Redmi Note 5 Pro).
Everything is fully functional, from HID to Wifi-adapter compatibility and wlan0 in monitor mode functionality. MITMF and badUSB attacks are outdated, if they don't work, don't blame the devs.
It is based on RAD EAS Kernel, so a huge thanks to theradcolor and his hard work! (!!!)
Below are 2 different versions of our Nethunter kernels: oldcam and newcam version. So if you are having trouble with your camera on one version, just switch to the other one(your ROM camera blobs and kernel camera blobs have to match).
RAD Changelog:
• Merged Linux v4.4.238
• Merged CAF TAG LA.UM.8.2.r1-07300-sdm660.0
• ASoC: Revert queue work on system power efficient workqueue
• tcp upstreams
• net: Update WireGuard to v1.0.20200908
• configs: Disable debugfs by default
• Makefile: Parse CPU varient to KBUILD flags for GCC
• kernel/sysctl: Move sched_wakeup_granularity_ns and sched_child_runs_first to SCHED_DEBUG
• Compiled with GNU's GCC 10.2.0 with LTO
• Checkout full changelogs on Rad's GitHub.
Nethunter Changelog:
• fixed rtl8188eus driver
DOWNLOADS:
Kali NetHunter ARM64 zip
Kali NetHunter Kernel OLD CAM
Kali NetHunter Kernel NEW CAM
INSTALLATION INSTRUCTIONS:
Make sure you have an Android 10 ROM installed on your whyred, I have Lineage Os because it is a very minimal ROM.It did however also tested with CorvusOS and Nusantara Project!
Reboot into Recovery (e.g. Orange Fox)
Mount System Partition (very important else script will not continue)
Flash official nethunter arm64 generic zip
Flash the kernel zip attached in this post.
Flash latest Magisk zip.
Reboot.
Install the Nethunter App and NH Terminal via Nethunter Store (https://store.nethunter.com/) if they didn't get installed already.
Give nethunter app and terminal all permissions it asks for. Open Nethunter app and navigate to "Kali Chroot Manager" and make sure kali chroot is getting set up and started correctly.
Profit
This is NOT my work I am just sharing this
This would'nt have been possible without you Team-420!
XDA:DevDB Information
Nethunter Kernel by Team 420 , Kernel for the Xiaomi Redmi Note 5 Pro
Contributors
!codelocker!
Source Code: https://github.com/Team-420/Nethunter-Whyred-Eas
Kernel Special Features: Everything that RAD kernel provides + support for nethunter
Version Information
Status: Stable
Current Stable Version: 3.4
Created 2020-10-28
Last Updated 2020-11-28
Reserved
Reserved
reserved just in case
wow that was crazy, inbuilt wifi card went in monitor mode.
zechs said:
wow that was crazy, inbuilt wifi card went in monitor mode.
Click to expand...
Click to collapse
Haha you're welcome
There is a lot of potential with nethunter!
!codelocker! said:
Haha you're welcome
There is a lot of potential with nethunter!
Click to expand...
Click to collapse
Agreed!
Although aircrack can use monitor mode, it was unable to lock channels, it was stuck on "0" (it's scanning all channels, but can't lock on one, says "fixed channel wlan0: 0") is it because of the card or am i missing something?
Niiiceeeee :highfive:
Hats off OP - @!codelocker!
Keep the good work.
Just for info...there is another version... hope you don't mind
https://forum.xda-developers.com/redmi-note-5-pro/development/rom-kali-nethunter-whyred-t3951286
Good luck and stay safe!
Bloody covid-19 is gonna make me an expert :laugh:
drnightshadow said:
Niiiceeeee :highfive:
Hats off OP - @!codelocker!
Keep the good work.
Just for info...there is another version... hope you don't mind
https://forum.xda-developers.com/redmi-note-5-pro/development/rom-kali-nethunter-whyred-t3951286
Good luck and stay safe!
Bloody covid-19 is gonna make me an expert :laugh:
Click to expand...
Click to collapse
HAhahah thats a way of being productive during Covid
The link you sent is a ROM , its pretty outdated so thats why I decided to make this thread
issue with this kernel
my device went into bootloop after flashing it ,i am on lineage 17.1 rom
prathu.x said:
my device went into bootloop after flashing it ,i am on lineage 17.1 rom
Click to expand...
Click to collapse
I tested it in lineage 17.1 and it worked fine. What process did you go through ?
!codelocker! said:
I tested it in lineage 17.1 and it worked fine. What process did you go through ?
Click to expand...
Click to collapse
I flashed Pixel Experience Plus rom and now its working
Camera not workin
!codelocker! said:
I tested it in lineage 17.1 and it worked fine. What process did you go through ?
Click to expand...
Click to collapse
Camera now working used new cam kernel.zip
i m on pixel experience rom
Monitor mode not working
@!codelocker!, the link to the generic ROM in the OP is outdated (2020.3).
It has since been updated to 2020.4 (https://images.kali.org/nethunter/nethunter-2020.4-generic-arm64-kalifs-full.zip)
rahimali said:
@!codelocker!, the link to the generic ROM in the OP is outdated (2020.3).
It has since been updated to 2020.4 (https://images.kali.org/nethunter/nethunter-2020.4-generic-arm64-kalifs-full.zip)
Click to expand...
Click to collapse
Thanks , added
Not working with Pixel Experience 10 Plus.
!codelocker! said:
I tested it in lineage 17.1 and it worked fine. What process did you go through ?
Click to expand...
Click to collapse
!codelocker! said:
I tested it in lineage 17.1 and it worked fine. What process did you go through ?
Click to expand...
Click to collapse
dear admin is this work the way you mention here with lineage 17.1with nethunter2020.4 with kernel new cam have checked yet please let me know so i will do flash in my phone with orangefox recovery.
Hatty_xD said:
dear admin is this work the way you mention here with lineage 17.1with nethunter2020.4 with kernel new cam have checked yet please let me know so i will do flash in my phone with orangefox recovery.
Click to expand...
Click to collapse
worked for me , cant remember if I used new cam though,you can always change
guys the download link is not working plz provide an another one @!codelocker!
link : https://images.kali.org/nethunter/nethunter-2020.4-generic-arm64-kalifs-full.zip
where is link for kernal for note 5 pro ?
currently i am using android 8 can i try with same one or install android 10 rom and install kalinethunder
i very exited to try kali nethunter full working in note 5 pro
plz help me thank you
Suresh3112001 said:
guys the download link is not working plz provide an another one @!codelocker!
link : https://images.kali.org/nethunter/nethunter-2020.4-generic-arm64-kalifs-full.zip
where is link for kernal for note 5 pro ?
currently i am using android 8 can i try with same one or install android 10 rom and install kalinethunder
i very exited to try kali nethunter full working in note 5 pro
plz help me thank you
View attachment 5292941
Click to expand...
Click to collapse
Please, don't be troll.. use brains.. its kali official generic ROM. If you don't know that, than this is not for you "braniac".
Jesus people wanna use hack tools but not knowing the basics... ignorance is a bliss!!
And wtf is 'kernal"??? Troll, its kernel !!!
ok I will use by brain and am Sry for my bad English and know this was official ROM. but ,I found some link in the form so I Just asked for link to download rom ,I was much Beginner to hacking tools so.....
any ways Thank You

[UNOFFICIAL] Kali NetHunter for Samsung J8

{
"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 Samsung J8 (2018)​
Features
Home Screen - General information panel, network interfaces and HID device status.
Kali Chroot Manager - For managing chroot metapackage installations.
Kali Services - Start / stop various chrooted services. Enable or disable them at boot time.
Custom Commands - Add your own custom commands and functions to the launcher.
MAC Changer - Change your Wi-Fi MAC address (only on certain devices)
KeX Manager - Set up an instant VNC session with your Kali chroot.
USB Arsenal - Control the USB gadget configurations
HID Attacks - Various HID attacks, Teensy style.
DuckHunter HID - Rubber Ducky style HID attacks
BadUSB MITM Attack - Nuff said.
MANA Wireless Toolkit - Setup a malicious Access Point at the click of a button.
MITM Framework - Inject binary backdoors into downloaded executables on the fly.
NMap Scan - Quick Nmap scanner interface.
Metasploit Payload Generator - Generating Metasploit payloads on the fly.
Searchsploit - Easy searching for exploits in Exploit-Database.
and many more
Kernel Features
1. mac80211 packet injection support
2. kernel modules for external wifi adapter
[INSTALLATION]
Download Nethunter + kernel from below link
1. reboot to recovery
2. browse to the nehunter zip and install it
3. then install nethunter kernel
3. reboot (it may take 1-2 min to boot)
Note: before installation backup , system and data
Bugs
HID Keyboard
booting takes time [blame samsung securities ]
Available Nethunter variants
minimal [32bit] [64bit]
DOWNLOAD
Download kernel from here
Kernel​
Thanks to :
Kali Nethunter Team
Contributors:
goldfish07(Ayush Bisht)
Created 2021-05-01
Status: Testing
#reserved
#reserved
will it work in j810f/ds and will it support the phone wifi as monitoring device ?
Can I install now?
Samsung J8
Android 10
Rooted with magisk
Twrp installed latest
4yush5663 said:
#reserved
Click to expand...
Click to collapse
Bro I am using aicp ROM Kali nethunter kernel working this aicp ROM ?
Hey
Technical Prasad Tor said:
Bro I am using aicp ROM Kali nethunter kernel working this aicp ROM ?
Click to expand...
Click to collapse
try with lineage 15.1
4yush5663 said:
try with lineage 15.1
Click to expand...
Click to collapse
Ok bro file name kernel-nethunter-j8y18lte-ten.zip ten ? This is nethunter kernel Android 8.0 Oreo ? Why bro tell me
4yush5663 said:
try with lineage 15.1
Click to expand...
Click to collapse
Bro I am install nethunter kernel in mokee rom Android 10 not working
Technical Prasad Tor said:
Bro I am using aicp ROM Kali nethunter kernel working this aicp ROM ?
Click to expand...
Click to collapse
Bro i am installing nethunter kernel in mokee rom Android 10 this problem show
Technical Prasad Tor said:
Bro I am install nethunter kernel in mokee rom Android 10 not working
Bro i am installing nethunter kernel in mokee rom Android 10 this problem show
Click to expand...
Click to collapse
i will check it
4yush5663 said:
i will check it
Click to expand...
Click to collapse
Bro this kernel not working pocket injection and not working hid attack and not showing hid status is not found bro this kernel is not include hid drivers and wifi adapter drivers
Technical Prasad Tor said:
Bro I am install nethunter kernel in mokee rom Android 10 not working
Bro i am installing nethunter kernel in mokee rom Android 10 this problem show
Click to expand...
Click to collapse
how to install (Tl-Wn722n) driver on Android
how to install (Tl-Wn722n) driver on Android

Categories

Resources