sherlock VS handlefinder

Compare sherlock vs handlefinder and see what are their differences.

handlefinder

search handles across hundreds of social networks (by bnkc)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sherlock handlefinder
109 6
51,142 151
2.9% -
7.6 0.0
6 days ago 5 months ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sherlock

Posts with mentions or reviews of sherlock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-07.

handlefinder

Posts with mentions or reviews of handlefinder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-29.
  • Coding Novice to CoFounder: My Full-Stack Startup Journey, Warts and All.
    2 projects | /r/Entrepreneur | 29 May 2023
    MorningBot: https://github.com/bnkc/morningbot HandleFinder: https://github.com/bnkc/handlefinder ThreeSigma: https://www.threesigma.ai
  • Hey. How does one find out everything related to a certain e-mail adress? on which sites it has an account registered and stuff like that? im totally new to this. thanks!!!
    2 projects | /r/OSINT | 8 Mar 2023
  • Iniziamo il 2023 con una raccolta utile di siti web
    8 projects | /r/italy | 1 Jan 2023
  • November 28, 2022 FLiP Stack Weekly
    8 projects | dev.to | 19 Dec 2022
  • I built an app that scans every social media network for your username
    5 projects | news.ycombinator.com | 23 Nov 2022
    I found myself scrolling through Github’s “trending” repos, looking for some coding inspiration. Within the next hour, I stumbled across something called The Sherlock Project. Interesting, It had over 35k stars, must be pretty popular.

    I quickly cloned the repo and started toying around with it. It didn’t take me long to realize the power of this tool. All I had to do was insert a username, and Wa Lah! I was looking at every social media website that was associated with the username. Not only that but direct links to the accounts.

    I immediately wanted to turn this into a web app so that everyone could use it. My first challenge was that this was a CLI tool, so I got to work. The Sherlock project makes about 400 requests to various site s to check if your username exists. This was going to be tough... I noticed they were using requests.FutureSession to multithread the result.

    My first thought was maybe I could collect all the requests into a list and then dump it back to the frontend with a get request, but the issue here was that the results could take a couple minutes to gather, and no-one is gonna sit and wait that long.

    Ok, so how do I continuously report out data to the frontend as the requests get full-filled? The answer? Web-sockets. Not just any web-socket though, a multithreaded web-socket. After ALOT of trial and error I finally got something working. The Issue now though was that it wouldn't run in production due to a multiprocessing error: Daemonic processes are not allowed to have children.

    The hell did that mean? back to the drawing board. Eventually I learned that you cant use the standard multiprocessing library for this kind of thing, you had to use billiard. Bam! It worked. I quickly hacked together a simple frontend, configured the web socket, and results were pouring in.

    Time to post on reddit. I quickly sent out a post or two and eagerly awaited peoples responses. There was an issue though. The more people flooded the site, the slower it got until it was completely unusable. Dang. How do I fix this? I removed the post quickly and got back to work.

    Turns out, the web-socket is considered a "long running request" as it makes 400 external requests. Maybe I could use celery to offload this process to a worker and queue it up. I started working on it and realized this was a little out of my skill range.

    I then decided to take a look at the logs where I hosted the code and what do i find? CPU, Memory, and bandwidth all reaching a staggering 100% usage. Welp, I found my issue. I did some rework of my codebase and it started running a little faster.

    I then realized the true issue. I was using the free tier of Render that only allowed for one instance of my app...duh.

    Needless to say, I learned to take it slow, build tests for my code, and be patient with results.

    What do you guys think? Any hard lessons learned in coding? What were your takeaways?

    Here is also a link to the repo: https://github.com/bnkc/handlefinder

    4 projects | /r/DataHoarder | 22 Nov 2022
    Here is a link to the repo: https://github.com/bnkc/handlefinder

What are some alternatives?

When comparing sherlock and handlefinder you can also consider the following projects:

holehe - holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.

WhatsMyName - This repository has the JSON file required to perform user enumeration on various websites.

Profil3r - OSINT tool that allows you to find a person's accounts and emails + breached emails 🕵️

YOLOV7-OBJECT-COUNTER-V1.2 - Distance Detector (People) with Yolov7

maigret - 🕵️‍♂️ Collect a dossier on a person by username from thousands of sites

github-trends - :chart_with_upwards_trend: GitHub star history plots

userrecon

Piped - An alternative privacy-friendly YouTube frontend which is efficient by design.

awesome-osint - :scream: A curated list of amazingly awesome OSINT

libreddit - Private front-end for Reddit

Visual Studio Code - Visual Studio Code

quidem - Idempotent query executor