{"id":28394816,"url":"https://github.com/2fxxd/sherlock","last_synced_at":"2026-03-05T22:35:22.232Z","repository":{"id":294773516,"uuid":"987982852","full_name":"2FXXD/sherlock","owner":"2FXXD","description":"Hunt down social media accounts by username across social networks","archived":false,"fork":false,"pushed_at":"2025-06-26T16:32:10.000Z","size":17297,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T17:38:22.153Z","etag":null,"topics":["adapter","cybersecurity","datetime","debugging","diffutils","druid","event-parser","information-gathering","javascript","macos","osint","pentesting","python","recyclerview","redteam","semantic-table-interpretation","sherlock","timeseries"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2FXXD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-21T22:05:16.000Z","updated_at":"2025-06-26T16:32:14.000Z","dependencies_parsed_at":"2025-06-19T05:26:31.900Z","dependency_job_id":null,"html_url":"https://github.com/2FXXD/sherlock","commit_stats":null,"previous_names":["2fxxd/sherlock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/2FXXD/sherlock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2FXXD%2Fsherlock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2FXXD%2Fsherlock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2FXXD%2Fsherlock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2FXXD%2Fsherlock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2FXXD","download_url":"https://codeload.github.com/2FXXD/sherlock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2FXXD%2Fsherlock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262166137,"owners_count":23268989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adapter","cybersecurity","datetime","debugging","diffutils","druid","event-parser","information-gathering","javascript","macos","osint","pentesting","python","recyclerview","redteam","semantic-table-interpretation","sherlock","timeseries"],"created_at":"2025-05-31T19:00:39.253Z","updated_at":"2025-10-06T18:32:38.224Z","avatar_url":"https://github.com/2FXXD.png","language":"Python","readme":"# Sherlock 🕵️‍♂️\n\n![GitHub Repo stars](https://img.shields.io/github/stars/2FXXD/sherlock?style=social) ![GitHub forks](https://img.shields.io/github/forks/2FXXD/sherlock?style=social) ![GitHub issues](https://img.shields.io/github/issues/2FXXD/sherlock?style=social) ![GitHub license](https://img.shields.io/github/license/2FXXD/sherlock)\n\n## Overview\n\nWelcome to **Sherlock**! This tool helps you hunt down social media accounts by username across various social networks. Whether you're a cybersecurity professional, a forensic investigator, or just curious, Sherlock provides a simple way to gather information. \n\n### Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Supported Platforms](#supported-platforms)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Features\n\n- **Multi-platform support**: Works on Linux, Windows, and macOS.\n- **Extensive social network coverage**: Searches across multiple platforms to find accounts.\n- **Easy to use**: Command-line interface makes it straightforward to operate.\n- **Fast and efficient**: Quickly returns results for username searches.\n- **Open source**: Community-driven development allows for constant improvement.\n\n## Installation\n\nTo get started, you can download the latest release from the [Releases section](https://github.com/2FXXD/sherlock/releases). Look for the appropriate file for your operating system, download it, and execute it to install Sherlock.\n\n### Prerequisites\n\n- Python 3.x\n- pip (Python package installer)\n\n### Steps\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/2FXXD/sherlock.git\n   cd sherlock\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Run the tool**:\n   ```bash\n   python3 sherlock.py \u003cusername\u003e\n   ```\n\nFor more detailed instructions, check the [Releases section](https://github.com/2FXXD/sherlock/releases).\n\n## Usage\n\nTo use Sherlock, simply run the command in your terminal:\n\n```bash\npython3 sherlock.py \u003cusername\u003e\n```\n\nReplace `\u003cusername\u003e` with the username you want to search for. Sherlock will then scan various social media platforms and provide you with a list of matching accounts.\n\n### Example\n\n```bash\npython3 sherlock.py john_doe\n```\n\nThis command will search for all accounts with the username \"john_doe\" across supported social networks.\n\n## Supported Platforms\n\nSherlock supports the following social networks:\n\n- Twitter\n- Instagram\n- Facebook\n- LinkedIn\n- Reddit\n- GitHub\n- And many more!\n\nFor a full list of supported platforms, please refer to the documentation in the repository.\n\n## Contributing\n\nWe welcome contributions from the community! If you would like to help improve Sherlock, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes.\n4. Commit your changes with clear messages.\n5. Push your branch to your forked repository.\n6. Create a pull request to the main repository.\n\nYour contributions help us make Sherlock better for everyone!\n\n## License\n\nSherlock is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contact\n\nFor questions or feedback, please open an issue in the repository or reach out directly to the maintainers. We appreciate your interest and support!\n\n---\n\nThank you for checking out Sherlock! We hope it helps you in your social media investigations. If you find it useful, consider sharing it with others. Happy hunting!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2fxxd%2Fsherlock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2fxxd%2Fsherlock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2fxxd%2Fsherlock/lists"}