A comprehensive cybersecurity platform that integrates three powerful frameworks for automated security testing, intelligence gathering, and vulnerability assessment.
The platform combines:
- Custom AI Agent Platform - Orchestrates security operations
- CAI Framework Integration - Advanced cybersecurity AI capabilities
- PentestGPT Integration - Automated penetration testing
# Install dependencies
pip install -r config/requirements.txt
# Configure environment
cp config/.env.template .env
nano .env
# Start platform
python core/main.py
├── core/ # Core platform components
├── agents/ # AI agent modules
├── integrations/ # Framework wrappers
├── CAI/ # CAI framework
├── PentestGPT/ # PentestGPT framework
├── deployment/ # Deployment scripts
├── config/ # Configuration files
└── docs/ # Documentation
- Automated Penetration Testing via PentestGPT
- Vulnerability Assessment with CAI agents
- RSS Feed Monitoring for threat intelligence
- RAG-based Knowledge Base for security research
- Telegram Bot Interface for remote operations
- Health Monitoring with alerts
This platform is for authorized security testing only. Users are responsible for compliance with applicable laws and regulations.
MIT License - see LICENSE file for details.