An open API service indexing awesome lists of open source software.

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.

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
```