HashCrypt is a lightweight and efficient PowerShell script designed to keep an eye on file changes in a specified directory. Whether files are added, modified, or deleted, this script will notify you of the changes with detailed logs. Perfect for system administrators, developers, or anyone needing real-time file monitoring!
- ๐ File Addition Detection: Tracks and logs when new files are added to a directory.
- โ๏ธ File Modification Detection: Detects when files are changed.
- ๐๏ธ File Deletion Detection: Notifies when files are deleted.
- ๐ Logs: Generates a human-readable log of all file events.
- ๐ก Customizable: Easily change the monitored directory or log format to suit your needs.
- Windows OS (PowerShell pre-installed).
- PowerShell version 5.0 or later.
Clone this repository to your local machine:
git clone https://github.com/0xRavenspar/FileMonitor.git
cd FileMonitorRun the Script
Run the script from PowerShell:
.\File_check.ps1