dtry54612 2014-04-12 23:12
浏览 32

在WordPress ROOT中找到一个隐藏的php FILE /(CODE)。 这是一个后门吗? 我应该删除吗?

I found a hidden PHP file in my WordPress ROOT. Can someone please confirm if its a Backdoor and I should delete it or is this file safe?

The file name is:

.wysiwygPro_preview_2cc37e731786ff9b24157cd9f049b9cb.php

And its contet:

<?php
if ($_GET['randomId'] != "h6wErVoQiTtcfJOQAXxRY56_1NdgoGfVy_NpD4ecgtbBjp6URh8lF") {
    echo "Access Denied";
    exit();
}

 display the HTML code:
echo stripslashes($_POST['wproPreviewHTML']);

?>

Can someone please tell me if its dangerous to have such code on server or its safe? Thank you for your comments and thoughts on this code :)

  • 写回答

2条回答 默认 最新

  • doutan2228 2014-04-12 23:17
    关注

    It's a file generated by the wysiwyg editor in your cPanel hosting - it's not a hack or a backdoor.

    They're perfectly safe to delete if you want to free up space.

    评论

报告相同问题?

悬赏问题

  • ¥15 vue3加ant-design-vue无法渲染出页面
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构
  • ¥15 python按要求编写程序