{"id":25205760,"url":"https://github.com/stasonjatham/typosquatterpy","last_synced_at":"2026-04-26T23:31:40.668Z","repository":{"id":276098297,"uuid":"928204005","full_name":"StasonJatham/typosquatterpy","owner":"StasonJatham","description":"🚀 typosquatterpy – A Python tool that generates common typo domain variations using OpenAI and checks their availability on Strato.","archived":false,"fork":false,"pushed_at":"2025-02-06T08:51:53.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T02:23:02.407Z","etag":null,"topics":["hacking","openai","python3","typosquatting"],"latest_commit_sha":null,"homepage":"https://karl.fail/blog","language":"Python","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/StasonJatham.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":"2025-02-06T08:38:17.000Z","updated_at":"2025-02-06T10:13:01.000Z","dependencies_parsed_at":"2025-02-06T09:35:19.213Z","dependency_job_id":"82eeabd9-2f64-4d3c-998b-4d2e09d890b3","html_url":"https://github.com/StasonJatham/typosquatterpy","commit_stats":null,"previous_names":["stasonjatham/typosquatterpy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StasonJatham/typosquatterpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StasonJatham%2Ftyposquatterpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StasonJatham%2Ftyposquatterpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StasonJatham%2Ftyposquatterpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StasonJatham%2Ftyposquatterpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StasonJatham","download_url":"https://codeload.github.com/StasonJatham/typosquatterpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StasonJatham%2Ftyposquatterpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacking","openai","python3","typosquatting"],"created_at":"2025-02-10T10:28:58.064Z","updated_at":"2026-04-26T23:31:40.652Z","avatar_url":"https://github.com/StasonJatham.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typosquatterpy\n\n## 🚀 What is typosquatterpy?\n\n**typosquatterpy** is a Python script that generates common typo domain variations of a given base domain (on a QWERTZ keyboard) using OpenAI's API and checks their availability on Strato. This tool helps in identifying potential typo-squatted domains that could be registered to protect a brand or business.\n\n⚠️ **Disclaimer:** This project is not affiliated with Strato, nor is it their official API. Use this tool at your own risk!\n\n---\n\n## 🛠️ Installation\n\nTo use **typosquatterpy**, you need Python and the `requests` library installed. You can install it via pip:\n\n```bash\npip install requests\n```\n\n---\n\n## 📖 Usage\n\nRun the script with the following steps:\n\n1. Set your **base domain** (e.g., `example`) and **TLD** (e.g., `.de`).\n2. Replace `api_key=\"sk-proj-XXXXXX\"` with your actual OpenAI API key.\n3. Run the script, and it will:\n   - Generate the top 10 most common typo domains.\n   - Check their availability using Strato’s unofficial API.\n\n### Example Code Snippet\n\n```python\nbase_domain = \"karlcom\"\ntld = \".de\"\ntypo_response = fetch_typo_domains_openai(base_domain, api_key=\"sk-proj-XXXXXX\")\ntypo_domains_base = extract_domains_from_text(typo_response)\ntypo_domains = [domain.split(\".\")[0].rstrip(\".\") + tld for domain in typo_domains_base]\nis_domain_available(typo_domains)\n```\n\n### Output Example\n\n```bash\n✅ karicom.de\n❌ karlcomm.de\n✅ krlcom.de\n```\n\u003cimg width=\"422\" alt=\"Bildschirmfoto 2025-02-06 um 09 51 21\" src=\"https://github.com/user-attachments/assets/cbfed2c8-ca39-4d32-9233-e30223a74431\" /\u003e\n---\n\n## ⚠️ Legal Notice\n\n- **typosquatterpy** is not affiliated with Strato and does not use an official Strato API.\n- The tool scrapes publicly available information, and its use is at your own discretion.\n- Ensure you comply with any legal and ethical considerations when using this tool.\n\n---\n\n## 📜 License\n\nThis project is open-source and available under the MIT License. Feel free to contribute and improve it!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasonjatham%2Ftyposquatterpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstasonjatham%2Ftyposquatterpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasonjatham%2Ftyposquatterpy/lists"}