Install kali Linux on Android phone

 

Since this article is time-sensitive, please see the link below to view the latest version https://blog.csdn.net/a18845594188/article/details/128186803


0. Tools required:

  1. Powered by an Android-based phone
  2. Termux
  3. VNC Viewer
  4. hand

1. Install prerequisite software

https://www.hestudio.org/posts/install-kali-on-android-renew.html#%E5%AE%89%E8%A3%85%E5%BF%85%E5%A4%87%E8%BD%AF%E4%BB%B6-%E5%A6%82%E5%B7%B2%E5%AE%89%E8%A3%85%E8%AF%B7%E5%BF%BD%E7%95%A5

Click the link above to download the required app


2. Install

1. Install the basic system

1. open termux

db4d94074b874a7090ca0f5c5a716678.png

 2. Enter the following command

termux-setup-storage && curl -O --url https://res.hestudio.org/kali_for_android/install.sh && chmod +x install.sh && ./install.sh

3. Click Allow on the interface of the pop-up window

watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA6YaJ44CB5YC-5Z-O,size_20,color_FFFFFF,t_70,g_se,x_16

 4. The system will execute the program one after another. This process will take a long time. In case of input, close your eyes and press y

5. When you see the following interface, it means that the basic system is installed

6d4aee3070b14f3dbe71fadce6865126.png


 

2. Subsequent installation

1. Install the desktop environment and configure VNC

1. Update the library

sudo apt-get update

2. Install the desktop environment and configure VNC

sudo apt install git -y && git clone https://gitee.com/heStudio/ka_install.git && cd ka_install && chmod +x after.sh && ./after.sh

*default password:

kali

3. Keyboard layout selection 1

4. Set a password

4566274a1e0d4d90aa4c3713794b2ded.png

5. Enter Y if you do not want this password, or n if you want to keep it

watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA6YaJ44CB5YC-5Z-O,size_20,color_FFFFFF,t_70,g_se,x_16

 

2. Link vnc

1. Open vnc Server

watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA6YaJ44CB5YC-5Z-O,size_12,color_FFFFFF,t_70,g_se,x_16

 2. All the way Next

3. Click the + sign

4. Set the connection address

127.0.0.1:5901

watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA6YaJ44CB5YC-5Z-O,size_20,color_FFFFFF,t_70,g_se,x_16

 5. Then, set it like this

watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA6YaJ44CB5YC-5Z-O,size_20,color_FFFFFF,t_70,g_se,x_16

 6. Click the Connect link


3. Follow-up

Start the base system

startkali

 

Start VNC

vncserver-start

Terminate VNC

vncserver-stop

default password

kali

 

 

postscript

I started a new blog, come and have a look. https://www.hestudio.org

 

 

 

 

 

 

 

 

Guess you like

Origin blog.csdn.net/a18845594188/article/details/123163279