本空间内容都是自己的随记,转载请注明出处!

centos上webshell的查找方法

上一篇 / 下一篇  2013-06-14 08:51:25 / 个人分类:安全类

webshell的一些关键字(eval,shell_exec,passthru,popen,system,cmd,szcmd,post,phpspy)查找方法如下:

find /var/webroot -name “*.php” |xargs grep “eval” |more
find /var/webroot -name “*.php” |xargs grep “shell_exec” |more
find /var/webroot -name “*.php” |xargs grep “passthru” |more

find /var/webroot -name “*.jsp” |xargs grep “popen” |more

find /home -name “*.php”|xargs grep “fsockopen”|more >test.log


TAG:

 

评分:0

我来说两句

日历

« 2024-04-24  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 14587
  • 日志数: 15
  • 图片数: 1
  • 文件数: 1
  • 建立时间: 2007-04-24
  • 更新时间: 2014-02-13

RSS订阅

Open Toolbar