Logwatch 显示
A total of 13 possible successful probes were detected (the following URLs
contain strings that match one or more of a listing of strings that
indicate a possible exploit):
/wp-content/themes/NativeChurch/download/download.php?file=../../../../wp-config.php HTTP Response 301
....
我进入
find / -name "NativeChurch"
我得到零结果。
我进入
find / -name "wp-config.php"
我得到两个结果。
/var/www/vhosts/result1/httpdocs/wp-config.php
/var/www/vhosts/result2/httpdocs/wp-config.php
我进入
cd /var/www/vhosts/result1/httpdocs
cd wp-content/themes/NativeChurch
我明白了
No such file or directory
我进入
cd /var/www/vhosts/result2/httpdocs
cd wp-content/themes/NativeChurch
我明白了
No such file or directory
为什么我找不到文件?服务器是正确的。日志监视是最新的。
编辑:
find / -name NativeChurch -type d
我得到零结果。