"""# Kali GPT 🐉💻
Kali GPT is a terminal-based AI assistant that supercharges penetration testing on Kali Linux. Built on OpenAI's GPT architecture, it helps generate payloads, explain tools, and simplify complex cybersecurity tasks—all in the CLI.
- 🤖 GPT-powered assistant (
gpt-4o-mini
,gpt-3.5-turbo
, orgpt-4
) - 🛠 Payload generation (e.g., reverse shell, msfvenom)
- 🧠 Tool explanations (e.g., Nmap, Hydra, BurpSuite)
- 📋 Clipboard integration + logging
- 🧩 Supports beginners & pros alike
- Python 3.8+
- An OpenAI API key
- Kali Linux (or any Debian-based distro)
git clone https://github.com/alishahid74/kali-gpt
cd kali-gpt
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Check if a .env file already exists. If not, you'll need to create one.
- To create the .env file, open your terminal and use:
- touch .env and then edit
- In the .env file, add your OpenAI API key in the following format:
- OPENAI_API_KEY=your-api-key-here
https://platform.openai.com/api-keys