Skip to content

CoreSightPlateforme de Cartographie Cyber-Physique

Documentation officielle — Inventaire, cartographie et gestion des risques pour vos systèmes d'information

Démarrage en 5 minutes

bash
# 1. Télécharger l'archive de release
wget https://releases.coresightsec.com/coresight-full-v1.1.0.tar.gz

# 2. Installer (avec Let's Encrypt)
sudo bash install.sh --domain votre-domaine.com --email admin@votre-domaine.com

# 3. Se connecter
# https://votre-domaine.com
# admin@coresight.io / admin  ← Changez le mot de passe immédiatement

Architecture

CoreSight est une application Node.js/React conçue pour un déploiement sur site :

ComposantTechnologie
FrontendReact 18, TypeScript, ReactFlow, Recharts
BackendNode.js, Express, Socket.io
Base de donnéesSQLite chiffré (SQLCipher / AES-256)
AuthentificationSessions token + 2FA TOTP
Déploiementsystemd, HTTPS natif (port 443)

CoreSight Documentation