Code Monkey home page Code Monkey logo

Comments (10)

rpural avatar rpural commented on May 17, 2024 1

I'm still receiving false positives on several sites. Sherlock says account found, but when I try the link provided, I get a 404. It seems like the simple solution would be to check the status code returned in the http request.

https://www.github.com/rpnix
https://disqus.com/rpnix
https://rpnix.deviantart.com
https://slideshare.net/rpnix
https://bitbucket.org/rpnix
http://en.gravatar.com/rpnix
https://cash.me/rpnix
https://vsco.co/rpnix
https://www.flickr.com/people/rpnix
https://www.quora.com/profile/rpnix
https://pixabay.com/en/users/rpnix
https://giphy.com/rpnix
https://www.taringa.net/rpnix

Some of these are specifically 404 responses, some are a page saying the id wasn't found and requesting you to sign up.

rpn01@R5057499 sherlock [master] 0 $ python3 sherlock.py --version
sherlock.py 0.1.0
Python HTTP for Humans.: 2.19.1
Python: 3.7.0
rpn01@R5057499 sherlock [master] 0 $

from sherlock.

sdushantha avatar sdushantha commented on May 17, 2024

I will try to fix this as quick as possible because if it returns wrong results, then Sherlock is not a reliable :(

from sherlock.

anabh4569 avatar anabh4569 commented on May 17, 2024

I got false positives on twitter, facebook, github, soundcloud, disqus, deviantart, flipboard, scribd, gravatar, imgsrc, cash.me, behance, goodreads, vsco, newgrounds, tripadvisor, blip.fm, bandcamp, slack, flickr, wordpress and unsplash for 2/3 different usernames.

from sherlock.

coteeq avatar coteeq commented on May 17, 2024

I also have false positives on all sites, mentioned by @obskyr and three more:

  • Keybase
  • Slack
  • WordPress

from sherlock.

sdushantha avatar sdushantha commented on May 17, 2024

@obskyr @anabh4569 @2toxic
I am working on this now. I just found out that some sites change their error message. For example GoodReads shows a different error message everytime.

from sherlock.

sdushantha avatar sdushantha commented on May 17, 2024

@obskyr @anabh4569 @2toxic

I fixed it, it should work without any false positives now. 😄

from sherlock.

crock avatar crock commented on May 17, 2024

@rpural Simply checking the HTTP status code that is returned is not a fool proof solution. Not all sites return a 404 when a user profile is not found. For example, Steam IDs and Steam groups do not. You literally have to parse the HTML for a particular string when checking Steam.

I have 3 years of experience building social media checkers. Check out my open-source Python checker if you have time.
https://github.com/checker/cli

from sherlock.

coteeq avatar coteeq commented on May 17, 2024

I found false negative, but I can't find where the bug lies. python sherlock.py romanova gives negative result in VK, but https://vk.com/romanova is existing profile.
Maybe reason for wrong result is that profile is hidden, but VK returns 200 and everything is ok.

I checked if it was problem with user agent, but sherlock's is not banned by vk and curl request returns 200.

from sherlock.

hoadlck avatar hoadlck commented on May 17, 2024

I believe that all of these have been addressed as of now.

The only case where we still have problems is in sites where Sherlock depends on error text, and the user ends up getting a different language.

from sherlock.

sdushantha avatar sdushantha commented on May 17, 2024

Closing this because the false positives mentioned in this issue has been fixed. :)

from sherlock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.