{"id":19197165,"url":"https://github.com/hawshemi/sni-finder","last_synced_at":"2025-04-12T22:34:37.905Z","repository":{"id":204720374,"uuid":"712480126","full_name":"hawshemi/sni-finder","owner":"hawshemi","description":"SNI Finder","archived":false,"fork":false,"pushed_at":"2025-03-15T10:17:59.000Z","size":39,"stargazers_count":223,"open_issues_count":0,"forks_count":58,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-05T20:01:34.195Z","etag":null,"topics":["domain","h2","network","scanner","server-name-indication","sni","sni-finder","tls"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hawshemi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2023-10-31T14:52:18.000Z","updated_at":"2025-04-04T09:06:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"212b8b2a-72c0-45ae-b406-11aae6ab3f90","html_url":"https://github.com/hawshemi/sni-finder","commit_stats":null,"previous_names":["hawshemi/sni-finder"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawshemi%2Fsni-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawshemi%2Fsni-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawshemi%2Fsni-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawshemi%2Fsni-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hawshemi","download_url":"https://codeload.github.com/hawshemi/sni-finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248642308,"owners_count":21138350,"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":["domain","h2","network","scanner","server-name-indication","sni","sni-finder","tls"],"created_at":"2024-11-09T12:15:43.620Z","updated_at":"2025-04-12T22:34:37.884Z","avatar_url":"https://github.com/hawshemi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SNI Finder\n\nThis script will scan all domains with `TLS 1.3` and `h2` enabled on your VPS IP address range. These domains are useful for SNI domain names in various configurations and tests.\n\nWhen you begin the scan, two files are created: `results.txt` contains the output log, while `domains.txt` only contains the domain names.\n\nIt is recommended to run this scanner locally _(with your residential internet)_. It may cause VPS to be flagged if you run a scanner in the cloud.\n\n\n## Run\n\n### Linux/Mac OS:\n\n1.\n    ```\n    curl -L \"https://raw.githubusercontent.com/hawshemi/sni-finder/main/sni-finder-run.sh\" -o sni-finder-run.sh \u0026\u0026 chmod +x sni-finder-run.sh \u0026\u0026 bash sni-finder-run.sh\n    ```\n2. \n    ```\n    ./sni-finder -addr ip\n    ```\n\n### Windows:\n\n1. Download from [Releases](https://github.com/hawshemi/SNI-Finder/releases/latest).\n2. Open `CMD` or `Powershell` in the directory.\n3.\n    ```\n    .\\sni-finder-windows-amd64.exe -addr ip\n    ```\n\n#### Replace `ip` with your VPS IP Address.\n\n\n## Build\n\n### Prerequisites\n\n#### Install `wget`:\n```\nsudo apt install -y wget\n```\n\n#### Run this script to install `Go` \u0026 other dependencies _(Debian \u0026 Ubuntu)_:\n\n    wget \"https://raw.githubusercontent.com/hawshemi/tools/main/go-installer/go-installer.sh\" -O go-installer.sh \u0026\u0026 chmod +x go-installer.sh \u0026\u0026 bash go-installer.sh\n\n- Reboot is recommended.\n\n\n#### Then:\n\n#### 1. Clone the repository\n```\ngit clone https://github.com/hawshemi/sni-finder.git \n```\n\n#### 2. Navigate into the repository directory\n```\ncd sni-finder\n```\n\n#### 3. Initiate and download deps\n```\ngo mod init sni-finder \u0026\u0026 go mod tidy\n```\n\n#### 4. Build\n```\nCGO_ENABLED=0 go build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawshemi%2Fsni-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhawshemi%2Fsni-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawshemi%2Fsni-finder/lists"}