All Projects → TheKingOfDuck → Filemonitor

TheKingOfDuck / Filemonitor

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Filemonitor

ros jetson stats
🐢 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages
Stars: ✭ 55 (-86.01%)
Mutual labels:  monitoring-tool
lo2s
Linux OTF2 Sampling - A Lightweight Node-Level Performance Monitoring Tool
Stars: ✭ 24 (-93.89%)
Mutual labels:  monitoring-tool
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (-25.7%)
Mutual labels:  monitoring-tool
treblle-laravel
The offical Treblle package for Laravel
Stars: ✭ 43 (-89.06%)
Mutual labels:  monitoring-tool
wigo
Wigo, aka "What Is Going On" is a light pull/push monitoring tool written in Golang.
Stars: ✭ 33 (-91.6%)
Mutual labels:  monitoring-tool
statsbit
NewRelic drop-in replacement on top of Grafana and TimescaleDB
Stars: ✭ 19 (-95.17%)
Mutual labels:  monitoring-tool
gitactionboard
GitactionBoard - Ultimate Dashboard for GithubActions.
Stars: ✭ 30 (-92.37%)
Mutual labels:  monitoring-tool
Chronos
📊 📊 📊 Monitors the health and web traffic of servers, microservices, and containers with real-time data monitoring and receive automated notifications over Slack or email.
Stars: ✭ 347 (-11.7%)
Mutual labels:  monitoring-tool
dawgmon
dawg the hallway monitor - monitor operating system changes and analyze introduced attack surface when installing software
Stars: ✭ 52 (-86.77%)
Mutual labels:  monitoring-tool
Static status
🚦Bash script to generate a static status page.
Stars: ✭ 286 (-27.23%)
Mutual labels:  monitoring-tool
aws-lambda-http-check
Lambda function to check http endpoint wrapped in serverless project
Stars: ✭ 30 (-92.37%)
Mutual labels:  monitoring-tool
rclshark
Tool for ROS 2 IP Discovery + System Monitoring
Stars: ✭ 32 (-91.86%)
Mutual labels:  monitoring-tool
Electriceye
Continuously monitor your AWS services for configurations that can lead to degradation of confidentiality, integrity or availability. All results will be sent to Security Hub for further aggregation and analysis.
Stars: ✭ 255 (-35.11%)
Mutual labels:  monitoring-tool
server-dashboard
Server-side code for a server monitoring system created by Micheal Pearce
Stars: ✭ 16 (-95.93%)
Mutual labels:  monitoring-tool
Spidermon
Scrapy Extension for monitoring spiders execution.
Stars: ✭ 309 (-21.37%)
Mutual labels:  monitoring-tool
serverless-plugin-epsagon
Epsagon's plugin for Serverless Framework ⚡️
Stars: ✭ 53 (-86.51%)
Mutual labels:  monitoring-tool
tmo-live-graph
A simpe react app that plots a live view of the T-Mobile Home Internet Nokia 5G Gateway signal stats, helpful for optimizing signal.
Stars: ✭ 15 (-96.18%)
Mutual labels:  monitoring-tool
Overwatch
Overwatch is a general RPC monitoring system.
Stars: ✭ 373 (-5.09%)
Mutual labels:  monitoring-tool
Monitoror
Unified monitoring wallboard — Light, ergonomic and reliable monitoring for anything.
Stars: ✭ 3,400 (+765.14%)
Mutual labels:  monitoring-tool
Clearly
Clearly see and debug your celery cluster in real time!
Stars: ✭ 287 (-26.97%)
Mutual labels:  monitoring-tool

PyPI Build

FileMonitor

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

更新:

感谢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

应用场景:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].