CuNO3 / Nethunter-In-Termux-CN

This is a modified version of the original Hax4us script for chinese users to install Kali nethunter (Kali Linux) in your termux application without rooted phone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nethunter-In-Termux

This is a script by which you can install Kali nethunter (Kali Linux) in your termux application without rooted phone

Steps For Installation

  1. Download script in HOME using curl , 使用curl或wget下载本脚本,需要安装curl或wget:pkg i curlpkg i wget
    使用curl:curl -LO https://ghproxy.com/raw.githubusercontent.com/CuNO3/Nethunter-In-Termux-CN/master/kalinethunter
    or using wget
    使用wget:wget https://ghproxy.com/raw.githubusercontent.com/CuNO3/Nethunter-In-Termux-CN/master/kalinethunter
  2. Give execution permission 设置权限chmod +x kalinethunter
  3. Run script 运行脚本./kalinethunter

脚本在我的Linux Kernel 4.9 aarch64(arm64) Android Termux上测试过,未发现bug
如果有bug请提issue,出现卡顿是正常现象,下载时间约为20分钟(Kali Nethunter官方镜像,如果你知道有**镜像请提issue)
如果是后台运行,确保你已经把Termux配置成允许后台运行,并且获取wakelock
确保termux有存储权限,在设置中开启存储权限并使用termux-setup-storage配置

Usage

  1. Use command startkali to start nethunter. Default user is kali and default password is also kali.
    使用startkali命令启动kali
  2. if you want to start nethunter as a root user then use command startkali -r.
    使用startkali -r命令以root账户启动kali

VNC Guide

  1. To start a vnc session vnc start
  2. To stop a vnc session vnc stop
  3. To check status ( Display and port number) of vnc session vnc status
  4. If user is kali then by default vnc start will start vncserver with DISPLAY=:2 & PORT=5902 and for root user DISPLAY=:1 & PORT=5901

In Case Of SSL error: certificate verify failed

Rerun script with extra parameter --insecure or copy paste this command ./kalinethunter --insecure 如果出现SSL证书错误,使用 --insecure选项再次运行此脚本

setup LXDE

Default DESKTOP is XFCE4 but you can setup LXDE also https://www.hax4us.com/2018/07/how-to-install-lxde-in-kali-nethunter.html?m=1

You have any idea to improve ? So Just give PR

About

This is a modified version of the original Hax4us script for chinese users to install Kali nethunter (Kali Linux) in your termux application without rooted phone

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%