Linux和windows下检查jsp后门文件的方法

时间:2015-10-27 17:15:10   收藏:0   阅读:361

Linux下:

find . -name "*.jsp" | xargs egrep -liw "createNewFile| File\(| File |application.getRealPath"findstr /S /M /D:e:\T6_lucene /C:"createNewFile" /C:" File " /C:" File(" /C:"application.getRealPath" *.jsp

windows下:

findstr  /S /M /D:d:\ReServices4 /D:"createNewFile" /D:"file" /D:" File("/D:"application.getRealPath" *.jsp > 1.txt

 

原文:http://www.cnblogs.com/guyezhai/p/4914640.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!