Skip to content

Welcome to Hatiyar

Security toolkit designed for penetration testing.

Install via pip

Get started in seconds with PyPI:

Terminal window
pip install hatiyar

5-Minute Quickstart

Run your first exploit and understand core concepts.

Time: 5 minutes
Start Tutorial →


Interactive Hunter

Metasploit-like shell experience

Terminal window
hatiyar
hatiyar> ls cve
hatiyar> use cve.cve_XXXX_XXXX
hatiyar> set RHOST target
hatiyar> set RPORT 80
hatiyar> run

Perfect for: Live engagements, exploration, learning

CLI Power User

One-liners for rapid testing

Terminal window
hatiyar run CVE-XXXX-XXXX \
--set RHOST=target.com \
--set RPORT=80

Perfect for: Automation, scripting, CI/CD pipelines