sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

False Positives: ArtStation, AllMyLinks, Freelance.habr, GNOME VCS, LibraryThing, Mydramalist, NationStates Nation & Region

Open La5u opened this issue 1 year ago • 8 comments

Additional info

Usernames used to test:

qwertyzzsdvasdwe13412
MVDJSKBNALHDASLKJ9832
jqzj629

All 3 usernames were reported as false positives on:

https://8tracks.com/ https://hackenproof.com/hackers/ https://www.nitrotype.com/racer/ https://www.producthunt.com/ https://www.strava.com/athletes/ https://www.twitch.tv/

image

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

La5u avatar Nov 30 '24 09:11 La5u

True, i can completely confirm same happened for me. i wanna append to this list , the following false positives for me too: [+] SlideShare: https://slideshare.net/ [+] NationStates Nation: https://nationstates.net/nation= [+] NationStates Region: https://nationstates.net/region= [+] ProductHunt: https://www.producthunt.com/ [+] Shpock: https://www.shpock.com/shop/ [+] TLDR Legal: https://tldrlegal.com/users/ [+] Twitch: https://www.twitch.tv/

i checked this ones and in none the actual profile existed. Thanks for your work guys. appreciate.

HypeStratex avatar Nov 30 '24 11:11 HypeStratex

Hmm, that's super interesting—thanks for reporting this!

Here's what I know: Twitch and ProductHunt always show false positives; no matter where you're testing from — we're working on fixing those. As for the other ones, they might depend on the region you're running Sherlock from. I've checked what Sherlock shows for those usernames from a residential US East IP address and here's what I'm getting:

Screenshot 1
Screenshot 2
Screenshot 3

(consistent HackerEarth, ProductHunt, Reddit, Shpock, SlideShare, Smule, Strava, Twitch, & BabyRU false positives) (8tracks, HackerProof (Hackers), NitroType, NationStates Nation, NationStates Region, and TLDR Legal* don't return false positives for me)

These don't 100% match with your screenshots. So I'd suggest you to re-run Sherlock with the --dump-response parameter and redirect the output to a file (like this: sherlock --dump-response qwertyzzsdvasdwe13412 > dump_response_output.txt), then send over the contents of the dump_response_output.txt file here — this will help us fix those false positives faster

bytexenon avatar Nov 30 '24 19:11 bytexenon

I tried sherlock --dump-response qwertyzzsdvasdwe13412 > dump_response_output.txt, but it throwed a UnicodeEncodeError, because it tried to write the response from the website, which was in a different language because of my ip, to the text file. sherlock --dump-response qwertyzzsdvasdwe1341 worked (for some reason), but the response was too long so it didn't all fit on the terminal window for me to copy. I had to go to the code in sherlock.py and change from print(f"ERROR TEXT : {net_info['errorMsg']}") to print(f"ERROR TEXT : {str(net_info['errorMsg']).encode('utf-8')}") to` finally get it to save to the txt file without errors. This could be implemented in the future to allow different languages to be written to the dump file.

Here are the results: dump_response_output.txt

if needed, i could test with a vpn as well

La5u avatar Dec 01 '24 08:12 La5u

A lot of false positives have been cleared, and I'm not seeing anymore on my end. Let me know if y'all are still experiencing any on your end.

ppfeister avatar Feb 03 '25 08:02 ppfeister

Image only AllmyLinks and YandexMusic now

La5u avatar Feb 03 '25 14:02 La5u

dump response for the 2 sites specifically: out.txt for some reason now it only shows 3 out of the 5 in the prev screenshot in the dump

La5u avatar Feb 03 '25 15:02 La5u

Still getting false positives on NationStates Nation and NationStates Region every time I run the program. Also a few times I got false positives from ArtStation

giovariot avatar Feb 22 '25 17:02 giovariot

NEW false positives Image heres what i get when running sherlock --dump-response qwertyzzsdvasdwe13412 > dump_response_output.txt:

dump_response_output.txt

La5u avatar Apr 16 '25 15:04 La5u