https://github.com/n2ref/fileinspector
Search for suspicious files in the specified location, and notification of the administrator.
https://github.com/n2ref/fileinspector
administrator antivirus linux monitoring notifications php
Last synced: 10 days ago
JSON representation
Search for suspicious files in the specified location, and notification of the administrator.
- Host: GitHub
- URL: https://github.com/n2ref/fileinspector
- Owner: n2ref
- License: mit
- Created: 2016-04-22T07:59:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T13:52:31.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T11:28:39.753Z (3 months ago)
- Topics: administrator, antivirus, linux, monitoring, notifications, php
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Inspector
Search for suspicious files in the specified location, and notification of the administrator.```
File inspector
Usage: php inspector.php [OPTIONS]
Required arguments:
-d --dir Inspection directory
-f --filename Filename filter
-m --mtime File modification time (in days)
Optional arguments:
-u --user Find file owned by user
-g --group Find the file belongs to group-name
-h --help Help info
Examples of usage:
php inspector.php -d /var/www/ -f '*.php' -m 10
php inspector.php -d /var/www/ -f '*.php' -m 0.5 -u www-data
```