linux下查找php木马
程序员文章站
2022-04-07 10:49:05
...
find ./ -name "*.php" | xargs grep 'eval($_POST'
find ./ -name "*.php" | xargs grep 'phpspy'
find ./ -name "*.php" | xargs grep 'phpspy'
推荐阅读
-
Linux下安装Memcached服务器和客户端与PHP使用示例
-
Linux下查找后门程序 CentOS 查后门程序的shell脚本
-
Linux下 php7安装redis的方法
-
linux系统下php安装mbstring扩展的二种方法
-
Linux下php连接SQLServer 2000数据库的配置方法
-
Linux下php-cgi占内存100%电脑变的很卡的解决方法
-
在Linux系统下查找可移植可执行文件的方法
-
Linux下独立添加PHP扩展模块mbstring的方法
-
linux CentOS 系统下如何将php和mysql命令加入到环境变量中
-
Linux+php+apache+oracle环境搭建之CentOS下安装Oracle数据库