-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Fb #1799
Closed
Closed
Fb #1799
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
added regex check to Intigriti
generate unclaimed username based on regex
added GitHub Workflow to update site list
Upgrade GitHub Actions
added regex check to BuyMeACoffee
fixed path to data.json
added regexCheck and urlProbe
fixed branch name
added regexCheck to Unsplash
Added `--nsfw` tag in `Usage` prompt with the description matching the `help` prompt of the `parser`
Added `--nsfw` flag in documentation
Dockerfile: Upgrade Python
* GitHub Actions: python-version: [3.7, 3.8, 3.9, "3.10", 3.11] * Update nightly.yml * Update update-site-list.yml * Python 3.7 thru 3.11
replaced flake8 with ruff
coil.com removed
Recently, @ThePornHelper raised an issue related to OnlyFans false negative. After going through the issue, I tried checking for some popular onlyfans creators on sherlock and as per the issue raised all of them were giving false negative. So, I checked with the current method of checking the username availability. It the following API url: `https://onlyfans.com/api2/v2/users/grandmasterchefjojo` It returns a 400 error code and doesn't work at all. Why it's happening? It requires a token be passed in the headers to for it to work. After this, I tried using BurpSuite to find any other way to check availability and unfortunately there aren't any. Even the wrong onlyfans.com/thisusernamedoesntexist777 URL also returns 200 in HTTP response. So, it's better to remove OnlyFans from supported sites list and add it to removed_sites.json Thanks.
Recently, @ThePornHelper raised an issue related to OnlyFans false negative. After going through the issue, I tried checking for some popular onlyfans creators on sherlock and as per the issue raised all of them were giving false negative. So, I checked with the current method of checking the username availability. It the following API url: `https://onlyfans.com/api2/v2/users/grandmasterchefjojo` It returns a 400 error code and doesn't work at all. Why it's happening? It requires a token be passed in the headers to for it to work. After this, I tried using BurpSuite to find any other way to check availability and unfortunately there aren't any. Even the wrong onlyfans.com/thisusernamedoesntexist777 URL also returns 200 in HTTP response. So, it's better to remove OnlyFans from supported sites list and add it to removed_sites.json Thanks.
Recently, @ThePornHelper raised an issue related to OnlyFans false negative. After going through the issue, I tried checking for some popular onlyfans creators on sherlock and as per the issue raised all of them were giving false negative. So, I checked with the current method of checking the username availability. It the following API url: `https://onlyfans.com/api2/v2/users/grandmasterchefjojo` It returns a 400 error code and doesn't work at all. Why it's happening? It requires a token be passed in the headers to for it to work. After this, I tried using BurpSuite to find any other way to check availability and unfortunately there aren't any. Even the wrong onlyfans.com/thisusernamedoesntexist777 URL also returns 200 in HTTP response. So, it's better to remove OnlyFans from supported sites list and add it to removed_sites.json Thanks.
Removed OnlyFans
Remove false positives
Fixed false positives
added IRC-Galleria
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fb