KaliGPT : An Agentic assistance in Linux CLI for Ethical Hacking & Cybersecurity to use AI with ease to learn and master CyberSecurity
- Download KaliGPT Installer
curl -sL https://raw.githubusercontent.com/SudoHopeX/KaliGPT/refs/heads/hackerx/install.sh | bash - Install KaliGPT ( don't use sudo in Termux )
sudo bash kaligptinstaller.sh
use command kaligpt -h to see below usages after installation
HackerX (KaliGPT v1.3) - Use AI in Linux via CLI easily
- by SudoHopeX | Krishna Dwivedi
Usages:
kaligpt [MODE(Optional)] [Prompt(Optional)]
MODES:
-g [--gemini] = use Gemini models (Online)
-o [--ollama] = use local models via Ollama (Offline,cloud:online )
-or [--openrouter] = use OpenRouter models (Online)
-c [--chatgpt] = use OpenAI models (Online)
--web = AIs official Web-Chat Opener (Online)
--setup-keys = setup API keys for online models
-u [--update] = update KaliGPT to latest version
-v [--version] = show KaliGPT version and exit
-lr [--list-providers] = list KaliGPT available providers (vendors)
-h [--help] = show this help message and exit
Model Management:
/change-model = change to a different AI model
/reset-to-default-model = reset to KaliGPT default AI model (Gemini)
/set-vendor-default-model = set default model for a specific vendor
/list-tools = list available tools for AI Agent
Examples:
kaligpt ( uses default model and will ask for prompt )
kaligpt "Help me find XSS on target.com"
kaligpt -g "How to Scan a website for subdomains using tools"
kaligpt -or "Help me find XXS on a target.com"
kaligpt --web (launches default AI model web Chat
Read all Requirements here
Warning
Access to this library and the use of information, materials (or portions thereof), is not intended, and is prohibited, where such access or use violates applicable laws or regulations. By no means the authors encourage or promote the unauthorized tampering with running systems. This can cause serious human harm and material damages.
By no means the authors of HackerX (KaliGPT v1.3) encourage or promote the unauthorized tampering with compute systems. Please don't use the source code in here for cybercrime. Pentest for good instead. By downloading, using, or modifying this source code, you agree to the terms of the LICENSE and the limitations outlined in the DISCLAIMER file.