How can I gzinflate and keep inflated data without running it? (Found what I consider to be a trojan on my server)
Well, not my server. A friend of mine found it and sent it to me trying to figure it out. It seems to be a PHP IRC bot, but I don't know how to decode and understand it.
Here is the code:
<?eval(gzinflate(base64_decode('some base 64 code here')))?>
So, I decoded base64 and it outputs a ton of weird characters, I assume you are encrypted or some other type of file like when you change .jpg to .txt and open it.
But I don't know how to decode this and determine its source. Any help?
+2
a source to share
2 answers