文件操作 - php_malware_hexinject
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/maldetect.bk9187/clean/php_malware_hexinject
编辑文件内容
#!/usr/bin/env bash ## # Linux Malware Detect v2.0.1 # (C) 2002-2026, R-fx Networks <proj@rfxn.com> # (C) 2026, Ryan MacDonald <ryan@rfxn.com> # This program may be freely redistributed under the terms of the GNU GPL v2 ## export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin # $1 file path, $2 signature name, $3 file owner, $4 file mode, $5 file size (b), $6 file md5sum if [ -f "$1" ]; then sed -i -e 's/^$pw=\".*.=\"\\x.*.*\";$.*))));//' -e '/^\$.*=\".*=\"\\.*=\"\\x.*))));\r$/d' -e '/^foreach ($_GET.*insert.*base64_decode.*admin_user.*base64_decode.*substr_count(strtolower.*die(.*}.*\r/d' "$1" fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件