{"id":23118535,"url":"https://github.com/checkerschaf/sherlock-deno","last_synced_at":"2025-08-16T23:31:34.809Z","repository":{"id":41886838,"uuid":"296079913","full_name":"checkerschaf/sherlock-deno","owner":"checkerschaf","description":"🕵️ Find usernames across 350+ websites \u0026 social networks - written in TypeScript and run via Deno","archived":true,"fork":false,"pushed_at":"2025-01-19T10:30:50.000Z","size":171,"stargazers_count":23,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-12T15:43:50.638Z","etag":null,"topics":["cli","deno","deno-cli","sherlock","sherlock-deno","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/checkerschaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-16T15:53:27.000Z","updated_at":"2025-05-08T09:10:55.000Z","dependencies_parsed_at":"2022-08-11T20:10:55.083Z","dependency_job_id":null,"html_url":"https://github.com/checkerschaf/sherlock-deno","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/checkerschaf/sherlock-deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkerschaf%2Fsherlock-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkerschaf%2Fsherlock-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkerschaf%2Fsherlock-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkerschaf%2Fsherlock-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/checkerschaf","download_url":"https://codeload.github.com/checkerschaf/sherlock-deno/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkerschaf%2Fsherlock-deno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270582336,"owners_count":24610709,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","deno","deno-cli","sherlock","sherlock-deno","typescript"],"created_at":"2024-12-17T05:18:11.476Z","updated_at":"2025-08-16T23:31:34.765Z","avatar_url":"https://github.com/checkerschaf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sherlock-Deno 🕵️ - search users across 350+ websites\n\n\u003e I don't have time to maintain this repository, so it's now archived.\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg alt=\"Screenshot Sherlock-Deno\" src=\"https://github.com/checkerschaf/sherlock-deno/raw/master/screenshot.png\" /\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\nSherlock-Deno lets you quickly scan hundreds of websites for an username. 🕵️\n\nThis is an improved remake of the original\n[project-sherlock](https://github.com/sherlock-project/sherlock) by\n[sdushantha](https://github.com/sdushantha).\n\n#### 🕵️ Why Sherlock-Deno?\n\n- Super fast\n- Extremely lightweight\n- Can be run without installation\n- Runs everywhere (Windows, macOS, Linux as executable/Docker/CLI command)\n- Runs all checks concurrently (asynchronous)\n- Cleverly looks through the response to determine if a user has an account\n  (status code, redirect, page content)\n- Follows HTTP(S) redirections\n- Only uses the deno standard modules (colors, flags)\n- Secure by default (has only network permissions)\n\n#### Status\n\n[![Latest Release](https://img.shields.io/github/release/checkerschaf/sherlock-deno.svg?label=Latest%20Release)](https://github.com/checkerschaf/sherlock-deno/releases/latest)\n[![Deno CI](https://img.shields.io/github/workflow/status/checkerschaf/sherlock-deno/Deno%20CI?label=Deno%20CI\u0026logo=GitHub)](https://github.com/checkerschaf/sherlock-deno/actions)\n[![Deno Land](https://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno)](https://deno.land/x/sherlock)\n[![Deno Version](https://img.shields.io/badge/Deno%20Version-^1.21.0-lightgrey?logo=deno)](https://deno.land)\n![Code size](https://img.shields.io/github/languages/code-size/checkerschaf/sherlock-deno?label=Code%20Size)\n\n---\n\n## 🤔 How to use?\n\n### 🦕 Install using Deno (recommended ✔️)\n\nSimply install deno on your system with a single command. You can find the\noffical command [here](https://deno.land/#installation).\n\n#### With installation (recommended ✔️):\n\n```\ndeno install --allow-net --reload --import-map=import_map.json -qfn sherlock https://deno.land/x/sherlock/cli.ts\n```\n\nVerify the installation by typing `sherlock`.\n\n#### Without installation:\n\n```\ndeno run --allow-net -q --import-map=import_map.json https://deno.land/x/sherlock/cli.ts\n```\n\n**Done!** 🎉 You now have a running version of Sherlock-Deno.\n\n### 📦 Executable file\n\nGo to\n[latest release](https://github.com/checkerschaf/sherlock-deno/releases/latest)\nand download the executable for Windows, MacOS or Linux.\n\n### 🐳 Docker\n\nStart Docker and run:\n\n```\ndocker run -it denoland/deno run --allow-net -q --import-map=import_map.json https://deno.land/x/sherlock/cli.ts\n```\n\n## 🔄 How to update the CLI?\n\nDeno caches the dependencies locally, so you have to rerun the installation\ncommand from\n[here](https://github.com/checkerschaf/sherlock-deno-update#with-installation-recommended).\n\n---\n\n## ⚙️ Command Line Options\n\n|    Argument     |                 Description                 |\n| :-------------: | :-----------------------------------------: |\n|  `-h, --help`   |                  Show help                  |\n| `-v, --version` | Show version number and active sites count  |\n|   `-a, --all`   |              Show all results               |\n| `-t, --timeout` |     Set timout for requests in seconds      |\n| `-f, --format`  | Select output format [json,pretty_json,csv] |\n\n---\n\n## ✨ How to contribute?\n\nIf you encounter any issues please create an issue\n[here](https://github.com/checkerschaf/sherlock-deno/issues) but please look for\nexisting issues first before creating a new one 😉\n\nFeel free to create an issue if you have an idea what could be added next.\nThanks in advance!\n\n## 💻 How to install the source code?\n\n1. Clone the repository.\n2. Run `deno task start`\n\n**Done!** 🎉 You now have a running version of the Sherlock-Deno CLI on your\nmachine.\n\n### Development commands:\n\nWe use [Deno Task Runner](https://deno.land/manual/tools/task_runner) as our\nscript runner.\n\nRun `deno task` to view all available commands.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckerschaf%2Fsherlock-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheckerschaf%2Fsherlock-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckerschaf%2Fsherlock-deno/lists"}