secubox-openwrt/package/secubox/secubox-app-auth-logger/README.zh.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
851 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SecuBox Authentication Failure Logger for CrowdSec
> **Languages:** [English](README.md) | [Francais](README.fr.md) | 中文
记录来自 LuCI/rpcd 和 Dropbear SSH 的认证失败,用于 CrowdSec 检测。
## 安装
```sh
opkg install secubox-app-auth-logger
```
## 使用
```sh
# 启用并启动服务
/etc/init.d/secubox-app-auth-logger enable
/etc/init.d/secubox-app-auth-logger start
```
认证监控器作为后台守护进程运行,监视登录失败。
## 提供的内容
- SSH 失败监控OpenSSH/Dropbear
- 通过 CGI hook 记录 LuCI Web 界面认证失败
- CrowdSec 解析器和暴力破解场景
- CrowdSec 采集配置
## 文件
- `/etc/init.d/secubox-app-auth-logger` -- init 脚本
- `/usr/lib/secubox/auth-monitor.sh` -- 认证失败监控守护进程
## 依赖
- `rpcd`
- `uhttpd`
## 许可证
Apache-2.0