Files
sherlock/sherlock_project
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
..
2025-09-17 17:47:45 -04:00
2024-08-23 01:15:47 -04:00
2026-04-12 16:55:54 +02:00
2024-08-27 22:32:48 -04:00
2024-06-24 16:40:03 -04:00
2026-04-12 17:32:35 +02:00
2026-04-12 17:48:42 +02:00