NoScope est un outil de capture et d’analyse de trafic réseau, simple, rapide et pensé pour explorer les paquets en toute clarté. Conçu comme une alternative moderne à Wireshark, il offre une interface épurée, une analyse avancée et une détection d'intrusion (IDS) intégrée.
Développé par le Cartel Amiri & L'EMPRISE.
- Analyse Avancée : Traduction automatique du trafic en résumés clairs.
- Détection d'Intrusion (IDS) : Analyse de la réputation source et du payload.
- Interface Moderne : Thème sombre natif, sans animations superflues.
- Filtres Dynamiques : Filtrage en temps réel par IP, port, protocole, etc.
- Export Avancé : Génération de rapports PDF et export des paquets (JSON/PCAP).
- Node.js (version 18 ou supérieure recommandée)
- Git
-
Cloner le dépôt :
git clone https://github.com/henissartj/NoScope.git cd NoScope -
Installer les dépendances :
npm install
-
Lancer l'application :
npm start
Cette commande lance simultanément le serveur de développement (Vite) et la fenêtre native (Electron).
src/: Code source de l'interface (React, TypeScript, Tailwind CSS).electron/: Configuration du processus principal Electron (main.cjs).
MIT License
Copyright (c) 2026 Chronique
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.