Skip to content

xiv3r/Kali-Linux-Termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Kali Nethunter Termux

Kali Linux NetHunter on Termux is a powerful tool for security professionals and enthusiasts. It allows users to perform a variety of security assessments on their Android devices without rooting them.




Auto Install

apt update && apt install wget bsdtar axel proot -y && clear && wget -qO- https://raw.githubusercontent.com/xiv3r/Kali-Linux-Termux/refs/heads/main/kali_nethunter/kali-full | sh && clear && kali

Note

  • script include Auto Run Kali and VNC in every startup
  • Login User:kali
  • Login Root:kali -r
  • ( to configure your vnc password )
kali vnc password 
  • ( to enable vnc service ) 127.0.0.1:5901
kali vnc &

Prevent Termux VNC service from being Killed

" Process completed (signal 9) - press Enter "

Download & Install

  • Shizuku and Ashell then enable wireless debugging through shizuku

  • permit ashell from shizuku

  • paste the adb commands below on ashell

  • Execute the commands below, These commands will disable the phantom process killer:

adb shell /system/bin/device_config set_sync_disabled_for_tests persistent

adb shell /system/bin/device_config put activity_manager max_phantom_processes 2147483647

adb shell settings put global settings_enable_monitor_phantom_procs false
  • To verify:
adb shell /system/bin/dumpsys activity settings | grep max_phantom_processes

adb shell /system/bin/device_config get activity_manager max_phantom_processes

About

Kali Linux with GUI in Termux

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages