Enterprise vulnerability management system for tracking security vulnerabilities, tickets, and Known Exploited Vulnerabilities (KEV)
- 🎯 Vulnerability Management: Import, track, and analyze security vulnerabilities with advanced filtering
- 🎫 Ticket Management: AG-Grid powered interface for maintenance ticket tracking
- 🔒 KEV Integration: CISA Known Exploited Vulnerabilities tracking and prioritization
- 📊 Analytics Dashboard: Real-time statistics and trend analysis
- 🔐 HTTPS Support: Built-in SSL/TLS for secure deployment and authentication
- 🐳 Docker Ready: Cross-platform containerized deployment
- 📝 Template System: Reusable templates for vulnerability response
- 💾 Backup/Restore: Comprehensive data export and backup capabilities
- Docker and Docker Compose
- Git
-
Clone and Install
git clone https://github.com/lbruton/HexTrackr.git cd HexTrackr chmod +x install.sh ./install.sh -
Access Application
- Main Application: https://localhost
- Tickets: https://localhost/tickets.html
- Vulnerabilities: https://localhost/vulnerabilities.html
- Documentation: https://localhost/docs-html/
Enable HTTPS for authentication and secure deployment:
# Run SSL setup script
./scripts/setup-ssl.sh
# Access via HTTPS
https://localhost:8989- 📚 Complete Documentation: docs-html/ (after installation)
- 🚀 Getting Started: docs-source/guides/getting-started.md
- 🔒 HTTPS Setup: docs-source/guides/https-setup.md
- 👤 User Guide: docs-source/guides/user-guide.md
- 🔧 API Reference: Available in documentation portal
- Start:
./docker-start.sh - Stop:
./docker-stop.sh - Rebuild:
./docker-rebuild.sh - Logs:
./docker-logs.sh - HTTPS Setup:
./scripts/setup-ssl.sh
- RAM: 2GB minimum, 4GB recommended
- Storage: 1GB for application, additional space for data
- Ports: 8989 (HTTP), 8443 (HTTPS)
- OS: macOS, Linux, Windows (with Docker)
Current version: v1.1.12
See Changelog for detailed release notes.
This project is licensed under the terms specified in the project documentation.
For development, deployment, and advanced configuration, see the complete documentation at /docs-html/ after installation.