Skip to content

Search for suspicious files in the specified location, and notification of the administrator.

License

Notifications You must be signed in to change notification settings

n2ref/fileinspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Search for suspicious files in the specified location, and notification of the administrator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages