mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-08-22 00:32:30 +08:00
security: 6-item hardening pass (OTA auth, SQLi, HMAC, SSRF, supply chain, env) (#109)
- #106 Master OTA Telegram callback requires TG_MASTER_TOKEN authentication - #105 toggle command uses whitelist validation instead of raw SQL concat - #108 HMAC signature covers all query params (path + sorted params) on both sides - #107 Remove curl -k, add internal domain SSRF interception (.local/.internal/.nip.io) - Supply chain: IPS-MAGIC integrity verification for all 6 install modules - Env: confirmed config.conf/master.conf chmod 600, no .env leak risk 9 files changed, +120/-13 lines Co-authored-by: hotyue <hotyue@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# IPS-MAGIC:IP-SENTINEL-SYSDAEMON-v4.3.0
|
||||
# ==========================================================
|
||||
# 模块名称: sys_daemon.sh
|
||||
# 核心功能: 安装前物理清洗、双缓冲下载执行域、Systemd/Cron 进程注入
|
||||
|
||||
Reference in New Issue
Block a user