Skip to content

Install Kali NetHunter (Official Version) on Android without root. It is a bash script that enables users to deploy multiple NetHunter instances with a customized toolset in PRoot distro.

License

Notifications You must be signed in to change notification settings

sagar040/proot-distro-nethunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proot-distro-nethunter

The proot-distro-nethunter is a powerful Bash script designed to effortlessly integrate Kali NetHunter into proot-distro. This enables users to deploy multiple NetHunter instances with customized toolsets, akin to managing multiple containers in Docker.

Whether you're a cybersecurity professional or an enthusiast, this installer streamlines the setup process, saving time and effort.

Version License: GPL v3 Bash

Preview

GUI

Version 1.7

Bash Kali Linux Nethunter GUI VNC Pentesting Cyber Security Installation Setup

Notes

  • alias name BackTrack-<BUILD ID>
  • login shortcut nethunter [ BUILD ID ] [ user ]

What's New

  • Now you can create multiple Nethunters from the same image with custom tools
  • Fixed apt upgrade stuck
  • Changed default login user from root to kali (if login by shortcut)
  • Added upgrade feature for existing installations. it's automatically detects existing installations and upgrades them.
  • Removed blank installation option

Features

  • Automated Integration: Seamlessly integrates Kali NetHunter into proot-distro, eliminating manual configurations.
  • Customization: Install multiple NetHunters with tailored toolsets, optimized for various tasks.
  • Enhanced UX: Automatically sets up VNC server for XFCE desktop, enhancing graphical user experience.
  • Efficiency: Swift installation process reduces manual intervention, making deployment hassle-free.

What is proot-distro?

PRoot Distro is a powerful utility that allows you to run a full Linux distribution on an Android device without the need for root access.

Prerequisites

  • Android device with Termux installed

How to install termux ?

Click the icon to get latest version of Termux from f-droid

F-Droid

Installation

  1. Update and upgrade Termux:
    apt update && apt upgrade -y
  2. Install bc, ncurses-utils and proot-distro (if not already installed):
    apt install bc ncurses-utils proot-distro -y
  3. Install Git (if not already installed):
    apt install git -y
  4. Clone the repository:
    git clone https://github.com/sagar040/proot-distro-nethunter.git
  5. Navigate to the project directory:
    cd proot-distro-nethunter

Usage

  • For information:
    bash install-nethunter.sh
  • To start installation:
    bash install-nethunter.sh --install

List of kali nethunter builds

Xfce Builds

Build ID Tools System Requirements (RAM GB) Storage Requirements (GB) Data Requirements (GB)
KBDEXKMT10 Top10 3 6.7 2.7+
KBDEXKMTD Default 3 13 3.8+
KBDEXKMTL Large 4 20 5.5+
KBDEXKMTE Everything 4 34 9.0+

Custom category builds with xfce desktop

Build ID Tools System Requirements (RAM GB) Storage Requirements (GB) Data Requirements (GB)
KBCIGDEX Information gathering 2-3 4.8+ 1.6+
KBCWGDEX Web - - -
KBCCSGDEX Crypto & Stego - - -
KBCPGDEX Passwords - - -
KBCFOGDEX Forensics - - -
KBCFUGDEX Fuzzing - - -
KBCREGDEX Reverse engineering - - -
KBCSSGDEX Sniffing & Spoofing - - -
KBCEGDEX Exploit - - -

Kali Nethunter Custom Tools Build

Build ID Tools System Requirements (RAM GB) Storage Requirements (GB) Data Requirements (GB)
KBCTDEX Xfce, firefox-esr, steghide, sqlmap, autopsy, wireshark, yara, wfuzz, enum4linux, nmap, ncat, cewl, john, wordlists, hydra, ghidra, jd-gui, burpsuite, nikto, wpscan, python3, python3-pip, socat, gobuster, villain, dirb 2-3 7.5 2.5

Login to NetHunter

  1. Run the following command to log in to the NetHunter environment:
    nethunter [ BUILD ID ] [ USER ]
    or
    proot-distro login BackTrack-< BUILD ID > [ USER ]

Accessing the NetHunter GUI

  1. Once you are logged in, you can start the GUI session by running the following command:
    sudo kgui

Feedback

Let me know if you face any problems while running or installing this script. Also, let me know which features you think are the best and what you would like to see in the next updates.

connect with me

Reddit Instagram

About

Install Kali NetHunter (Official Version) on Android without root. It is a bash script that enables users to deploy multiple NetHunter instances with a customized toolset in PRoot distro.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages