-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathKali Linux On Android Full Version Without Root.txt
More file actions
90 lines (69 loc) · 1.75 KB
/
Copy pathKali Linux On Android Full Version Without Root.txt
File metadata and controls
90 lines (69 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
,# How To Install Kali Linux On Android Full Version Without Root
## Overview
This guide provides step-by-step instructions for installing a complete Kali Linux environment on Android without requiring root access.
## Resource Link
For the full guide with additional details, visit:
[Kali Linux on Android - Full Guide](https://maheshtechnicals.com/2020/02/16/kali-linux-on-android/)
## Installation Steps
### 1. Prepare Termux Environment
Update Termux packages:
```bash
pkg update -y
```
Upgrade Termux:
```bash
pkg upgrade -y
```
Install Fish shell:
```bash
pkg install fish -y
```
Enter Fish shell mode:
```bash
fish
```
### 2. Setup Storage and Dependencies
Give storage permissions to Termux:
```bash
termux-setup-storage
```
Install wget package:
```bash
pkg install wget -y
```
### 3. Install Kali NetHunter
Download the NetHunter installation script:
```bash
wget -O install-nethunter-termux https://offs.ec/2MceZWr
```
Make the script executable:
```bash
chmod +x install-nethunter-termux
```
Run the installation script:
```bash
./install-nethunter-termux
```
### 4. Configure and Start the Environment
Set a password for the VNC/KEX service:
```bash
nethunter kex passwd
```
Start the KEX/VNC server:
```bash
nethunter kex &
```
## Usage Instructions
- Connect to Kali using the KeX client
- Default VNC address is localhost:5901 or 127.0.0.1:1
- Use the password you set during configuration
## Additional Tools
After installation, you can install additional Kali tools with:
```bash
apt update && apt install <tool-name>
```
## Troubleshooting
If you encounter issues:
- Check the NetHunter service status: `nethunter status`
- Restart the KeX server: `nethunter kex stop` followed by `nethunter kex &`
- Ensure your device has sufficient storage space