-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
false negativeA site is responding with false negativesA site is responding with false negativesgood first issueGood for newcomersGood for newcomers
Description
Installation method
PyPI (via pip)
Package version
Sherlock v0.16.0
Description
LinkedIn username detection currently fails. When running:
sherlock aryanj10 --site "LinkedIn"
the output shows “0 results,” even though the account exists (e.g. https://www.linkedin.com/in/aryanj10/
).

Observed behavior:
LinkedIn returns an HTTP 999 Request Denied for all automated requests.
Example:
curl -I https://www.linkedin.com/in/aryanj10/
HTTP/1.1 999 Request denied
Expected behavior:
Sherlock should detect the account or, if detection is impossible, mark LinkedIn as deprecated/unusable in data.json.
Suggested fix:
Remove LinkedIn or disable it by default since it consistently blocks requests with HTTP 999 and cannot be reliably queried even with headers or Tor.
Steps to reproduce
sherlock aryanj10 --site "LinkedIn"
Additional information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
false negativeA site is responding with false negativesA site is responding with false negativesgood first issueGood for newcomersGood for newcomers