douyinjiao9351 2014-09-30 17:25
浏览 26
已采纳

有人可以告诉我它是什么类型的加密?

Well i got a php code encrypted, i thought it could be zend guard encrypt but it is not.

I post it in this link: http://pastebin.com/NxqmC4ku

I don't know if it possible to know.

Thanks.

  • 写回答

1条回答 默认 最新

  • dongpankao6133 2014-09-30 18:28
    关注

    Oh dear, looks like your server got hacked. The code will decode and execute itself when run, it's obfuscated to obscure its function.

    It's self-decoding. You can see the eval() in there. If you change it to a print() then it will display the code that it's trying to execute. This is nested several deeps, so each time you will need to change an eval() to a print() to see what's going on. Be very careful when doing this, every time you see a construct like $a($b) then it's doing a function call, so you'll need to stop it from doing the function call and just print out $a and $b.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记