Skip to content

termuxvoid/repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermuxVoid

🔓 Unofficial APT Repository: 190+ Ethical Hacking & Pentesting Packages


🔍 Project Overview

TermuxVoid is an unofficial custom APT repository that bridges the gap between mobile convenience and professional security auditing. We host 190+ 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.
We also host root packages. See root-repo.md for details.

🚀 Quick Installation

Getting started is seamless. Run the following one-liner in your Termux terminal to add the repository automatically:

# Add repository
curl -sL https://termuxvoid.github.io/repo/install.sh | bash

Once the repository is added, you can install any tool using pkg install:

# Install any tool
pkg install <tool-name>

# Example
pkg install metasploit-framework

Tip

After installation, run pkg update to refresh your local package database. You can search for tools using pkg search <tool-name>.

✨ 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
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]
Loading

⚠️ 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.
Are these tools legal to use?
All tools are for legal security research and ethical hacking purposes only. Always obtain proper authorization before testing systems you do not own.
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 often are tools updated?
- Security patches within 24 hours - Version updates every Sunday - Emergency fixes as needed
How do I request a new package?
We are constantly expanding. You can request new tools via:
  1. Opening a GitHub Issue
  2. Contacting us on Telegram: Telegram @nullxvoid
  3. Sending an email to: termuxvoid@gmail.com
How do I report a broken package?
Open an issue on **[GitHub](https://github.com/TermuxVoid/repo/issues)** with the tool name and error output. We aim to fix reported issues within 24 hours.

🌐 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 »

Built with ❤️ for security researchers by Alienkrishn | Termux-optimized builds