代码审计辅助工具(文件监控)
2019-05-11: 修复bug 新增无需第三方模块的版本以及php版本。
MacOS 10.14 Python2/3环境运行通过
windows 7 Python2.7环境运行通过
如有问题或修改意见 请点击===>问题反馈
可执行以下命令尝试安装
pip install watchdog
easy_install watchdog
git clone https://github.com/TheKingOfDuck/FileMonitor.git
cd FileMonitor
python fileMonitor.py
MacOS可pip直接安装:
sudo python2 -m pip install filemon
filemon
无需依赖版:
python main.py
(路径可为相对路径)
php版本:
php fileMonitor.php --dir ./
-
排除不需要监控的文件目录(如测试基于thinkphp开发的CMS时可排除runtime目录)
-
显示/不显示目录变化(程序运行过程中读写变化很快 根据自身需求决定是否需要显示目录变化)