Interactive Cartography
Create cyber-physical network diagrams in real-time with multi-user collaboration. Security zones, flows, MITRE ATT&CK.
Official Documentation — Inventory, mapping, and risk management for your information systems
# 1. Download the release archive
wget https://releases.coresightsec.com/coresight-full-v1.1.0.tar.gz
# 2. Install (with Let's Encrypt)
sudo bash install.sh --domain your-domain.com --email admin@your-domain.com
# 3. Connect
# https://your-domain.com
# admin@coresight.io / admin ← Change the password immediatelyCoreSight is a Node.js/React application designed for on-premise deployment:
| Component | Technology |
|---|---|
| Frontend | React 18, TypeScript, ReactFlow, Recharts |
| Backend | Node.js, Express, Socket.io |
| Database | Encrypted SQLite (SQLCipher / AES-256) |
| Authentication | Token sessions + 2FA TOTP |
| Deployment | systemd, Native HTTPS (port 443) |