Sherlock: Website rate limiting leads to False Positives

Created on 27 Oct 2020  路  7Comments  路  Source: sherlock-project/sherlock

bug1
As we can see in the above snapshot,
BitCoinForum,
EyeEm,
HackerNews,
Tinder,
VirusTotal,
Wattpad,
forum_guns
display urls for the account name " noonewlouduse" but actually this username don't exist for them.

false positive

Most helpful comment

There are issues where if you're doing it often and some sites will return essentially status codes as a form of rate limiting but if it's looking for a message, it'll consider it 'passed'. I think maybe it would be good if 403's and >500's were automatically considered a fail rather than a pass. I can see why this happens since the whole error styles are just a big switch (ok if/elif) and can't support multiple types of failures.

All 7 comments

Can't reproduce, I only see four false positives as described in https://github.com/sherlock-project/sherlock/issues/813

There are issues where if you're doing it often and some sites will return essentially status codes as a form of rate limiting but if it's looking for a message, it'll consider it 'passed'. I think maybe it would be good if 403's and >500's were automatically considered a fail rather than a pass. I can see why this happens since the whole error styles are just a big switch (ok if/elif) and can't support multiple types of failures.

Yes, what @darvell suggested is actually happening. @pkubiak if you query with that username multiple times, you will be able to reproduce the same.

@h20190563 Sure, but it is not the fault of configuration of individual sites, but more the way how sherlock handle rate limits errors (403, >500 as mentioned by @darvell). Maybe the better title for that issue would be Website rate limiting leads to False Positives?

@pkubiak thanks! I have changed the title.

@h20190563 Im new at this but what can i do to contribute that may close this issue?

https://github.com/sherlock-project/sherlock/pull/852
ez. enjoy :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

senthilnayagam picture senthilnayagam  路  4Comments

bialybudyn picture bialybudyn  路  6Comments

ptalmeida picture ptalmeida  路  4Comments

zero77 picture zero77  路  7Comments

hoadlck picture hoadlck  路  3Comments