Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You have a backdoor #9

Open
ynizon opened this issue Feb 15, 2020 · 4 comments
Open

You have a backdoor #9

ynizon opened this issue Feb 15, 2020 · 4 comments

Comments

@ynizon
Copy link

ynizon commented Feb 15, 2020

Your code is crypted with a base 64 to put a backdoor . DONT DOWNLOAD THIS CODE !

@Altdabest
Copy link

I just noticed. lol

@wgmilleriii
Copy link

Awesome!

@manix
Copy link

manix commented May 19, 2020

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.

@alande-amorim
Copy link

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 💩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants