8000 GitHub - NaTsUk0/FileMonitor: 文件变化实时监控工具(代码审计/黑盒/白盒审计辅助工具)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NaTsUk0/FileMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Build

FileMonitor

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

优先使用fileMonitor.py 不推荐main.py 这三年前的玩意儿了 总体上都不推荐使用这 7884 方式挖洞 建议看看IAST

更新:

感谢moyuwa反馈的Bug,如有问题或修改意见 请点击===>问题反馈

2020-06-25:

  • 优化二进制文件,使其兼容所有unix的系统(macOS,linux,ubantu,centos,etc)。
  • 新增参数模式,可执行filemon -h相关参数说明。其中-p参数是监控的路径,为必须项,其他参数可选。
  • 根据moyuwa反的issue修复了不设置监控路径时所有操作都不显示的bug,并在其修改加强的版本FileMonitorPlus上修了文件移动显示错误,是否显示文件夹设置无效这两bug。

2019-05-11:

  • 修复bug 新增无需第三方模块的版本以及php版本。

使用:

所有unix相关的系统可使用pip一键安装:

python3 -m pip install filemon==1.1 -i https://pypi.python.org/simple/
filemon -h

环境:

MacOS 10.14 Python2/3环境运行通过

windows 7 Python2.7环境运行通过

依赖:

watchdog

运行:

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

无需依赖版:

python main.py

(路径可为相对路径)

php版本:

php fileMonitor.php --dir ./

功能

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

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

screenshot

应用场景:

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

About

文件变化实时监控工具(代码审计/黑盒/白盒审计辅助工具)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.8%
  • PHP 1.2%
0