An advanced AI framework, engineered to explore the frontiers of language model interactions.
Here is a glimpse of the HexSecGPT framework in action.
HexSecGPT is designed to provide powerful, unrestricted, and seamless AI-driven conversations, pushing the boundaries of what is possible with natural language processing.
This repository contains an open-source framework that demonstrates the concept of HexSecGPT. It utilizes external, third-party APIs from providers like OpenRouter or DeepSeek and combines them with a specialized system prompt. This allows a standard Large Language Model (LLM) to behave in a manner similar to our private HexSecGPT, offering a preview of its capabilities.
It is important to understand: This code is a wrapper and a proof-of-concept, not the core, fine-tuned HexSecGPT model itself.
While this repository offers a glimpse into HexSecGPT's potential, our flagship offering is a privately-developed, fine-tuned Large Language Model.
Why choose our private model?
- Ground-Up Development: We've trained our model using advanced techniques similar to the DeepSeek methodology, focusing on pre-training, Supervised Fine-Tuning (SFT), and Reinforcement Learning (RL).
- Superior Performance: The private model is significantly more intelligent, coherent, and capable than what can be achieved with a simple system prompt on a public API.
- Enhanced Security & Privacy: Offered as a private, managed service to ensure security and prevent misuse.
- True Unrestricted Power: Built from the core to handle a wider and more complex range of tasks without the limitations of public models.
Access to our private model is exclusive. To inquire about services and pricing, please contact our team via Telegram.
➡️ Join our Telegram Channel for more info: https://t.me/hexsec_tools
- Powerful AI Conversations: Get intelligent and context-aware answers to your queries.
- Unrestricted Framework: A system prompt designed to bypass conventional AI limitations.
- Easy-to-Use CLI: A clean and simple command-line interface for smooth interaction.
- Cross-Platform: Tested and working on Kali Linux, Ubuntu, and Termux.
Follow these steps to get the HexSecGPT framework running on your system.
To use this framework, you must obtain an API key from a supported provider. These services offer free tiers that are perfect for getting started.
-
Choose a provider:
- OpenRouter: Visit OpenRouter.ai to get a free API key. They provide access to a variety of models.
- DeepSeek: Visit the DeepSeek Platform for a free API key to use their powerful models.
-
Copy your API key. You will need to paste it into the script when prompted during the first run.
We provide simple, one-command installation scripts for your convenience.
- Download the
install.batscript from this repository. - Double-click the file to run it. It will automatically clone the repository and install all dependencies.
- Open your terminal.
- Run the following command. It will download the installer, make it executable, and run it for you.
bash <(curl -s https://raw.githubusercontent.com/hexsecteam/HexSecGPT/main/install.sh)
Manual Installation (Alternative)
If you prefer to install manually, follow these steps.
- Clone the repository:
git clone https://github.com/hexsecteam/HexSecGPT.git
- Navigate to the directory:
cd HexSecGPT - Install Python dependencies:
pip install -r requirements.txt
You can easily switch between API providers.
-
Open the
HexSecGPT.pyfile in a text editor. -
Locate the
API_PROVIDERvariable at the top of the file. -
Change the value to either
"openrouter"or"deepseek".# HexSecGPT.py # Change this value to "deepseek" or "openrouter" API_PROVIDER = "openrouter"
-
Save the file. The script will now use the selected provider's API.
https://www.youtube.com/watch?v=EM08JC4Mv6c
Once installation and configuration are complete, run the application with this simple command:
python3 HexSecGPT.pyThe first time you run it, you will be prompted to enter your API key. It will be saved locally for future sessions.
Some OpenRouter models may become unavailable, restricted, or stop working over time.
To handle this, the repository includes a model discovery script that helps you identify which FREE OpenRouter models are currently available.
- Open the SeeOpenRouterFreeModels.py script included in the repository
- Insert your own OpenRouter API key into the script
- Run the script python SeeOpenRouterFreeModels.py
- The script will list all currently available FREE models
- Choose one of the working models from the output
- Navigate to the provider file in the source code HexSecGPT.py
- Replace the existing model name with one of the working free models
- Save the file and restart the application
⚠️ Note: Some free models may not work correctly or may be temporarily disabled by OpenRouter.
If a model fails, simply try another one from the list.
This method ensures better compatibility and keeps the project functional even when OpenRouter updates, limits, or removes models.

