VulnChatBot

VulnChatBot (m8a8a8y-Bot)

Project Logo Python Flask

VulnChatBot is a premium, AI-powered vulnerability intelligence platform. It combines local database searching (Metasploit, SSTI) with deep AI analysis via the Groq API to help security researchers find and understand exploits lightning-fast.

🚀 Key Features

🛠️ Installation

  1. Clone the Repository:
    git clone https://github.com/m8a8a8y/VulnChatBot.git
    cd VulnChatBot
    
  2. Install Dependencies:
    pip install -r requirements.txt
    
  3. Configure API Key: Create a .env file in the root directory and add your Groq API key:
    GROQ_API_KEY=your_groq_api_key_here
    
  4. Run the App:
    • Web Version: python app.py (Access at http://127.0.0.1:5000)
    • CLI Version: python chat.py

🛡️ Usage

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


Created with ❤️ by m8a8a8y