当前位置:Gxlcms > PHP教程 > linux下查找php木马

linux下查找php木马

时间:2021-07-01 10:21:17 帮助过:3人阅读

find ./ -name "*.php" | xargs grep 'eval($_POST'

find ./ -name "*.php" | xargs grep 'phpspy'

人气教程排行