[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-378":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":42,"readmeContent":43,"aiSummary":44,"trendingCount":16,"starSnapshotCount":16,"syncStatus":45,"lastSyncTime":46,"discoverSource":47},378,"sherlock","sherlock-project\u002Fsherlock","sherlock-project","Hunt down social media accounts by username across social networks","https:\u002F\u002Fsherlockproject.xyz",null,"Python",85091,9948,1327,90,0,41,308,1661,212,120,"MIT License",false,"master",true,[27,28,29,30,31,32,33,34,35,36,37,38,39,40,5,41],"cli","cti","cybersecurity","forensics","hacktoberfest","information-gathering","infosec","linux","osint","pentesting","python","python3","reconnaissance","redteam","tools","2026-06-17 04:00:02","\u003Cp align=\"center\">\n  \u003Cbr>\n  \u003Ca href=\"https:\u002F\u002Fsherlock-project.github.io\u002F\" target=\"_blank\">\u003Cimg src=\"images\u002Fsherlock-logo.png\" alt=\"sherlock\"\u002F>\u003C\u002Fa>\n  \u003Cbr>\n  \u003Cspan>Hunt down social media accounts by username across \u003Ca href=\"https:\u002F\u002Fsherlockproject.xyz\u002Fsites\">400+ social networks\u003C\u002Fa>\u003C\u002Fspan>\n  \u003Cbr>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fsherlockproject.xyz\u002Finstallation\">Installation\u003C\u002Fa>\n  &nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;\n  \u003Ca href=\"https:\u002F\u002Fsherlockproject.xyz\u002Fusage\">Usage\u003C\u002Fa>\n  &nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;\n  \u003Ca href=\"https:\u002F\u002Fsherlockproject.xyz\u002Fcontribute\">Contributing\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n\u003Cimg width=\"70%\" height=\"70%\" src=\"images\u002Fdemo.png\" alt=\"demo\"\u002F>\n\u003C\u002Fp>\n\n\n## Installation\n\n> [!WARNING]  \n> Packages for ParrotOS and Ubuntu 24.04, maintained by a third party, appear to be __broken__.  \n> Users of these systems should defer to [`uv`](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002F)\u002F`pipx`\u002F`pip` or Docker.\n\n| Method | Notes |\n| - | - |\n| `pipx install sherlock-project` | `pip` or [`uv`](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002F) may be used in place of `pipx` |\n| `docker run -it --rm sherlock\u002Fsherlock` |\n| `dnf install sherlock-project` | |\n\nCommunity-maintained packages are available for Debian (>= 13), Ubuntu (>= 22.10), Homebrew, Kali, and BlackArch. These packages are not directly supported or maintained by the Sherlock Project.\n\nSee all alternative installation methods [here](https:\u002F\u002Fsherlockproject.xyz\u002Finstallation).\n\n## General usage\n\nTo search for only one user:\n```bash\nsherlock user123\n```\n\nTo search for more than one user:\n```bash\nsherlock user1 user2 user3\n```\n\nAccounts found will be stored in an individual text file with the corresponding username (e.g ```user123.txt```).\n\n```console\n$ sherlock --help\nusage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--output OUTPUT] [--csv] [--xlsx] [--site SITE_NAME] [--proxy PROXY_URL] [--dump-response]\n                [--json JSON_FILE] [--timeout TIMEOUT] [--print-all] [--print-found] [--no-color] [--browse] [--local] [--nsfw] [--txt] [--ignore-exclusions]\n                USERNAMES [USERNAMES ...]\n\nSherlock: Find Usernames Across Social Networks (Version 0.16.0)\n\npositional arguments:\n  USERNAMES             One or more usernames to check with social networks. Check similar usernames using {?} (replace to '_', '-', '.').\n\noptions:\n  -h, --help            show this help message and exit\n  --version             Display version information and dependencies.\n  --verbose, -v, -d, --debug\n                        Display extra debugging information and metrics.\n  --folderoutput FOLDEROUTPUT, -fo FOLDEROUTPUT\n                        If using multiple usernames, the output of the results will be saved to this folder.\n  --output OUTPUT, -o OUTPUT\n                        If using single username, the output of the result will be saved to this file.\n  --csv                 Create Comma-Separated Values (CSV) File.\n  --xlsx                Create the standard file for the modern Microsoft Excel spreadsheet (xlsx).\n  --site SITE_NAME      Limit analysis to just the listed sites. Add multiple options to specify more than one site.\n  --proxy PROXY_URL, -p PROXY_URL\n                        Make requests over a proxy. e.g. socks5:\u002F\u002F127.0.0.1:1080\n  --dump-response       Dump the HTTP response to stdout for targeted debugging.\n  --json JSON_FILE, -j JSON_FILE\n                        Load data from a JSON file or an online, valid, JSON file. Upstream PR numbers also accepted.\n  --timeout TIMEOUT     Time (in seconds) to wait for response to requests (Default: 60)\n  --print-all           Output sites where the username was not found.\n  --print-found         Output sites where the username was found (also if exported as file).\n  --no-color            Don't color terminal output\n  --browse, -b          Browse to all results on default browser.\n  --local, -l           Force the use of the local data.json file.\n  --nsfw                Include checking of NSFW sites from default list.\n  --txt                 Enable creation of a txt file\n  --ignore-exclusions   Ignore upstream exclusions (may return more false positives)\n```\n\n## Credits\n\nThank you to everyone who has contributed to Sherlock! ❤️\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsherlock-project\u002Fsherlock\u002Fgraphs\u002Fcontributors\">\n  \u003Cimg src=\"https:\u002F\u002Fcontrib.rocks\u002Fimage?&columns=25&max=10000&&repo=sherlock-project\u002Fsherlock\" alt=\"contributors\"\u002F>\n\u003C\u002Fa>\n\n## Star History\n\n\u003Cpicture>\n  \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=sherlock-project\u002Fsherlock&type=Date&theme=dark\" \u002F>\n  \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=sherlock-project\u002Fsherlock&type=Date\" \u002F>\n  \u003Cimg alt=\"Sherlock Project Star History Chart\" src=\"https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=sherlock-project\u002Fsherlock&type=Date\" \u002F>\n\u003C\u002Fpicture>\n\n## License\n\nMIT © Sherlock Project\u003Cbr\u002F>\nCreator - [Siddharth Dushantha](https:\u002F\u002Fgithub.com\u002Fsdushantha)\n\n\u003C!-- Reference Links -->\n\n[ext_pypi]: https:\u002F\u002Fpypi.org\u002Fproject\u002Fsherlock-project\u002F\n[ext_brew]: https:\u002F\u002Fformulae.brew.sh\u002Fformula\u002Fsherlock\n","Sherlock 是一个用于通过用户名在超过400个社交网络平台上查找社交媒体账号的工具。它采用Python语言开发，支持命令行界面操作，能够高效地收集和分析指定用户名在网络上的存在情况。该项目具备强大的信息搜集能力，适用于网络安全、渗透测试、数字取证等场景，帮助安全研究人员或红队成员快速定位目标用户的社会工程学足迹。此外，Sherlock还提供了多种安装方式（如pipx, Docker）以及详细的使用文档，方便不同背景的用户轻松上手。",2,"2026-06-17 02:34:57","top_all"]