• Joined on 2025-06-26
wk233 pushed to main at wk233/sysmonitord 2026-04-19 22:24:36 +08:00
5ffce43b21 [cmd] 优化可疑文件和进程确认流程,支持逐个确认;
wk233 pushed to main at wk233/sysmonitord 2026-04-19 21:43:43 +08:00
3adba7a09d [scanner] 添加对符号链接的处理,跳过指向目录的符号链接
36efbeec1d [cmd] 实现获取和显示系统运行时长功能
d963dcf9a2 [cfg] 添加 /var/lib/systemd 到文件扫描器的排除路径
70320156e4 [cmd] 修复status与safe命令配置文件读取问题
fcdbc4ed41 [uninstall] 添加 sysmonitord 卸载脚本
Compare 6 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-09 22:22:22 +08:00
c032cdba58 [storge & cmd] 优化解耦代码
wk233 pushed to main at wk233/sysmonitord 2026-04-09 21:48:56 +08:00
35294a1889 [storage] 新增读取可疑进
6dffa66ea9 [notifier] 支持配置发信时间
744f2cd783 [monitor] 增加对自身数据文件的过滤
Compare 3 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-08 21:52:57 +08:00
44a5be1918 [install] 修改安装脚本
wk233 pushed to main at wk233/sysmonitord 2026-04-08 21:09:21 +08:00
47602c5838 [cmd]重构配置读取,支持传入参数
60a64a63ce [install](未测试) 安装脚本&Systemd&Makefile
Compare 2 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-08 15:22:25 +08:00
a1faa3c9b5 [cmd] 设置不处理按键为ESC
99e314c925 [monitor] 可疑文件去重
13f46f4405 [monitor] 文件检测支持防抖动
826c4a24ec [cmd] 去除哈希与序号表示
Compare 4 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-08 09:10:01 +08:00
f06484ed24 [cmd] safe初步实现
f553d6c2bc [cmd] 状态查看status命令实现
Compare 2 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-07 08:54:13 +08:00
14e41d114e [monitor] 实现进程报警与处理
wk233 pushed to main at wk233/sysmonitord 2026-04-05 12:11:41 +08:00
2167db4918 [notifier] 切换依赖为gomail,支持自定义端口及SSL
18e1672114 [notifier] 新增email告警方式
Compare 2 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-04 10:00:57 +08:00
9970e93665 [monitor] 实现文件变动事件处理
6ea68852d1 [logger] 规范统一输出
Compare 2 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-03 08:46:02 +08:00
99eb6c2aed [monitor] 规范watcher代码
c9a5a40645 [monitor] 实现进程检测
Compare 2 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-02 22:57:36 +08:00
92ba48aa09 [monitor] 实现文件事件监听
wk233 pushed to main at wk233/sysmonitord 2026-04-02 19:24:55 +08:00
e3093c1b73 [logger] 支持从配置中读取日志等级
3b105251bb [scanner] 优化扫描逻辑
9d77a88f4f [cmd] 新增version命令
1ec493ef38 添加进程扫描时间
Compare 4 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-01 21:13:29 +08:00
cfa92618a8 [hash] 实现xxhash64
828d7c6d56 [config] 规范代码
8f16df10dd [scanner] 规范统一接口
880cbb6db9 [scanner] 新增哈希接口,支持多种哈希实现;新增MD5哈希实现
Compare 4 commits »
wk233 pushed to main at wk233/sysmonitord 2026-04-01 09:07:07 +08:00
92b8ae9648 [scanner] 实现文件扫描与储存
wk233 pushed to main at wk233/sysmonitord 2026-03-31 09:10:01 +08:00
7b8a3535d0 [storage] 持久化存储实现
6cecd69758 [scanner] 实现哈希计算策略
8825080fab [process] 进程扫描初步实现
Compare 3 commits »
wk233 pushed to main at wk233/sysmonitord 2026-03-29 19:43:50 +08:00
779a1baf83 [logger]引入zap日志记录
dabae0744c [cmd] 引入基础命令行框架
226c73711a [config] 初步实现yaml配置读取
Compare 3 commits »
wk233 pushed to main at wk233/sysmonitord 2026-03-28 19:16:21 +08:00
eba278904f docs: 开发文档新增审计模块配置
wk233 pushed to main at wk233/sysmonitord 2026-03-28 16:23:15 +08:00
801096355d docs: 初始化开发文档