如何解码eval(gzinflate(base64_decode( [英] How to decode eval( gzinflate( base64_decode(

查看:140
本文介绍了如何解码eval(gzinflate(base64_decode(的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将此代码注入了我的网站.如何解码尾随字符串?我需要知道发生了什么以及它背后的代码是什么.

I have this code injected in my site. How can I decode the trailing string? I need to know what happened and what is the code behind it.

推荐答案

这应该输出将由eval()执行的代码:

This should output the code that would be executed by eval():

<?php
echo gzinflate( base64_decode( /* insert code */ ));
?>

我希望那是你想要的.

这篇关于如何解码eval(gzinflate(base64_decode(的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆