https://github.com/0xravenspar/filemonitor
A lightweight and versatile PowerShell tool designed to monitor and log file changes in real-time, including additions, modifications, and deletions.
https://github.com/0xravenspar/filemonitor
hashing powershell windows
Last synced: 7 days ago
JSON representation
A lightweight and versatile PowerShell tool designed to monitor and log file changes in real-time, including additions, modifications, and deletions.
- Host: GitHub
- URL: https://github.com/0xravenspar/filemonitor
- Owner: 0xRavenspar
- License: mit
- Created: 2024-12-21T16:37:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T17:54:15.000Z (5 months ago)
- Last Synced: 2025-02-18T00:43:51.833Z (3 months ago)
- Topics: hashing, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛡️ 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:
```bash
git clone https://github.com/0xRavenspar/FileMonitor.git
cd FileMonitor
```
Run the Script ▶️Run the script from PowerShell:
```powershell
.\File_check.ps1
```