Paul Pfeister
4e2a4f6b66
Merge pull request #2919 from quan-nguyen-2110/fix-cracked-forum-false-positive
...
Fix Cracked Forum false positives
2026-05-04 23:28:52 -04:00
Paul Pfeister
2b985b57ad
Merge pull request #2921 from quan-nguyen-2110/fix-akniga-false-negative
...
Fix akniga false negatives
2026-05-04 23:28:14 -04:00
Paul Pfeister
ed0865363f
Merge pull request #2929 from mohamedsolaiman/fix/false-positives
...
fix: resolve false positives for ArtStation, GeeksforGeeks, and LushStories
2026-05-04 23:23:43 -04:00
Paul Pfeister
43a354b235
Merge pull request #2853 from salmanrajz/fix/unicode-decode-error-special-chars
...
fix: handle UnicodeDecodeError on usernames with special characters
2026-05-04 23:12:52 -04:00
Mohamed Solaiman
dca64e35d3
feat: add Carrd, SpaceHey, and Substack as supported sites
...
- Carrd: Simple website builder with profiles at {username}.carrd.co.
Uses status_code detection (404 for non-existing profiles).
- SpaceHey: Retro social network inspired by MySpace.
Uses message detection ("Not Found (Error 404) | SpaceHey" title
for non-existing profiles).
- Substack: Newsletter/publishing platform with profiles at
{username}.substack.com. Uses status_code detection (404 for
non-existing publications).
2026-04-28 17:03:23 +00:00
Mohamed Solaiman
2e2248a8a6
fix: resolve false positives for ArtStation, GeeksforGeeks, and LushStories
...
- ArtStation: Add urlProbe using the JSON API endpoint
(https://www.artstation.com/users/{}.json ) which returns proper
404 for non-existing users, instead of the main page which
returns 200 for both existing and non-existing profiles.
Closes #2714
- GeeksforGeeks: Switch from status_code to message detection.
Both existing and non-existing profiles return HTTP 200, but
non-existing profiles have "false" in the page title.
Closes #2782
- LushStories: Switch from status_code to response_url detection.
Non-existing profiles redirect (302) to /login while existing
profiles return 200. Closes #2371
2026-04-28 17:01:37 +00:00
QuanNguyen
a9960ff9a4
Fix akniga false negatives
...
Made-with: Cursor
2026-04-26 16:00:27 +02:00
QuanNguyen
d731f715bf
Fix Cracked Forum false positives
...
Made-with: Cursor
2026-04-26 15:44:27 +02:00
Siddharth Dushantha
eb79980c33
Remove unused line of code
2026-04-12 17:48:42 +02:00
Siddharth Dushantha
dcb935337c
Remove --no-txt
...
It was removed a long time ago but the argumenet still exists.
2026-04-12 17:32:35 +02:00
Siddharth Dushantha
ed883ad7c8
fix copy paste error
2026-04-12 16:55:54 +02:00
Siddharth Dushantha
a68ea46fb4
Removed unesseary unnecessary returns
2026-04-12 16:54:42 +02:00
Siddharth Dushantha
ed73b175d7
Use data.sherlockproject.xyz
...
I've created data.sherlockproject.xyz so that it will be eaiser for
people use Sherlock's data in other projects if needed.
2026-04-12 16:49:37 +02:00
salmanrajz
4656d95702
fix: handle UnicodeDecodeError on usernames with special characters
...
Fixes #2730 . Usernames containing non-ASCII characters (e.g. 'Émile')
can trigger a UnicodeDecodeError inside the requests library during
redirect handling. This exception is not a subclass of
requests.exceptions.RequestException, so it escaped all existing
except blocks in get_response() and crashed the program.
Added a catch for UnicodeError (parent of both UnicodeDecodeError and
UnicodeEncodeError) so these sites are gracefully skipped instead of
crashing the entire scan.
Added regression tests in tests/test_unicode.py.
2026-03-31 19:57:54 +04:00
vatsalgargg
382bc3210a
fix: bypass LinkedIn WAF with standard browser headers
2026-03-12 23:14:40 +05:30
Your Name
fd3833b744
fix: allow uppercase letters in Chess.com username regex
...
Fixes #2799
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-19 11:24:27 -08:00
ellieplayswow
4253014085
data: add Wowhead, Wago addons, CurseForge
2026-02-03 21:06:11 +00:00
amydosomething
c66d10bfed
Remove Fiverr and Substack from PR
2026-01-20 19:53:27 +05:30
amydosomething
e0002779b4
Add sites Fiverr, Substack and Shelf to data.json
2026-01-20 18:43:49 +05:30
Aaditya
fe9e750dab
Add Credly data to JSON resource
2025-11-14 09:27:07 +05:30
Paul Pfeister
842ae1f754
Merge pull request #2733 from Aaditya-Chunekar/patch-1
...
Add Nothing Community data to data.json
2025-10-29 16:34:10 -07:00
Nolan Parker
c1632693bb
Add regexCheck to Minecraft to prevent false positives for long usernames
2025-10-28 20:39:53 -05:00
Aaditya
e19cb32009
Add Nothing Community data to data.json
2025-10-27 11:20:30 +05:30
Paul Pfeister
b69c8ef940
Merge pull request #2710 from Aaditya-Chunekar/add-sites
...
hacktoberfest: Added sites support
2025-10-26 00:16:29 -07:00
Aaditya-Chunekar
2724711060
feat: add tmdb
2025-10-26 09:49:31 +05:30
Paul Pfeister
0a68ab7f4c
Merge pull request #2709 from Aaditya-Chunekar/add-topmate
...
hacktoberfest: Add topmate.io support
2025-10-24 20:15:02 -07:00
Paul Pfeister
8675178be1
Merge pull request #2705 from Aaditya-Chunekar/add-site-seoforum
...
hacktoberfest: Add SEO Forum Support
2025-10-24 20:12:50 -07:00
Aaditya-Chunekar
9bafb8a280
feat: add n8n, HackerSploit, Arduino Forum
2025-10-24 09:37:40 +05:30
Aaditya-Chunekar
8e5549862a
feat: add topmate.io
2025-10-24 09:14:42 +05:30
Aaditya-Chunekar
8797fcd517
feat: add SEOForum
2025-10-24 08:46:23 +05:30
Paul Pfeister
0995d4d669
chore: reformat
2025-10-23 19:39:05 -04:00
Paul Pfeister
6c0c273a0b
Merge pull request #2695 from simplyNour/Bug/urls-are-not-clickable-in-excel-file
...
Make urls clickable when saved to excel
2025-10-23 16:25:17 -07:00
Paul Pfeister
3eeba790fd
Merge pull request #2722 from VivekGaddam/Twitch_Added
...
Added Twitch Platform Support to Sherlock
2025-10-23 15:28:01 -07:00
Paul Pfeister
61a29ec373
Merge pull request #2723 from imhiteshgarg/adding_lemmy
...
adding lemmy
2025-10-23 15:26:57 -07:00
obiwan04kanobi
331b68d909
feat: add Codolio to supported sites
...
Add Codolio (coding portfolio tracker) as a new site target for username detection.
Detection method: Message-based using title tag differences
- Existing profiles: '<title>Username | Codolio</title>'
- Non-existing profiles: '<title>Page Not Found | Codolio</title>'
Tested with multiple usernames to confirm accurate detection.
2025-10-23 22:42:06 +05:30
Hitesh Garg
8c3e093561
adding lemmy
...
adding lemmy
2025-10-23 21:38:18 +05:30
vivekgaddam
e35e5e3af1
corrected Twitch
2025-10-23 19:41:00 +05:30
vivekgaddam
906287b305
added twitch
2025-10-23 19:18:31 +05:30
Matheus Felipe
03e097cc82
Reorder Terraria Forums to correct alphabetical position ( #2700 )
2025-10-23 08:53:50 -03:00
Matheus Felipe
91c1964918
Add GameFaqs support ( #2721 )
...
Co-authored-by: Maquinero123456 <jimenanavarrodavid@uma.es >
2025-10-23 08:04:41 -03:00
SirAzako
828c47109d
Added support for Trovo
2025-10-23 06:10:20 -03:00
Matheus Felipe
94245b25df
Add OpenGameArt support ( #2719 )
...
Co-authored-by: Horațiu Mlendea <Horatiu.Mlendea@ProtonMail.com >
2025-10-23 05:03:35 -03:00
Matheus Felipe
1f8166ba9f
Remove unclaimed username entry for mstdn.social
2025-10-23 03:41:21 -03:00
MagicLike
6f1ddaa615
Added mstdn.social
...
Added another Mastodon instance: mstdn.social
2025-10-23 03:32:54 -03:00
Hitesh Garg
eff869906a
Adding ObservableHQ site
...
Adding ObservableHQ site
2025-10-22 10:58:31 +05:30
Nolan Parker
1f9d7e8373
Reorder Terraria Forums to correct alphabetical position
2025-10-19 15:53:09 -05:00
Paul Pfeister
184470f871
Merge pull request #2699 from Nolanp123/fix-codesandbox-name
...
Fix site name formatting for CodeSandbox
2025-10-19 13:14:14 -07:00
Nolan Parker
342dbc85cc
Fix site name formatting for CodeSandbox
2025-10-19 14:44:47 -05:00
Paul Pfeister
457e16e84f
Merge pull request #2670 from simplyNour/Bug/fix-false-positive-for-topcoder
...
fix: false positive for Topcoder
2025-10-18 23:47:34 -07:00
Paul Pfeister
43b3736b75
Merge pull request #2697 from raman1236/add-odysee-support
...
Add Odysee support
2025-10-18 23:06:15 -07:00