# Web Sentinel - Guide d'utilisation

## Installation
Aucune installation requise ! Ce fichier est un exécutable autonome.

## Usage de base

### Scan simple
```cmd
web-sentinel.exe example.com
```

### Scan avec rapport JSON
```cmd
web-sentinel.exe example.com --json --json-report report.json
```

### Scan avec rapport HTML
```cmd
web-sentinel.exe example.com --html-report report.html
```

### Modules spécifiques
```cmd
web-sentinel.exe example.com --modules headers tls
```

### Tests invasifs (licence requise)
```cmd
web-sentinel.exe example.com --allow-invasive
```

## Options disponibles

- `--json` : Sortie au format JSON
- `--json-report FILE` : Sauvegarder rapport JSON 
- `--html-report FILE` : Sauvegarder rapport HTML
- `--modules LIST` : Modules à exécuter (headers, tls, injection, etc.)
- `--allow-invasive` : Activer tests actifs (licence PRO+ requise)
- `--timeout N` : Timeout réseau en secondes (défaut: 5.0)
- `--language fr|en` : Langue des rapports
- `--help` : Aide complète

## Support
Pour toute question : contact@taaazzz-prog.fr
Documentation : https://docs.web-sentinel.taaazzz-prog.fr
