文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>通过md5 分析目录下文件完整性

通过md5 分析目录下文件完整性

时间:2008-05-07  来源:我爱臭豆腐

执行效果:


500)this.width=500;" border=0>


可以利用这个脚本将要检查的结果导入到文本文件中.方便日后进行对比和分析.

#!/sbin/sh

dirs=$1
find $dirs -type f -print | while read line; do
        /opt/md5/md5-sparc ${line} > /dev/null 2>&1
 if [ $line != 0 ]; then
 /opt/md5/md5-sparc ${line}
 fi
done

 

执行方法:

# 111.sh 目录名

另外在写一个md5的安装方法.

—安装方法:
◦在sun solairs 7-9 的平台上:

http://sunsolve.Sun.COM/md5/md5.tar.Z

bash-2.05# zcat md5.tar.Z| (cd /opt; tar xvf -)

x md5, 0 bytes, 0 tape blocks

x md5/md5-x86, 23452 bytes, 46 tape blocks

x md5/md5-sparc, 23892 bytes, 47 tape blocks

bash-2.05# chmod -R 555 /opt/md5

bash-2.05# ls -l /opt/md5

total 94

-r-xr-xr-x   1 21782    320        23892 Apr  6  2000 md5-sparc

-r-xr-xr-x   1 21782    320        23452 Apr  6  2000 md5-x86

bash-2.05# /opt/md5/md5-sparc /usr/bin/ls

MD5 (/usr/bin/ls) = 415c51fb1840609202155d8c9ae97af3

bash-2.05#

◦Solaris 10 下命令:

    # digest -v -a md5 /usr/bin/su

    md5 (/usr/bin/su) = bab18f089705c1628ccdc177b802d571 

  Solaris 10 上面已经缺省带有了检测md5的工具digest了.所以就不需要在安装了. 其他unix也类似原理一样.过去写过一个linux下的.但是时间旧了就不知道扔到什么地方去了.  
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载