Skip to content

lbruton/HexTrackr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,697 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexTrackr

Codacy Badge Node.js Docker Version

Enterprise vulnerability management system for tracking security vulnerabilities, tickets, and Known Exploited Vulnerabilities (KEV)

Features

  • 🎯 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

Quick Start

Prerequisites

Installation

  1. Clone and Install

    git clone https://github.com/lbruton/HexTrackr.git
    cd HexTrackr
    chmod +x install.sh
    ./install.sh
  2. Access Application

HTTPS Configuration (Optional)

Enable HTTPS for authentication and secure deployment:

# Run SSL setup script
./scripts/setup-ssl.sh

# Access via HTTPS
https://localhost:8989

Documentation

Management Scripts

  • Start: ./docker-start.sh
  • Stop: ./docker-stop.sh
  • Rebuild: ./docker-rebuild.sh
  • Logs: ./docker-logs.sh
  • HTTPS Setup: ./scripts/setup-ssl.sh

System Requirements

  • RAM: 2GB minimum, 4GB recommended
  • Storage: 1GB for application, additional space for data
  • Ports: 8989 (HTTP), 8443 (HTTPS)
  • OS: macOS, Linux, Windows (with Docker)

Version

Current version: v1.1.12

See Changelog for detailed release notes.

License

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.

About

Tenable Vulnerability Tracking Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors