/FileMonitor

代码审计辅助工具(文件监控)

Primary LanguagePython

FileMonitor

代码审计辅助工具(文件监控)

使用:

环境:

测试环境为MacOS 10.14 Python2 与Python3均可运行 如有问题或修改意见 请点击===>问题反馈

依赖:

watchdog

可执行以下命令尝试安装

pip install watchdog

easy_install watchdog

运行:

git clone https://github.com/TheKingOfDuck/FileMonitor.git
cd FileMonitor
python fileMonitor.py

功能

  • 排除不需要监控的文件目录(如测试基于thinkphp开发的CMS时可排除runtime目录)

  • 显示/不显示目录变化(程序运行过程中读写变化很快 根据自身需求决定是否需要显示目录变化)

screenshot

应用场景:

注意:所输入的路径均为绝对路径。