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 FileMonitor
Run the Script
Run the script from PowerShell:
.\File_check.ps1