Skip to content

A watchdog tool which can be used to observe file system changes and registry changes.

License

Notifications You must be signed in to change notification settings

peitaosu/watch-puppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watch-puppy

GitHub license

What is watch-puppy ?

watch-puppy is a watchdog tool which can be used to observe file system changes (Linux, Windows and OSX), and registry changes (Windows).

How To Use ?

  1. Observe File System:
> python watch-fs.py [<path_to_watch>[, <log_file_path>]]

- path_to_watch: optional, path which you want to observe, default is ./
- log_file_path: optional, path to save logs, if not set, log will print to console
  1. Observe Registry:
> python watch-reg.py [<hive_to_watch>[, <key_to_watch>[, <log_file_path>]]]

- hive_to_watch: optional, registry hive which you want to observe, default is HKCU
- key_to_watch: optional, registry key which you want to observe, default is SOFTWARE
- log_file_path: optional, path to save logs, if not set, log will print to console

About

A watchdog tool which can be used to observe file system changes and registry changes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages