redmi note 4x(mido) kali nethunter

Kali NetHunter | Kali Linux Documentation

RedMi Note 4X Kali NetHunter Vol.02_哔哩哔哩_bilibili

安卓渗透测试平台Kali(Nethunter)搭建教程 - FreeBuf网络安全行业门户

5.0 Installing NetHunter on top of Android

Now that you've either downloaded a NetHunter image or built one yourself, the next steps are to prepare your Android device and then install the image. "Preparing your Android device" includes:

  • unlocking your device and updating it to stock AOSP or LineageOS (CM). (Check point 2.0 for supported roms)
  • installing Team Win Recovery Project as a custom recovery.
  • installing Magisk to root the device
  • disabling force encryption may be required if TWRP cannot access the data partition
  • Once you have a custom recovery, all that remains is to flash the NetHunter installer zip file onto your Android device.

twrp
小米twrp_miflash_unlock_7.6.727.43.zip-CSDN博客

cm redmi note 4x
#https://dl.lineageosroms.com/mido/lineage-16.0-20200325-nightly-mido-signed.zip

https://dl.lineageosroms.com/mido/lineage-16.0-20200407-nightly-mido-signed.zip

twrp刷入后reboot

install nethunter

https://kali.download/nethunter-images/current/nethunter-2023.4-generic-arm64-kalifs-full.zip

magisk

https://521github.com/extdomains/github.com/topjohnwu/Magisk/releases/download/v27.0/Magisk-v27.0.apk

获取root权限后打开nethunter

1.0 NetHunter Editions

NetHunter can be installed on almost every Android device under the sun using one of the following editions:

Edition Usage
NetHunter Rootless The core of NetHunter for unrooted, unmodified devices
NetHunter Lite The full NetHunter package for rooted phones without a custom kernel.
NetHunter The full NetHunter package with custom kernel for supported devices

The following table illustrates the differences in functionality:

Feature NetHunter Rootless NetHunter Lite NetHunter
App Store Yes Yes Yes
Kali cli Yes Yes Yes
All Kali packages Yes Yes Yes
KeX Yes Yes Yes
Metasploit w/o DB Yes Yes Yes
Metasploit with DB No Yes Yes
NetHunter App No Yes Yes
Requires TWRP No Yes Yes
Requires Root No Yes Yes
WiFi Injection No No Yes
HID attacks No No Yes

The installation of NetHunter Rootless is documented here: NetHunter-Rootless

The NetHunter-App specific chapters are only applicable to the NetHunter & NetHunter Lite editions.

The Kernel specific chapters are only applicable to the NetHunter edition.

2.0 NetHunter Supported Devices and ROMs

NetHunter Lite can be installed on all Android devices that are rooted and have a custom recovery. The full NetHunter experience requires a devices specific kernel that has been purpose built for Kali NetHunter. The NetHunter GitLab repository contains over 164 kernels for over 65 devices. Kali Linux publishes over 25 images for the most popular devices on the NetHunter download page. The following live reports are generated automatically by GitLab CI:

List of quarterly published officialNetHunter images List of unofficial NetHunter supported kernels NetHunter kernel statistics

3.0 Downloading NetHunter

Official release NetHunter images for your specific supported device can be download from the Kali Linux page located at the following URL:

Once the zip file has downloaded, verify the SHA256 sum of the NetHunter zip image against the values on the download page. If the SHA256 sums do not match, do not attempt to continue with the installation procedure.

4.0 Building NetHunter

Those of you who want to build a NetHunter image from our Gitlab repository may do so using our Python build scripts. Check out our Building NetHunter page for more information. You can find additional instructions on using the NetHunter installer builder or adding your own device in the README located in the nethunter-installer git directory.

5.0 Installing NetHunter on top of Android

Now that you've either downloaded a NetHunter image or built one yourself, the next steps are to prepare your Android device and then install the image. "Preparing your Android device" includes:

  • unlocking your device and updating it to stock AOSP or LineageOS (CM). (Check point 2.0 for supported roms)
  • installing Team Win Recovery Project as a custom recovery.
  • installing Magisk to root the device
  • disabling force encryption may be required if TWRP cannot access the data partition
  • Once you have a custom recovery, all that remains is to flash the NetHunter installer zip file onto your Android device.

6.0 Post Installation Setup

  • Open the NetHunter App and start the Kali Chroot Manager.
  • Install the Hacker Keyboard from the NetHunter Store using the NetHunter Store app.
  • Install any other apps from the NetHunter Store as required.
  • Configure Kali Services, such as SSH.
  • Set up custom commands.
  • Initialize the Exploit-Database.

7.0 Kali NetHunter Attacks and Features

Kali NetHunter Application
3rd Party Android Applications in the NetHunter App Store

8.0 Porting NetHunter to New Devices

If you're interested in porting NetHunter to other Android devices, check out the following links. If your port works, make sure to tell us about it so we can include these kernels in our releases!

  1. Getting Started manually
  2. Getting Started with kernel builder
  3. Patching a Kernel
  4. Configuring a Kernel
  5. Adding Your Device

9.0 Known Working Hardware

  1. Wireless Cards
  2. SDR - RTL-SDR (based on RTL2832U)
  3. Bluetooth adapters - Sena UD100 or generic CSR4.0 adapter

10.0 NetHunter Apps

All apps can be installed through the NetHunter Store client.

  1. The NetHunter Store App can be downloaded here
  2. The NetHunter Web Store can be found here
  3. The source code for building the NetHunter Apps can be found on GitLab here

#AOSP(Android Open Source Project)相关页面为 :
#https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/

#使用方法为 : 下载url中的
#https://android.googlesource.com/ 全部使用
#https://aosp.tuna.tsinghua.edu.cn/ 代替即可

相关推荐
AirDroid_cn3 天前
打开网页即可远程控制手机,Linux系统亦可使用
linux·智能手机·安卓·远程工作·远程控制·远程控制手机·远程投屏
甜甜的资料库4 天前
基于安卓的线上考试APP源码数据库文档
安卓
我命由我1234517 天前
Android 开发问题:Plugin [id: ‘org.jetbrains.kotlin.android‘] was not found
android·java·开发语言·java-ee·kotlin·安卓·android-studio
humors22119 天前
手机合集(不定期更新)
ios·华为·手机·安卓·鸿蒙·苹果·技巧
我命由我1234522 天前
Kotlin 极简小抄 P10(类与对象、主构造函数、带有默认参数值的主构造函数、次要构造函数)
java·开发语言·vscode·java-ee·kotlin·安卓·android-studio
帅得不敢出门24 天前
Android Framework学习七:Handler、Looper、Message
android·学习·安卓·handler·looper·message
神探阿航1 个月前
HNUST湖南科技大学-安卓Android期中复习
android·安卓·hnust
这儿有一堆花1 个月前
安卓应用卡顿、性能低下的背后原因
android·安卓
帅得不敢出门1 个月前
Android Framework学习三:zygote剖析
android·java·学习·framework·安卓·zygote
shandianchengzi1 个月前
【记录】Google|下载 Google 谷歌商店中的应用的多种方式
android·google·安卓·apk