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

Deobfuscate screenshot URLs #779

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Alhadis
Copy link

@Alhadis Alhadis commented Feb 17, 2023

Unless Imgur-hosted URLs are specifically blacklisted by whatever software or service processes AppData XML, there's no good reason to use GitHub's proxified URLs over the originals.

(The last pathname component of camo.githubusercontent.com URLs is a hex representation of the original URL string, which is how I managed to recover them).

$ url='https://camo.githubusercontent.com/2443e662e95733ba6ae331f391f6ec036d1ee7fd/687474703a2f2f692e696d6775722e636f6d2f4e5566766e6c752e706e67'
$ printf '%s' "${url##*/}" | xxd -p -r

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

Successfully merging this pull request may close these issues.

None yet

1 participant