Page 1 of 1

eval(base64_encode())

Posted: Fri Mar 02, 2007 3:01 am
by Denn
Hi developers.

I saw a couple of examples on the various forums showing that it is possible to decode something with eval(gzinfalte(base64_encode()));
But didn't find any code for decoding eval(base64_encode());

Is that not possible at all?

Posted: Fri Mar 02, 2007 5:14 am
by s.dot

Posted: Fri Mar 02, 2007 7:46 am
by feyd
I'd do a LOT of sniffing around due to that eval().

Posted: Sat Mar 03, 2007 7:28 am
by Denn
Ohh, got the idea from php function list for eval().

I just replaced eval with echo in the first place.
Then i get a code like: $code_base = 'crappy stuff';
and at they ending there was a eval more. I just removed that, and wrote the $code_base into a text file.. and volia. Decoded :-)