Skip to content

Kali Linux in Termux Proot-Distro | Android

Notifications You must be signed in to change notification settings

5hahram/proot-distro-kali

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto install

auto launch kali in every start-up cli by default

apt update && apt upgrade -y && pkg install wget -y && echo "clear && proot-distro login kali" >> $PREFIX/etc/bash.bashrc && wget -qO- https://raw.githubusercontent.com/xiv3r/proot-distro-kali/refs/heads/main/files/setup.sh | sh && proot-distro login kali
apt update && apt install wget -y && wget -qO- https://raw.githubusercontent.com/xiv3r/proot-distro-kali/refs/heads/main/zsh/zsh.sh | sh && source .zshrc

Upgrade Kali

apt full-upgrade -y

Add custom terminal name

replace the name xiv3r to your name

sed -i 's/user=kali/user=xiv3r/' .zshrc && source .zshrc

Uninstall

proot-distro remove kali

About

Kali Linux in Termux Proot-Distro | Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%