Skip to content

Watchdog script to monitor multiple folders using python and multiprocessing.

Notifications You must be signed in to change notification settings

IvanHanonoCozzetti/File-Watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

File Watchdog

A defensive programming script that allows you to track changes in multiple folders simultaneously.

The script is written in Python and uses the Watchdog module and the Multiprocessing package:

Multiprocessing is a package that supports spawning processes using an API similar to the threading module. The multiprocessing package offers both local and remote concurrency, effectively side-stepping the Global Interpreter Lock by using subprocesses instead of threads. Due to this, the multiprocessing module allows the programmer to fully leverage multiple processors on a given machine. It runs on both Unix and Windows.

Further information and documentation:

Disclaimer:

All the scripts and instructions in this repository are for educational and informational purposes only, such as Ethical Hacking, Security, Penetration Testing and malware analysis. I do not promote, encourage, support or excite any illegal activity or hacking without written permission in general.

About

Watchdog script to monitor multiple folders using python and multiprocessing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages