摘要: 该脚本比较简单,判断网站根目录是否被篡改,如果被篡改把篡改的文件发送到管理员邮箱#!/bin/bash#author:luodi date:2013/10/11#use md5 to check web site . /etc/init.d/functions#var settingWEBDIR=/var/www/html/web/KEY=md5key#to determine whether a file exists[ -e $WEBDIR ] || exit [ -f $KEY ] || find $WEBDIR -type f -exec md5sum >>$KEY {} 阅读全文
posted @ 2013-11-19 11:21 普拉多VX 阅读(811) 评论(0) 推荐(0) 编辑