https://github.com/tomsec8/termux-autosetup
A modular and beginner-friendly toolkit to set up your Termux environment with essential tools in one click.
https://github.com/tomsec8/termux-autosetup
android cyber-security hacking hacking-tool penetration-testing termux termux-tools
Last synced: 3 months ago
JSON representation
A modular and beginner-friendly toolkit to set up your Termux environment with essential tools in one click.
- Host: GitHub
- URL: https://github.com/tomsec8/termux-autosetup
- Owner: tomsec8
- License: mit
- Created: 2025-04-14T15:49:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T15:14:32.000Z (about 1 year ago)
- Last Synced: 2025-04-19T02:50:46.571Z (about 1 year ago)
- Topics: android, cyber-security, hacking, hacking-tool, penetration-testing, termux, termux-tools
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ Termux-AutoSetup
A modular and beginner-friendly toolkit to set up your Termux environment with essential tools in one click.
---
## 📋 Project Overview
This project provides a centralized script that helps you install multiple Termux tools quickly and efficiently. Whether you're setting up a fresh environment or just want to save time, this script has you covered.
---
## ✅ System Requirements
Before using this toolkit, make sure your system meets the following:
- 📱 **Device:** Android with Termux installed
- 🧱 **Storage:** At least 2000MB of free space
- 🌐 **Internet Connection:** Required for downloading packages
- 🧰 **Permissions:** Run `termux-setup-storage` if you want to access internal storage
---
## 📦 Pre-Installation (One-Time Setup)
Before cloning this project, you must install `git` in Termux:
```bash
apt-get update -y && apt-get upgrade -y
pkg install git -y
```
---
## 🚀 Installation
After installing `git`, follow these steps:
```bash
# 1. Clone the repository
git clone https://github.com/tomsec8/Termux-AutoSetup.git
# 2. Enter the project directory
cd Termux-AutoSetup
# 3. Give execute permission to the installer script
chmod +x install.sh
# 4. Run the installer
bash install.sh
```
---
## 🧠 Available Categories
During installation, you'll be able to choose one or more of the following:
| Category | Description |
|------------------|---------------------------------------------------------|
| 🧰 Base Tools | Essential CLI tools (`curl`, `nano`, `wget`, `zip`, `vim`, `unzip`, `tar`, `python`, `grep`, `httping`, `build-essential`, `perl`, `clang`, `make`, `tsu`, `python2` ) |
| ⚔️ Hacking Tools | Security tools (`nmap`, `dnsmap`, `dirb`, `apksigner`, `crunch`, `netcat-openbsd` ) |
| 🛠️ special Tools | Tools from GitHub or custom-built tools (`metasploit`, `sqlmap`, `nikto`) |
---
## 👨💻 Maintainer
Project by [TomSec8](https://github.com/TomSec8)
Feel free to open issues or pull requests with suggestions or fixes.
---
## 🙏 Credits
This project includes or is inspired by work from:
- [@gushmazuko](https://github.com/gushmazuko) – Metasploit install script: [metasploit_in_termux](https://github.com/gushmazuko/metasploit_in_termux)
- [@sqlmapproject](https://github.com/sqlmapproject) – SQLMap tool: [sqlmap](https://github.com/sqlmapproject/sqlmap)
- [@sullo](https://github.com/sullo) – Nikto web scanner: [nikto](https://github.com/sullo/nikto)
---
## 📜 License
This project is licensed under the MIT License – see the [LICENSE](LICENSE) file for details.
---