TermuxVoid
Unofficial Repository — Ethical Hacking, Bug Bounty & Cyber Security Tools for Termux. Ships both APT & Pacman repos, so pkg install works on either setup.
Unofficial custom repository for Termux, available as both an APT (dpkg) and a Pacman repository. Provides extra tools not available in official Termux repos or excluded from it. Covers ethical hacking, bug bounty, cyber security, reverse engineering & more. Compiled natively for Android. The very same tools are installable on either setup — pkg install works on both.
TermuxVoid ships the same tools for both APT (dpkg) and Pacman Termux. Add the repo that matches your setup, then install any tool with pkg install — it works on both.
# Add APT repository
curl -sL https://github.com/termuxvoid/repo/raw/main/install.sh | bash
# Add Pacman repository
curl -sL https://github.com/termuxvoid/pacman-repo/raw/main/install-repo.sh | bash
# Install any tool (works on both APT & Pacman)
pkg install <tool-name>
# Example
pkg install metasploit-framework
On a full Pacman setup you can also use pacman -S <tool-name> directly.
Repo sources:
APT repo ·
Pacman repo
All tools are for legal security research and ethical hacking purposes only. Always obtain proper authorization before testing systems you do not own.
Yes! Submit requests via:
Open an issue on GitHub with the tool name and error output. We aim to fix reported issues within 24 hours.
Star the repo · Report issues responsibly · Share with the community