Git Product home page Git Product logo

Comments (7)

Czechball avatar Czechball commented on May 16, 2024

Hello, I also noticed these false positives. Blackplanet has a very weird way of dealing with non-existent accounts... It basically shows you a broken user edit gui. So I tried to bodge the fail detection by adding "edit profile" text in errorMsg, but it's probably not working... I'm not really an expert in this, so idk why it isn't working.

from sherlock.

nopbrick avatar nopbrick commented on May 16, 2024

Hi, I've looked on this issue and the only way I found to not get false positives are the angular errors. When you check for a non-existent user, angular responds with "TypeError: Cannot read property 'username' of undefined". I've checked this for multiple users and this error only occurs with non-existent usernames. Unfortunately I don't know how to extract this data in python, although I would be more than happy if someone gave me a tip and I will handle this issue.

image

from sherlock.

mitrabeast avatar mitrabeast commented on May 16, 2024

@filipceglik, this is the part of the Angularjs code that is ran by your browser. Unfortunately, the Python requests library cannot run JS code.

from sherlock.

hoadlck avatar hoadlck commented on May 16, 2024

I took a look at this, and I am not seeing how to detect a non-existent profile. I will try to look at this tomorrow.

Should we continue to have a site included if detection does not work?

from sherlock.

hoadlck avatar hoadlck commented on May 16, 2024

I looked into this in more detail, and...oh boy.

I captured the response text that Sherlock receives for http://blackplanet.com/blue (claimed) and http://blackplanet.com/bluedfdf (unclaimed). They are exactly the same!

The site must be rendering all of the different content using Javascript in the browser. So, I don't see a good way to distinguish between the results. I have used Selenium to do browser automation. That would allow us to get all of the final text. I have not run ChromeDriver headless, but it does seem to be supported. But, it would require that the user have Chrome installed.

I think that we need to disable this site. Sherlock cannot detect an unclaimed username, so it will just be confusing. Thoughts?

from sherlock.

hoadlck avatar hoadlck commented on May 16, 2024

I removed this site in #169. We can add it back in when we can figure out a detection method that will work. Until then, we will not mislead users by giving information that is wrong.

from sherlock.

hoadlck avatar hoadlck commented on May 16, 2024

This has been removed from Sherlock for some time. I have it recorded in data_bad_site.json, so we can revisit it in the future.

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.