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

OnlyFans False Negative #1744

Open
4 tasks done
ThePornHelper opened this issue Mar 14, 2023 · 2 comments
Open
4 tasks done

OnlyFans False Negative #1744

ThePornHelper opened this issue Mar 14, 2023 · 2 comments
Labels
false negative A site is responding with false negatives

Comments

@ThePornHelper
Copy link

ThePornHelper commented Mar 14, 2023

Checklist

  • I'm reporting a website that is returning false negative results
  • I've checked for similar site support requests including closed ones
  • I've checked for pull requests attempting to fix this false negative
  • I'm only reporting one site (create a separate issue for each site)

Description

I'm getting a false negative for the OnlyFans site, I've tried fixing it by looking at issue #1342 but it does not work for me.

Here is what Sherlock prints:

python3 sherlock belledelphine --nsfw --print-all
[*] Checking username belledelphine on:
...
[-] OnlyFans: Not Found!
...
[*] Search completed with 105 results

This is what my sherlock.py file looks like for nsfw:

parser.add_argument("--nsfw", "-n",
                        action="store_true", default=False,
                        help="Include checking of NSFW sites from default list.")

This is what my data.json file looks like:

"OnlyFans": {
    "errorType": "status_code",
    "isNSFW": true,
    "url": "https://onlyfans.com/{}",
    "urlMain": "https://onlyfans.com/",
    "username_claimed": "theemilylynne",
    "username_unclaimed": "boombastic80085"

If you guys need more information let me know.

Thank You.

@ThePornHelper ThePornHelper added the false negative A site is responding with false negatives label Mar 14, 2023
@ThePornHelper
Copy link
Author

ThePornHelper commented Mar 15, 2023

I have found a temporary fix to my problem. In order to get Sherlock to search for OnlyFans you need to add --local when running Sherlock. Also I had to change my data.json file a bit.

Here is what my data.json file looks like now:

"OnlyFans": {
    "errorType": "status_code",
    "url": "https://onlyfans.com/{}",
    "urlMain": "https://onlyfans.com/",
    "username_claimed": "theemilylynne",
    "username_unclaimed": "noonewouldeverusethis7"

This is what running Sherlock looks like for me:

Terminal Input:
python3 sherlock belledelphine --nsfw --local

Output:

[*] Checking username belledelphine on:
...
[+] OnlyFans: https://onlyfans.com/belledelphine
...
[*] Search completed with 103 results

This is not a complete fix as I still get false positives. Ideally it would be better to have no false positives or false negatives but I would much rather have a false positive than a false negative.

@w3Abhishek
Copy link
Contributor

@ThePornHelper The issue has been resolved. OnlyFans is removed from supported site. Refer to this PR.

You can now close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false negative A site is responding with false negatives
Projects
None yet
Development

No branches or pull requests

2 participants