{"id":41092612,"url":"https://github.com/grahamhelton/spoofpoint","last_synced_at":"2026-01-22T14:52:10.692Z","repository":{"id":48029883,"uuid":"390072520","full_name":"grahamhelton/spoofpoint","owner":"grahamhelton","description":"Spoofpoint is a domain monitoring tool that allows you to generate a list of domains that are 1 character off of your domain (grahamhelton.com turns into -\u003e grahamheIton.com ((The L is a capital I )), check a list of domains you already have, or check as single domain.","archived":false,"fork":false,"pushed_at":"2021-08-10T19:56:53.000Z","size":534,"stargazers_count":29,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-20T04:24:39.158Z","etag":null,"topics":["domain","domain-monitoring","security"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/grahamhelton.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}},"created_at":"2021-07-27T17:34:15.000Z","updated_at":"2023-03-21T15:35:14.000Z","dependencies_parsed_at":"2022-08-12T17:01:16.191Z","dependency_job_id":null,"html_url":"https://github.com/grahamhelton/spoofpoint","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/grahamhelton/spoofpoint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamhelton%2Fspoofpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamhelton%2Fspoofpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamhelton%2Fspoofpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamhelton%2Fspoofpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grahamhelton","download_url":"https://codeload.github.com/grahamhelton/spoofpoint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamhelton%2Fspoofpoint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["domain","domain-monitoring","security"],"created_at":"2026-01-22T14:52:10.266Z","updated_at":"2026-01-22T14:52:10.680Z","avatar_url":"https://github.com/grahamhelton.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":" # What is this?\n Spoofpoint is a domain monitoring tool that allows you to generate domains names one character off of your domain that could have been registered by an attacker attempting to get a domain that looks like yours, check a single domain to see if it is registered, or check a precompiled list of domains to see if they exist.\n# Install\n### Debian \n ```bash\nsudo apt-get install whois bind9-dnsutils\ngit clone https://github.com/grahamhelton/spoofpoint \ncd spoofpoint\n./spoofpoint -i \u003cinputlist\u003e -d \u003csingledomain\u003e\n```\n### Arch\n ```bash\nsudo pacman -S whois bind9-dnsutils\ngit clone https://github.com/grahamhelton/spoofpoint \ncd spoofpoint\n./spoofpoint -i \u003cinputlist\u003e -d \u003csingledomain\u003e\n```\n### MacOS (via [Homebrew](https://brew.sh/))\n```bash\nbrew install bind\ngit clone https://github.com/grahamhelton/spoofpoint \ncd spoofpoint\n./spoofpoint -i \u003cinputlist\u003e -d \u003csingledomain\u003e\n```\n# Usage\nGenerate domains names one character off of your domain that could have been registered by an attacker attempting to get a domain that looks like yours.\n```bash\n./spoofpoint -g \u003cyourdomain.com\u003e\n```\n![](/generate.gif)\n\nCheck a list of domains your already have.\n```bash\n./spoofpoint -i \u003cyourdomain.com\u003e\n```\nCheck a single domain\n```bash\n./spoofpoint -d \u003cyourdomain.com\u003e\n```\n\n![](/example.gif)\n\n# Who is this meant for?\nThis is meant for people who are tasked with defending an organization from potential phishing attacks via spoofed domains. There are more advanced free tools out there that use python to generate permutations of your domain such as [dnstwist](https://github.com/elceef/dnstwist) but this tool is a super quick and super lightweight to check up on some domains you are worried about.\n\n # Why is this better than \u003cinsert big comany's domain monitor tool\u003e\nIt's probably not, but it does 95% of what those big companies do except it can be done for free in under 5 minutes.\n\nHere are some free tools made by people in the community that are also cool!\n- [spoofable](https://github.com/C0nd4/spoofable) \u003c- Python from [C0nd4](https://github.com/C0nd4) \n- [PSGet-Domain-MailInfo](https://github.com/dotBATmanNO/PSGet-Domain-MailInfo) \u003c- Powershell from [dotBATmanNO](https://github.com/dotBATmanNO)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahamhelton%2Fspoofpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrahamhelton%2Fspoofpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahamhelton%2Fspoofpoint/lists"}