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

Exploring Advanced Redirect Setup with YellowCloaker: Dynamic Links and Access Restrictions #48

Open
jotabusiness opened this issue Sep 25, 2024 · 3 comments

Comments

@jotabusiness
Copy link

jotabusiness commented Sep 25, 2024

Hey Daniel,

I wanted to bring an interesting situation to your attention, as I think it might relate to YellowCloaker, but with a unique twist.

Recently, a group of friends and I analyzed offers in Facebook's Ad Library, adapting our social media profiles to receive ads from specific niches and study the current market creatives and funnels. During this analysis, we encountered a player who seems to be using YellowCloaker but with an unusual configuration that piqued our curiosity.

I believe that understanding this configuration could be crucial for our project, as it may reveal new approaches and techniques that this player has applied. This could help us identify adjustments that can be made to our existing configurations to further optimize our redirecting and cloaking strategy.

Here’s a breakdown of the setup:

There are three key links involved:

  1. Shortened Link – Entry point.
  2. Redirector Link – Redirection happens here.
  3. Final Destination – The actual product offer.

Here’s what we’ve observed:

  • When accessing the first link, it redirects to the second, which executes a JavaScript redirect to the third link
<script>window.location.href = '06512837/product';</script>

  • The tricky part: if we attempt to access the final link directly (without going through the second link), it doesn’t work. The third link is only accessible when passing through the second link, which seems to generate a unique code every time the second link is accessed.

For example:

<script>window.location.href = '06515216/produto';</script> <script>window.location.href = '06584435/produto';</script> <script>window.location.href = '06584435/produto';</script>


Every visit to the second link generates a new redirect code, pointing to the same product but with a different URL path. Direct access to these generated URLs doesn’t load the page.

Additional insight: It's worth noting that, in some cases, the third link may still work in the same browser due to stored cookies. However, if you try to access it in incognito mode or in a different browser where the cookies from the second link have not been captured, the final product offer (third link) will not open at all.

Questions:

  1. How did they manage to rotate the codes dynamically with each access, while ensuring the final destination remains the same?
  2. Why does the final product page only work when accessed via the redirector and not when accessed directly?
  3. Could this be an advanced configuration with YellowCloaker? We believe it could be, but this is by far the most sophisticated setup I've seen for staying hidden.
  4. I’d really appreciate your insights on how this might be set up and if there’s any additional configuration beyond what’s normally done with YellowCloaker.

Thanks in advance!

@jotabusiness
Copy link
Author

jotabusiness commented Sep 25, 2024

I suspect the use of YellowCloaker based on the observation that when accessing the standard login format on Yellow using his domain:

https://mercado-livreofertass.com/admin?password=12345

He has customized the default message, which typically displays as "Incorrect password!" to "ops...". This subtle modification is one of the factors that led us to believe he is indeed using the YellowCloaker application, indicating a unique configuration that may be enhancing his setup.

image

@dvygolov
Copy link
Owner

dvygolov commented Sep 25, 2024 via email

@jotabusiness
Copy link
Author

Hello @dvygolov
Thank you for the quick response.

I still have some doubts, though, especially because of the /admin?password= access. The customized response message ("ops...") made me think it could be related to YellowCloaker, but I might be mistaken.

That said, do you have any idea how they could have set this up? It’s a very clever configuration, and we’re really interested in understanding how they’re pulling it off, especially with the redirect behavior. Any insights you have would be greatly appreciated!

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

2 participants