Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trmxvibs/Tool-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool-X

The Apex Termux Installation Framework

GitHub Stars Last Commit Project Status

Tested On Language License

ShellCheck


Overview

Tool-X is an installation and management framework designed to turn a Termux environment into a robust mobile penetration-testing toolkit. It automates dependency fixes, repository cloning, mirror adjustments, and common Termux issues so you can focus on using tools instead of installing them.

Key Features

  • One-step setup for 60+ commonly used tools.

  • Termux-specific fixes (gem issues, Python library patches, CWD errors) included.

  • Management utilities: search engine, status dashboard, selective uninstall, and self-update.

  • Made in India

Installtion

  • Copy Command and paste in terminal

    pkg up -y && pkg install -y git wget which && wget https://raw.githubusercontent.com/trmxvibs/Tool-X/main/setup.sh -O setup.sh && chmod +x setup.sh && ./setup.sh

    Note: Restart your Termux session after the script finishes to apply the toolx alias and environment changes.

How to Launch & Core Menu Options

After restarting Termux, start the framework from any directory with:

toolx

Menu references inside Tool-X:

  • [97] Search Tools — Find tools by keyword (e.g., osint, bruteforce).

  • [94] View Status — Inspect installed tool paths and view error logs.

  • [99] Self-Update — Update the framework (git pull).

  • [98] Clean Uninstall — Remove tracked tool directories selectively.

  • [96] Self-Destruct — Remove the entire ~/tool-x directory and the global toolx alias.

YouTube Channel

Screenshot

image

Maintenance & Troubleshooting

If a package fails: check mirror fixes included in the script.

Dependency issues: the setup will attempt to install Ruby, Python libraries, figlet, and other common dependencies.

Check logs: use the status option to read error logs and follow the suggested fixes.

Usage Policy

Tool-X is provided for educational purposes and authorized penetration testing only. The project author (trmxvibs) is not responsible for misuse. Always have permission before testing systems that you do not own.

Quick FAQ

Q: Why restart Termux?

A: Restarting ensures the toolx alias and any environment changes are loaded into the shell session.

Q: Setup failed — what now?

A: Run toolx and choose [94] View Status to examine logs. Common causes are network/mirror problems, missing git/wget, or permission errors.

📎 Repository & License

Official repo: https://github.com/trmxvibs/Tool-X

Last Commit

About

Tool-X: A comprehensive, centralized installer framework for essential Termux hacking and utility tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published