基础文件完整性监控系统
原文英文,约300词,阅读约需1分钟。发表于: 。This Python-based system monitors assigned files and directories, notifying you of any changes. To run it, use: python3 ./FIMS.py If no changes are detected, you're notified: If changes occur,...
这个Python系统用于监控指定文件和目录的更改。运行时使用`python3 ./FIMS.py`。如果没有更改,会通知你;如果有更改,你可以选择是否授权。授权后,基线会更新;未授权则生成`report.txt`记录更改。开始时,克隆仓库,修改`create_baseline.py`中的路径,运行`python3 ./create_baseline.py`来设置监控基线,生成`baseline.csv`和快照目录,用于比较和检测文件更改。