Skip to content

Tool to detect changes in files in a simple way. It can be used to analyze malware or detect unauthorized modifications.

License

Notifications You must be signed in to change notification settings

thekamik/file-change-detection-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

File Change Detection Tool

A lightweight tool designed to detect modifications in files with simplicity. Ideal for analyzing malware or identifying unauthorized alterations.

Usage

mdt.py [-h] [-n] [-a] [-o ONE] [-s] [-d DIR] [-r REMOVE]

Features

  • Create New Database: -n, --new option to initiate a new database.
  • Save All Changes: -a, --all option to store all changes in the database.
  • Save Single File: -o ONE, --one ONE option to save a single file in the database (python mdt.py -one [file_path]).
  • Scan Directories: -s, --scan option to scan all directories in the database (python mdt.py -scan).
  • Add Directory Path: -d DIR, --dir DIR option to add a new path to the database (python mdt.py -dir [dir_path]).
  • Remove Directory Path: -r REMOVE, --remove REMOVE option to remove a path from the database (python mdt.py -remove [dir_path]).

Author

File checking tool developed by Kamil Kuczera.

About

Tool to detect changes in files in a simple way. It can be used to analyze malware or detect unauthorized modifications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages