代码审计辅助工具(文件监控)
测试环境为MacOS 10.14 Python2 与Python3均可运行 如有问题或修改意见 请点击===>问题反馈
可执行以下命令尝试安装
pip install watchdog
easy_install watchdog
git clone https://github.com/TheKingOfDuck/FileMonitor.git
cd FileMonitor
python fileMonitor.py
-
排除不需要监控的文件目录(如测试基于thinkphp开发的CMS时可排除runtime目录)
-
显示/不显示目录变化(程序运行过程中读写变化很快 根据自身需求决定是否需要显示目录变化)