๐งฐ 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.jsonfor 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)