
Modular penetration testing framework with a Metasploit-like interactive shell, pre-built CVE exploit modules, and cloud/network reconnaissance capabilities for authorized security assessments.
Modern security toolkit for penetration testing, vulnerability assessment, and security research.
⚠️ IMPORTANT: Hatiyar is intended for educational, research, and defensive security use only.
Do not use this software on systems you do not own or do not have explicit written permission to test. Misuse may result in civil or criminal liability.

Hatiyar is a security toolkit designed for penetration testing, vulnerability assessment, and security research.
It provides:
Future roadmap: Additional CVE modules, enhanced security tools, web UI, automation APIs, and integration capabilities
Get Hatiyar running in seconds:
For the complete quick start guide, visit: Quick Start Documentation
For pip installation (recommended):
For development setup (optional):
sudo apt install build-essential (Debian/Ubuntu) or sudo dnf install gcc make (Fedora/RHEL)xcode-select --install (Xcode Command Line Tools)The fastest way to get started:
pip install hatiyar
Then run:
hatiyar # Launch interactive shell
hatiyar shell # Same as above
python -m hatiyar # Alternative way to run
For contributors or users who want the latest development version:
git clone https://github.com/ajutamangdev/hatiyar.git
cd hatiyar
make setup
This will:
.venv)uv syncmake info
make shell # Interactive shell
make serve # Web server (coming soon)
For detailed installation instructions, Docker setup, and platform-specific guides, see:
- Quick Start Guide - Get up and running quickly
- Full Installation Guide - Detailed setup for all platforms
For comprehensive guides, tutorials, API documentation, and usage examples, visit the full documentation:
This tool is provided for educational and authorized security testing purposes only. Users must:
The developers assume no liability for misuse of this software.