sherlock/sherlock_project
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
..
resources feat: add Codolio to supported sites 2025-10-23 22:42:06 +05:30
__init__.py chore: move SSOT to pyproject.toml 2025-09-17 17:47:45 -04:00
__main__.py Deprecate Python 3.8 2024-08-23 01:15:47 -04:00
notify.py Rename importable module 2024-06-24 16:40:03 -04:00
py.typed Comply with PEP 561 2024-08-27 22:32:48 -04:00
result.py Rename importable module 2024-06-24 16:40:03 -04:00
sherlock.py Merge branch 'remove-tor' 2025-10-04 20:52:40 -04:00
sites.py Security Fix: Add timeout parameters to HTTP requests 2025-10-03 13:41:43 +05:30