{"id":50394264,"url":"https://github.com/tamper000/tor-scanner","last_synced_at":"2026-05-30T20:01:53.722Z","repository":{"id":324354288,"uuid":"1096938312","full_name":"tamper000/tor-scanner","owner":"tamper000","description":"Easily Find Working Bridges for Tor","archived":false,"fork":false,"pushed_at":"2026-05-08T05:02:03.000Z","size":443,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T07:11:20.826Z","etag":null,"topics":["golang","security","security-tools","tor"],"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/tamper000.png","metadata":{"files":{"readme":"README-en.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-15T08:14:52.000Z","updated_at":"2026-04-03T05:24:55.000Z","dependencies_parsed_at":"2026-01-01T22:01:14.410Z","dependency_job_id":null,"html_url":"https://github.com/tamper000/tor-scanner","commit_stats":null,"previous_names":["tamper000/tor-scanner"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tamper000/tor-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamper000%2Ftor-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamper000%2Ftor-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamper000%2Ftor-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamper000%2Ftor-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamper000","download_url":"https://codeload.github.com/tamper000/tor-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamper000%2Ftor-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33707328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["golang","security","security-tools","tor"],"created_at":"2026-05-30T20:01:53.099Z","updated_at":"2026-05-30T20:01:53.709Z","avatar_url":"https://github.com/tamper000.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tor-scanner\n\n**Tor-scanner** is a fast and simple tool to find working bridges for Tor.\nIt checks a list of bridges for availability and selects only those that respond quickly and reliably.\n\nSuitable for users living in censored regions who need reliable bridges to connect to Tor.\n\n---\n\n![Demo](.github/demo.gif)\n\n## 🚀 How to Use\n\nRun the application with the desired parameters:\n\n```bash\ntor-scanner \\\n  --count 10 \\\n  --threads 20 \\\n  --ping 1000 \\\n  --country ru,es,us \\\n  --output tor.conf \\\n  --input bridges.list\n```\n\n### Parameters:\n\n| Parameter | Description |\n|----------|-------------|\n| `--count` | Number of working bridges to find (default: 5) |\n| `--threads` | Number of concurrent requests (default: 50) — higher values mean faster scanning |\n| `--ping` | Maximum delay (in milliseconds) for a bridge to be considered responsive (default: 250) |\n| `--country` | Filter bridges by country codes. Example: `ru,es,us` — checks only bridges from these countries |\n| `--output` | File to save found bridges (e.g., `bridges.txt`) |\n| `--input` | URL or path to a file containing a list of bridges. Uses the official list by default |\n\n---\n\n## 💡 Examples\n\n### Find 15 fast bridges from Russia and USA, save to file:\n\n```bash\ntor-scanner --count 15 --threads 100 --ping 100 --country ru,us --output tor.conf\n```\n\n### Check a list of bridges and save only working ones:\n\n```bash\ntor-scanner --input my-bridges.list --output working-bridges.txt --ping 200\n```\n\nor\n\n```bash\ntor-scanner --input \"https://onionoo.torproject.org/details?type=relay\u0026running=true\u0026fields=fingerprint,or_addresses,country\" --output working-bridges.txt --ping 200\n```\n\n---\n\n## 🛠️ How to Build\n\nMake sure you have Go (1.19+) installed:\n\n```bash\ngit clone https://github.com/tamper000/tor-scanner.git\ncd tor-scanner\ngo build -o tor-scanner cmd/main.go\n```\n\nDone! Now you can run `./tor-scanner`.\n\n[🐳 Using Docker](docker/howto-en.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamper000%2Ftor-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamper000%2Ftor-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamper000%2Ftor-scanner/lists"}