Skip to content

This program, built with BASH scripting, allows users to easily create baselines for chosen directory trees, run checks for file changes, and generate reports for comprehensive monitoring.

Notifications You must be signed in to change notification settings

arjunkotgire/File_integrity_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File_integrity_checker

This program, built with BASH scripting, allows users to create baselines for chosen directory trees easily, run checks for file changes, and generate reports for comprehensive monitoring.It is mostly used in the cybersecurity domain.

To create a baseline for a directory, follow these steps:

  1. Run the main.sh script.
  2. Choose the option to create a baseline (1).
  3. Enter the directory path when prompted.

Run Check

To run a check against a baseline, follow these steps:

  1. Run the main.sh script.
  2. Choose the option to run a check (2).
  3. Confirm the check when prompted.
  4. Enter the directory path when prompted.

Generate Report

To generate a report, follow these steps:

  1. Run the main.sh script.
  2. Choose the option to generate a report (3).
  3. Enter a name for your report when prompted.

Project Structure

The purpose of each script and how they contribute to the overall functionality of the project.

  • main.sh: Main script for user interaction.
  • baseline_creator.sh: Script for creating baselines.
  • run_check.sh: Script for running checks against baselines.
  • reporting.sh: Script for generating reports.

About

This program, built with BASH scripting, allows users to easily create baselines for chosen directory trees, run checks for file changes, and generate reports for comprehensive monitoring.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages