https://github.com/termuxvoid/repo
Custom termux apt repository
https://github.com/termuxvoid/repo
apt-repository custom-apt-repository debian-packages termux-apt-repo termux-hacking
Last synced: 2 months ago
JSON representation
Custom termux apt repository
- Host: GitHub
- URL: https://github.com/termuxvoid/repo
- Owner: termuxvoid
- License: bsd-3-clause
- Created: 2025-07-31T05:26:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T10:33:31.000Z (2 months ago)
- Last Synced: 2026-03-31T12:26:15.988Z (2 months ago)
- Topics: apt-repository, custom-apt-repository, debian-packages, termux-apt-repo, termux-hacking
- Language: Shell
- Homepage: https://termuxvoid.github.io
- Size: 65.1 MB
- Stars: 71
- Watchers: 0
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TermuxVoid APT Repository
๐ 100+ Ethical Hacking & Pentesting Packages โ Beyond Official Repositories
---
## ๐ Project Overview
**TermuxVoid** bridges the gap between mobile convenience and professional security auditing. We host **100+ advanced security tools** that are not available in the official Termux repositories, specifically compiled and optimized for Android architecture.
Whether you are a professional penetration tester or an ethical hacking enthusiast, TermuxVoid turns your Android device into a portable powerhouse.
> [!NOTE]
> This repository contains tools that are often excluded from official sources due to complexity or licensing. All packages are compiled natively for Termux.
## ๐ Quick Installation
Getting started is seamless. Run the following one-liner in your Termux terminal to add the repository automatically.
```bash
curl -sL https://termuxvoid.github.io/repo/install.sh | bash
```
> [!TIP]
> After installation, run `pkg update` to refresh your local package database. You can then search for tools using `pkg search `.
## โจ Featured Tools
We provide a curated selection of industry-standard tools. Here are some highlights:
| Tool | Category | Description |
| :--- | :--- | :--- |
| **Metasploit Framework** | `Exploitation` | The world's most used penetration testing framework. |
| **Burp Suite** | `Web Security` | Leading toolkit for web application security testing. |
| **Ghidra** | `Reverse Eng.` | NSA's high-end software reverse engineering suite. |
| **THC Hydra** | `Password Cracking` | Fast network logon cracker supporting many protocols. |
| **SQLMap** | `Web Security` | Automatic SQL injection and database takeover tool. |
๐ View Mermaid Architecture
```mermaid
graph TD
A[TermuxVoid Repo] -->|Provides| B[Exploitation]
A -->|Provides| C[Reverse Engineering]
A -->|Provides| D[Network Scanning]
A -->|Provides| E[Password Attacks]
B --> B1[Metasploit]
B --> B2[SQLMap]
C --> C1[Ghidra]
C --> C2[Radare2]
D --> D1[Nmap]
D --> D2[Netcat]
E --> E1[Hydra]
E --> E2[John the Ripper]
```
## โ ๏ธ Legal & Disclaimer
> [!WARNING]
> These tools are provided strictly for **educational purposes** and **authorized security testing**. Using these tools against systems without explicit permission is illegal. The maintainers of TermuxVoid are not responsible for any misuse or damage caused by these programs.
## โ Frequently Asked Questions
Are these tools safe to use on a personal device?
Yes, all packages are compiled from source or verified binaries. However, these are powerful security tools; ensure you understand what a tool does before executing it to avoid unintended system modifications.
Why aren't these in the official repo?
Many of these tools (like Metasploit or Ghidra) have heavy dependencies, large sizes, or licensing complexities that make them difficult to maintain in the official core repositories. We handle the heavy lifting so you don't have to.
How do I request a new package?
We are constantly expanding. You can request new tools via:
1. Opening a **[GitHub Issue](https://github.com/TermuxVoid/repo/issues)**
2. Contacting us on Telegram: **[TermuxVoid](https://t.me/termuxvoid)**
## ๐ Support & Community
Join our growing community of security researchers and mobile hackers.
---
## ๐ ๏ธ Contribution & Support
Support the project to help us keep the packages updated and add more tools:
- โญ **Star** this repository to show your support.
- ๐ **Report Bugs** responsibly via Issues.
- ๐ข **Share** with the security community.
[View Complete Package List ยป](PACKAGES.md)
Built with โค๏ธ for security researchers | Termux-optimized builds