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.
- Host: GitHub
- URL: https://github.com/adrian-lorenzo/binchecker
- Owner: adrian-lorenzo
- License: mit
- Created: 2019-01-02T14:30:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T20:38:49.000Z (about 7 years ago)
- Last Synced: 2025-10-24T04:51:46.675Z (8 months ago)
- Topics: bash, filesystem, linux, md5
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.