Replies: 5 comments 10 replies
-
BGG only returning an empty list at that endpoint might actually work...... will take a look at that one. |
Beta Was this translation helpful? Give feedback.
-
Can confirm LessWrong empty responses and Coders Rank returning fake profiles with HTTP 200. Happy to help test User-Agent rotation or other bypass methods! |
Beta Was this translation helpful? Give feedback.
-
Could me mention me those 2 and 3 points
…On Sun, 5 Oct, 2025, 10:07 pm Abhyuday K Hegde, ***@***.***> wrote:
Great! BGG seems to have been fixed in PR #2582
<#2582>
Any idea on how we can made sherlock bypass the anti bot checks?
Also, if time permits, please let me know if the sites I mentioned points
2 and 3?
Thanks!
—
Reply to this email directly, view it on GitHub
<#2592 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMO5JD7OHDOPZPU5JMHSMTL3WFCMDAVCNFSM6AAAAACIJIORPCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINJZG44TEMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Plz mention what exactly is the err and I will try from my side.
…On Sun, 5 Oct, 2025, 10:30 pm Abhyuday K Hegde, ***@***.***> wrote:
Sure, it's mentioned in the discussion above
-
Pepper IT shutdown in August 2025
-
Reddit, Top Coder, Opennet and DeviantArt seem to be working on the
expected lines without any inconsistency
—
Reply to this email directly, view it on GitHub
<#2592 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMO5JD22N7PS5XHANJLVINL3WFFCBAVCNFSM6AAAAACIJIORPCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINJZHAYDGNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
So I have tested on my local env , there all r working fine
…On Sun, 5 Oct, 2025, 10:55 pm Abhyuday K Hegde, ***@***.***> wrote:
Reddit, Top Coder, Opennet and DeviantArt are suspected of returning False
positives but as per my observation, it isn't returning any F+ or F-. It
would be helpful if you can check the same
—
Reply to this email directly, view it on GitHub
<#2592 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMO5JDY7TOSH2VZ7LHXOJL33WFIBRAVCNFSM6AAAAACIJIORPCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINJZHAYTMMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Owing to Comment Section being locked and limited to collaborators for Issue #2547 , I decided it would be a good idea to open up a discussion to exchange ideas as I could see multiple PR's flowing in trying to fix these issues.
Below are a few of my observations regarding the sites that were listed in the issue
BoardGameGeek seems to get user info from the following API request .
https://api.geekdo.com/api/users?username=**_username_**
But the challenge is, it returns just [] for invalid usernames and for valid usernames, there might be some [] present in fields that are not entered by the user in their profile. So a simple sub string search will likely fail.Pepper IT shutdown in August 2025
Reddit, Top Coder, Opennet and DeviantArt seem to be working on the expected lines without any inconsistency
Spotify doesn’t use usernames as profile URLs anymore. Each account gets an internal opaque user ID and I'm not sure of how this mapping is exactly done
Kaskus exposes user profile API at
https://m.kaskus.co.id/api/users?username=**_username_**
But when added to data.json the test seems to be inconsistent. When verified with --dump-response flag, I noticed that the response is not received at all many a times. But when accessed through browser, it seems to fetch the values consistently.svidbook seems to redirect /user/profile back to the homepage with status code 301 Moved Permanently (from disk cache)
LessWrong, Weblate, YandexMusic, Gnome VCS have security layers like Vercel security layer and other Bot-Prevention mechanisms and we need to modify Sherlock such that it bypasses them
Any pointers/discussions on this would be greatly appreciated!
@BUZZ1592003 @dollaransh17 @shreyasNaik0101
Beta Was this translation helpful? Give feedback.
All reactions