youtube-to-mp3-converter-php-script
youtube-to-mp3-converter-php-script copied to clipboard
You have a backdoor
Your code is crypted with a base 64 to put a backdoor . DONT DOWNLOAD THIS CODE !
I just noticed. lol
Awesome!
Strangely enough, it is not a back door.
It goes over 15 iterations of obfuscation and ends up being this:
$ytresponse = @file_get_contents("https://www.youtube.com/oembed?url=http%3A//youtube.com/watch%3Fv%3D$id&format=json");
$ytinfo = array();
$ytinfo = json_decode($ytresponse,true);
$type = $ytinfo['type'];
Now a good question would be why, but who knows.
I can confirm what @manix said. A bunch of obfuscation that in the end evaluates to:
$ytresponse = @file_get_contents("https://www.youtube.com/oembed?url=http%3A//youtube.com/watch%3Fv%3D$id&format=json");
$ytinfo = array();
$ytinfo = json_decode($ytresponse,true);
$type = $ytinfo['type'];
Maybe he was just being paranoid over algorithms sniffing his stuff
Either way... sketchy as 💩