Deobfuscate screenshot URLs #779

Open
Alhadis wants to merge 1 commits from Cutlery-Drawer/deanonymise-screenshots into master
Alhadis commented 2023-02-17 18:58:49 +01:00 (Migrated from github.com)

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
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). ~~~console $ url='https://camo.githubusercontent.com/2443e662e95733ba6ae331f391f6ec036d1ee7fd/687474703a2f2f692e696d6775722e636f6d2f4e5566766e6c752e706e67' $ printf '%s' "${url##*/}" | xxd -p -r ~~~
seeseemelk force-pushed Cutlery-Drawer/deanonymise-screenshots from 02713755ab to d53de935a1 2024-10-11 10:54:07 +02:00 Compare

I'm not sure how these are used

I'm not sure how these are used
seeseemelk added the
priority
low
label 2024-10-11 10:54:49 +02:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin Cutlery-Drawer/deanonymise-screenshots:Cutlery-Drawer/deanonymise-screenshots
git checkout Cutlery-Drawer/deanonymise-screenshots
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#779
No description provided.