php7版本⼀句话⽊马,⼀句话查PHP⽊马
⼀句话查 PHP ⽊马
find ./ -name “*.php” |xargs egrep “phpspy|c99sh|milw0rm|eval\(gunerpress|eval\(base64_decoolcode|spider_bc”> /
grep -r –include=*.php ‘[^a-z]eval($_POST’ . > /
grep -r –include=*.php ‘file_put_contents(.*$_POST\[.*\]);’ . > /tmp/file_
find ./ -name “*.php” -type f -print0 | xargs -0 egrep “(phpspy|c99sh|milw0rm|eval\(gzuncompress\
(base64_decoolcode|eval\(base64_decoolcode|spider_bc|gzinflate)” | awk -F: ‘{print $1}’ | sort | uniq
查最近⼀天被修改的 PHP ⽂件
find -mtime -1 -type f -name \*.php
修改⽹站的权限
find -type f -name \*.php -exec chmod 444 {} \;
php手机版下载find ./ -type d -exec chmod 555{} \;

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。