π§° One CLI to manage all your hacking tools β across Linux, Termux, Windows, and macOS.
π What is UHT-Framework?
UHT (UfaqTech Hacking Toolkit) is a cross-platform, modular CLI toolkit designed for:
- β Ethical Hackers
- β Penetration Testers
- β Security Researchers
- β Cybersecurity Students
It simplifies managing open-source hacking tools from a single, interactive Python-based CLI.
π Features
- π§© Multi-OS Support: Linux, macOS, Windows, Termux
- π₯οΈ CLI Interface: Intuitive, color-coded terminal UI
- π¦ Tool Configs: JSON-based
tools.json
for adding new tools - βοΈ One-Click Installer: Automatic Python + system dependencies
- π Update Manager: Easily update tools or the entire framework
- π Activity Logs: Track installations and errors
π Project Structure
UHT-Framework/ βββ uht.py # CLI entry point βββ install.sh # One-click setup βββ config/ # JSON configs βββ lib/ # Core Python modules βββ tools/ # Installed tools βββ logs/ # Output and error logs βββ wordlists/ # Includes rockyou.txt, seclists, etc.
π οΈ Install & Run
bash
git clone https://github.com/UfaqTech/UHT-Framework.git
cd UHT-Framework
bash install.sh
source venv/bin/activate # Windows: use Scripts\activate
python uht.py
You'll get a categorized menu: Recon, Exploits, Web tools, etc.
---
β Add New Tools
Edit config/tools.json. Example:
{
"name": "ToolName",
"description": "Example tool",
"github_url": "https://github.com/example/tool",
"install_path": "tools/toolname",
"run_command": "python3 tool.py",
"os_compat": ["linux", "termux", "windows", "mac"],
"dependencies": ["python3", "pip"]
}
Restart UHT β your tool will appear in the CLI.
---
π― Who It's For
π§βπ» Ethical hacking beginners
π§ͺ Red teamers managing custom scripts
π Students training for OSCP or CTFs
βοΈ Security pros needing quick access to reliable tools
---
π Resources
π GitHub Repo
π§βπ» Developer Portfolio
π¬ Telegram
π² WhatsApp Channel
βοΈ Email
---
π€ Contribute
git checkout -b feature/your-feature
# Make your changes
git commit -m "Add XYZ feature"
git push origin feature/your-feature
Then open a Pull Request π
---
β€οΈ Built by UfaqTech
Created with β€οΈ by Awais Nawaz to empower cybersecurity professionals with simple, scalable tooling.
> Hacking should be simple. UHT makes it that way.
---
β
Let me know if you'd like:
- A **custom social card image**
- A **cover banner** for DEV.to
- A **Twitter thread or LinkedIn caption** to promote it
I can generate those for you next.
Top comments (0)