OP 09 January, 2021 - 11:04 AM
(This post was last modified: 09 January, 2021 - 11:04 AM by Jtapp1992.)
So I found an e-girl that I subscribed to, and one thing she does is send out PPV messages to members. I have found by checking the source code to the web site that the images themselves are not secure, but they have incredibly long names. However, I noticed theres a pattern between the "blurred" image and the actual image that shows up when you pay. So essentially I know that a certain image thats "blurred" only has a 7 character variation from the unblurred one. From what I can tell theres only 15 characters used in those 7 variations.
For example:
Blurred image is blahblat.wahtever/blurChatImages/b9982db0-39a4-11eb-86fc-a33f81d51fa7.png
Unblurred image is blahblat.whatever/chatImages/acb0cda0-39a4-11eb-86fc-a33f81d51fa7.png So the only differences is those first 7 characters, all the images only seem to use the letters abcdef and 0-1, never any capitals.
I've checked with a couple different images and they all follow this pattern.
What I would like to do is try and brute force to fine the link to the actual images, assuming I have the link to the blurred image.
Is this something that can be done, and how would I go about doing it?
For example:
Blurred image is blahblat.wahtever/blurChatImages/b9982db0-39a4-11eb-86fc-a33f81d51fa7.png
Unblurred image is blahblat.whatever/chatImages/acb0cda0-39a4-11eb-86fc-a33f81d51fa7.png So the only differences is those first 7 characters, all the images only seem to use the letters abcdef and 0-1, never any capitals.
I've checked with a couple different images and they all follow this pattern.
What I would like to do is try and brute force to fine the link to the actual images, assuming I have the link to the blurred image.
Is this something that can be done, and how would I go about doing it?