Skip to content

Instantly share code, notes, and snippets.

@369Dimension
369Dimension / nethunter.sh
Created June 27, 2023 22:04 — forked from SaicharanKandukuri/nethunter.sh
modified nethunter rootless script | based on proot-distro
#!/data/data/com.termux/files/usr/bin/bash -e
cd "${HOME}"
## termux-exec sets LD_PRELOAD so let's unset it before continuing
unset LD_PRELOAD
## Workaround for Libreoffice, also needs to bind a fake /proc/version
## Default user is "kali"
user="kali"
home="/home/$user"
start="sudo -u kali /bin/bash"