🌐
GitHub
github.com › schnatterer › termux-scripts
GitHub - schnatterer/termux-scripts: Collection of shell scripts to automate everything on your android phone using termux app. Including incremental encrypted app backup to the cloud · GitHub
Collection of shell scripts to automate everything on your android phone using termux app. Including incremental encrypted app backup to the cloud - schnatterer/termux-scripts
Starred by 138 users
Forked by 14 users
Languages   Shell
🌐
DEV Community
dev.to › terminaltools › top-10-termux-scripts-that-save-time-and-effort-3e26
Top 10 Termux Scripts That Save Time and Effort - DEV Community
August 8, 2025 - No more typing apt update && apt upgrade every time you reopen Termux. pkg update -y && pkg upgrade -y pkg install nmap git python -y · Automating this speeds up setup on new installs. You can even add tools like Nmap or SneakPhish right in. Why manually scan IPs when you can automate it with a basic Nmap wrapper script?
Discussions

Repository of Useful Scripts for Termux (Ready for GTA6🥵)
if you have the money you should also get an external monitor and connect your phone to it! More on reddit.com
🌐 r/termux
1
25
December 14, 2025
I'm new to termux, so suggest me what cool stuff to use termux for.
you can use Termux and Tasker together via the termux-tasker plugin. I use this to play music automatically when starting my car and the car's bluetooth becomes active on my phone. You can also use crontab in Termux. I use this as my alarm clock: play music on my chromecast speaker groups when I'm at home to wake me up; and play relaxing music when it is time for bed--when I'm not at home don't do anything. https://github.com/chapmanjacobd/phone/blob/main/.jobs/crontab Here is my setup script More on reddit.com
🌐 r/termux
88
47
January 20, 2023
My First Termux Script
Looking nice, i wish i could contribute but the language barrier... More on reddit.com
🌐 r/termux
7
18
January 6, 2025
Favorite uses for termux?
ssh and rsync with my computer (pkg i openssh and passwd then sshd) rtorrent (pkg i rtorrent) basic http file hosting with python (pkg i python then python3 -m http.server) share youtube, and other supported links, to termux, and it automatically downloads with yt-dlp (curl -sL bit.ly/TermuxDL | bash - a script i made here ) emulate a linux install with proot-distro (check out my install script for xfce and xhost with chromium in alpine here ) More on reddit.com
🌐 r/termux
28
35
August 25, 2022
People also ask

Does Termux support running bash scripts?
Yes. It does support everything a Linux terminal can do.
🌐
linuxpip.org
linuxpip.org › the-best-termux-open-source-scripts-and-projects
The best Termux open-source scripts and projects – LinuxPip
What are the requirements for installing Termux scripts?
Most of Termux scripts does not require any other packages, but if you want to fetch them from Github, you need to have git package pre-installed.
🌐
linuxpip.org
linuxpip.org › the-best-termux-open-source-scripts-and-projects
The best Termux open-source scripts and projects – LinuxPip
🌐
GitHub
github.com › T4P4N › Awesome-Termux
GitHub - T4P4N/Awesome-Termux: Awesome Termux :- Bash Scripts, Wiki, Articles,Shells & Many More... · GitHub
Awesome Termux :- Bash Scripts, Wiki, Articles,Shells & Many More... - T4P4N/Awesome-Termux
Starred by 593 users
Forked by 32 users
🌐
Reddit
reddit.com › r/termux › repository of useful scripts for termux (ready for gta6🥵)
r/termux on Reddit: Repository of Useful Scripts for Termux (Ready for GTA6🥵)
December 14, 2025 -

Automatic script to prevent Android from terminating Termux. Useful if Termux "closes by itself".

Automatic script that performs X11 forwarding to view a remote host from Termux (not local - relay from another device).

I hope to add more things in the future and have a centralized place for specific Termux tools. Everyone is welcome to contribute.

Repo: github.com/weskerty/TermuxGod

🌐
Scribd
scribd.com › document › 514007016 › SCRIPTS-PARA-TERMUX
Essential Termux Hacking Scripts Guide | PDF | Python (Programming Language) | Unix Software
SCRIPTS PARA TERMUX - Free download as PDF File (.pdf), Text File (.txt) or read online for free. The document provides instructions for installing and using various hacking tools in Termux, an Android terminal emulator. It includes steps to install tools like Lazymux, Metasploit, Nmap, Hydra, and more.
Rating: 5 ​ - ​ 3 votes
🌐
LinuxPip
linuxpip.org › the-best-termux-open-source-scripts-and-projects
The best Termux open-source scripts and projects – LinuxPip
January 8, 2021 - If you’re using Termux on a tablet or a phone with big screen, you might want to try Termux Desktop. It is a combination of dotfiles and automated scripts that made it easy to setup a graphical environment of your choice in Termux.
🌐
admin
cyberchipnet.com › home › 5 best termux scripts | termux scripts commend
5 Best Termux Scripts | Termux scripts Commend
March 1, 2022 - The Termux Github script is easy ... +x install sh install if not work than use ./install · Zphisher is one of the best Termux script widely used for phishing attacks....
Find elsewhere
🌐
GitHub
github.com › zingmars › termux-scripts
GitHub - zingmars/termux-scripts: Collection of small scripts I wrote for use with Termux.
Since there's no ShareX/Screencloud or any other similar software for android, I wrote a few shell scripts to be used with termux to recreate at least some of the uploading functionality. Please note that I wrote this for my personal use (Linx+YOURLS), and a lot of modification will be needed if you end up using this for your own setup, but at least it's a good place to start.
Starred by 46 users
Forked by 11 users
Languages   Shell 100.0% | Shell 100.0%
🌐
TikTok
tiktok.com › discover › termux-best-script
Termux Best Script | TikTok
April 6, 2026 - Избавиться от них сложно, так как каждый запрос идет от легитимного сервиса. прошу в мой тгк #telegram #спам #рекомендации #python #termux ... M-wiz is a bash based script which is officially made for metasploit-framework users of termux from this tool in just one click you can install metasploit, repair it, update it, and backup up it and lot more.
🌐
Reddit
reddit.com › r/termux › i'm new to termux, so suggest me what cool stuff to use termux for.
r/termux on Reddit: I'm new to termux, so suggest me what cool stuff to use termux for.
January 20, 2023 - Instala Python en Termux con `pkg install python`, luego simplemente escribe `python` para comenzar a programar directamente en la terminal interactiva. Empieza con lo básico como variables, imprimir texto y operaciones matemáticas simples. Una vez que te sientas cómodo, pasa a escribir archivos de script reales: intenta hacer una calculadora simple o una lista de tareas que funcione en la terminal.
🌐
SourceForge
sourceforge.net › projects › termuxscripts
TermuxScripts download | SourceForge.net
Ever wish that you could write your own Android apps, so that they behave exactly as you want, without sending your personal data who-knows-where? This project leverages the power of the awesome Android app Termux, by providing sample scripts that run under Termux to accomplish useful tasks.
🌐
GitHub
github.com › topics › termux-script
termux-script · GitHub Topics · GitHub
A simple one-command script to set up Termux for easy YouTube video/audio downloads via the share menu.
🌐
Hacker's Directory
h4ck3r5.code.blog › 2020 › 09 › 14 › best-scripts-for-termux
Best Scripts For Termux – Hacker's Directory
September 14, 2020 - You can easily download and install this Termux script from Github. The link is given below: ... Zphisher is one of the best scripts for Termux mainly used for phishing attacks.
🌐
Techy B9T
techyb9t.in › home › termux scripts › 10 best termux scripts for ethical hacking
10 best termux scripts for ethical hacking - Techy B9T
April 12, 2022 - Routersploit is used not only to detect router vulnerabilities but also to detect passwords so that this script is also known as WiFi hacking tool. various penetration testing tools are comes with routersploit. Exploits: Used to exploits the vulnerabilities in a router. Payloads: Generating payloads for various architectures and injection points. Scanners: scanners are used to scan the network to see if it is potentially sensitive. ... fbi is one of the best Termux scripts and my personally my favorite This script is used to collect information from Facebook fbi is a Python script available on
🌐
Reddit
reddit.com › r/termux › my first termux script
r/termux on Reddit: My First Termux Script
January 6, 2025 -

Hi everyone, I just want to share something I’ve been working on over the past week. It’s a bash script written natively in Termux to help you set up your coding environment. Designed entirely for coding purposes, it helps with configuring mirrors, removes Termux’s welcome message, and installs essential coding tools (Neovim, Git, wget, Glow, GCC, and Python).

In the future, I plan to add more features. Feel free to contribute or share any suggestions for features you'd like to see included.

The script is mainly written in Portuguese, but it’s easy to understand, and I’m planning to add simple English documentation asap.

Note: This is my first bash project, so I’m looking to improve my syntax and semantics. If you have any tips/feedback, pls feel free to help

🌐
Softonic
scripts-termux.en.softonic.com › home › android › education & reference › scripts termux
Scripts Termux APK for Android - Download
October 31, 2025 - The app is designed to provide a range of scripts for different tasks, including hacking, penetration testing, and network analysis, among others. The scripts are organized into categories, making it easy to find what you need. Additionally, the app allows users to add their own scripts or modify existing ones.
Rating: 10/10 ​ - ​ 1 votes
🌐
GitHub
github.com › saideeptiku › TermuxScripts
GitHub - saideeptiku/TermuxScripts: Scripts I use for Termux · GitHub
Scripts to install Termux on Android through ADB.
Starred by 10 users
Forked by 4 users
Languages   Shell 63.7% | Python 36.3%
🌐
Achik Verse
achik.us › home › linux › 50+ best termux tools and packages you should install in 2026 (with commands)
50+ Best Termux Tools and Packages You Should Install in 2026 (With Commands)
March 15, 2026 - See also John the Ripper Tutorial – Best Password Cracking Commands ... FFmpeg is widely used for converting and editing audio and video files. ... Zip compresses files into zip archives. ... Unzip extracts compressed zip files. ... Nano is one of the easiest text editors available in Termux.
🌐
DEV Community
dev.to › terminaltools › 5-termux-scripts-every-freelancer-should-have-12m0
5 Termux Scripts Every Freelancer Should Have - DEV Community
August 26, 2025 - A 30 second manual task done 10 times a day adds up. Scripts also help you standardize how you invoice, backup, deploy, and secure files. If you already follow guides like Quick Termux projects you can do or basics like How to install Termux, these scripts are the natural next step.