Skip to content

A lightweight and versatile PowerShell tool designed to monitor and log file changes in real-time, including additions, modifications, and deletions.

License

Notifications You must be signed in to change notification settings

0xRavenspar/FileMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ File Monitor: Detect File Changes with PowerShell 🛠️

Overview 🚀

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!


Features ✨

  • 📂 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.

Requirements 🛠️

  • Windows OS (PowerShell pre-installed).
  • PowerShell version 5.0 or later.

Getting Started 🌟

Step 1: Clone the Repository

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

About

A lightweight and versatile PowerShell tool designed to monitor and log file changes in real-time, including additions, modifications, and deletions.

Topics

Resources

License

Stars

Watchers

Forks