secubox-openwrt/package/secubox/secubox-app-auth-logger/README.fr.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

43 lines
1011 B
Markdown

# SecuBox Authentication Failure Logger pour CrowdSec
> **Languages:** [English](README.md) | Francais | [中文](README.zh.md)
Enregistre les echecs d'authentification de LuCI/rpcd et Dropbear SSH pour la detection CrowdSec.
## Installation
```sh
opkg install secubox-app-auth-logger
```
## Utilisation
```sh
# Activer et demarrer le service
/etc/init.d/secubox-app-auth-logger enable
/etc/init.d/secubox-app-auth-logger start
```
Le moniteur d'authentification s'execute en tant que daemon en arriere-plan surveillant les echecs de connexion.
## Contenu fourni
- Surveillance des echecs SSH (OpenSSH/Dropbear)
- Journalisation des echecs d'authentification de l'interface web LuCI via hook CGI
- Parser CrowdSec et scenario de bruteforce
- Configuration d'acquisition CrowdSec
## Fichiers
- `/etc/init.d/secubox-app-auth-logger` -- Script init
- `/usr/lib/secubox/auth-monitor.sh` -- Daemon de surveillance des echecs d'authentification
## Dependances
- `rpcd`
- `uhttpd`
## Licence
Apache-2.0