dekrypted / discord-image-logger

IP Logger that uses discord's "Open Original" feature to steal IP's.
The Unlicense
2.14k stars 598 forks source link

Read from file #28

Closed GeorgeRNG closed 1 year ago

GeorgeRNG commented 1 year ago

People didn't like the look of base85 data, so having it as the image it is should be more trustable. It didn't even load in github, which then just gave an error.

Discord should fix this they would either perhaps run it back and forth through something like ffmpeg, or see if they can detect an error (github seems to have), and make the warning for whatever is hosting it bigger.

dekrypted commented 1 year ago

Hi! Yes, I'd do this but there is a problem. A lot of static page hosts (line mine, vercel) don't support reading from files for some reason... I've tried it lol.

Thank you very much though!

GeorgeRNG commented 1 year ago

Perhaps you could have the embedded one in a seperate branch, so people can't find unkown data and call it out, but also exist for people who cannot use read calls. Or, since you are already fetching one image, you could fetch the broken one from gh so both brokenbin and bindata are fetched. You could have defaulting to the broken image (so potentially remote) to a custom image, which could perhaps be something getting people to open original anyway. It would be potential to drop into a server.

That would also create a problem for those servers, since it would change the expected patterns for this and be harder to find, apart from the general advice of not following unkown links

dekrypted commented 1 year ago

Great ideas, but I want this to be sustainable even if this repository is terminated. At the end of the day if people do not trust this that is their own thing.