https://github.com/SudoHopeX/KaliGPT
KaliGPT: an Agentic AI (built with Gemini, ChatGPT, Ollama, OpenRouter Models) fine tuned for ethical hackers & students in offensive security making workflows smarter, faster, and more accessible.
https://github.com/SudoHopeX/KaliGPT
agentic-ai ethical-hacking-ai-tool kali kali-linux-tools kali-scripts kali-tools kaligpt kaligpt-installer sudohopex
Last synced: 6 days ago
JSON representation
KaliGPT: an Agentic AI (built with Gemini, ChatGPT, Ollama, OpenRouter Models) fine tuned for ethical hackers & students in offensive security making workflows smarter, faster, and more accessible.
- Host: GitHub
- URL: https://github.com/SudoHopeX/KaliGPT
- Owner: SudoHopeX
- License: other
- Created: 2025-08-04T07:51:28.000Z (11 months ago)
- Default Branch: hackerx
- Last Pushed: 2026-06-13T13:03:25.000Z (12 days ago)
- Last Synced: 2026-06-13T15:06:44.326Z (12 days ago)
- Topics: agentic-ai, ethical-hacking-ai-tool, kali, kali-linux-tools, kali-scripts, kali-tools, kaligpt, kaligpt-installer, sudohopex
- Language: Python
- Homepage: https://hope.is-a.dev/?path=kaligpt_doc
- Size: 433 KB
- Stars: 527
- Watchers: 18
- Forks: 104
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[//]: # ( SudoHopeX - KaliGPT )
[//]: # ( Updated: 14 feb 2026 )
# HackerX ( KaliGPT v1.3 )
**KaliGPT** : An Agentic assistance in Linux CLI for Ethical Hacking & Cybersecurity to use AI with ease to learn and master CyberSecurity
### **⭐ Star this repo if you found it helpful!**
## Badges
[](https://github.com/SudoHopeX/KaliGPT/tags)
[](https://github.com/SudoHopeX/KaliGPT/stargazers)
[](https://github.com/SudoHopeX/KaliGPT/network/members)


[](LICENSE)
[](https://github.com/SudoHopeX/KaliGPT/issues/new)
------





[](https://github.com/SudoHopeX/OpenSearchAPI)
[](https://github.com/SudoHopeX/KaliGPT/tree/hackerx)
------




## Installation
1. Download KaliGPT Installer
```
curl -sL https://raw.githubusercontent.com/SudoHopeX/KaliGPT/refs/heads/hackerx/install.sh | bash
```
> Note: Use within permitted directory without root user
2. Install KaliGPT ( don't use sudo in Termux )
```
sudo bash kaligptinstaller.sh
```
## KaliGPT Usages
use command `kaligpt -h` to see below usages after installation
```help
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)
/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
```
## Requirements
Read all Requirements [here](/requirements/globals.md)
## Disclaimer
> [!WARNING]
> :warning: HackerX (KaliGPT v1.3) is in active development, so don't expect it to work flawlessly. Instead, contribute by raising an issue or [sending a PR](https://github.com/SudoHopeX/KaliGPT/pulls).
>
> 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`](LICENSE) and the limitations outlined in the [`DISCLAIMER`](DISCLAIMER) file.
##