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

https://github.com/adrian-lorenzo/binchecker

Checks bin directories on linux comparing with a snapshot.
https://github.com/adrian-lorenzo/binchecker

bash filesystem linux md5

Last synced: 3 months ago
JSON representation

Checks bin directories on linux comparing with a snapshot.

Awesome Lists containing this project

README

          

# BinChecker

Checks bin directories on linux comparing with a snapshot, using built-in bash and linux commands.

An snapshot is a file containing a table with rows with different columns:

- Filename
- Permissions
- MD5sum

Each time the program runs, it compares the snapshot with the current status of the bin directories. It is thought to be run as a cronjob.