{"id":21816774,"url":"https://github.com/rtfmkiesel/geopipe","last_synced_at":"2025-03-21T10:13:41.577Z","repository":{"id":154089976,"uuid":"631698679","full_name":"rtfmkiesel/geopipe","owner":"rtfmkiesel","description":"A pipeline tool to filter domains by server location","archived":false,"fork":false,"pushed_at":"2023-04-26T21:04:42.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T06:41:16.963Z","etag":null,"topics":["bugbounty","golang","maxmind"],"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/rtfmkiesel.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-04-23T20:42:02.000Z","updated_at":"2023-09-28T12:44:35.000Z","dependencies_parsed_at":"2024-03-16T14:22:05.305Z","dependency_job_id":null,"html_url":"https://github.com/rtfmkiesel/geopipe","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fgeopipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fgeopipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fgeopipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfmkiesel%2Fgeopipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtfmkiesel","download_url":"https://codeload.github.com/rtfmkiesel/geopipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776353,"owners_count":20508507,"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":["bugbounty","golang","maxmind"],"created_at":"2024-11-27T15:36:34.136Z","updated_at":"2025-03-21T10:13:41.555Z","avatar_url":"https://github.com/rtfmkiesel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geopipe\nA tool to take domains from `stdin` and output them to `stdout` if have they at least one IP address inside the specified country.\n\n## Requirements\nYou will need a `GeoLite2` database file. This database is free and can be downloaded [here](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data). License agreements of [MaxMind](https://maxmind.com) apply. Parse the path to this file via the `-f` option or with the environment variable `MMDB`.\n\n## Usage\n```\nUsage: cat domains.txt | geopipe [OPTIONS]\n\nOptions:\n    -c \tTwo letter country code of the country to pipe thru (default: US)\n    -f \tPath to the 'GeoLite2-Country.mmdb' file (default: ./GeoLite2-Country.mmdb)\n    -r  Comma-separated list of DNS resolvers to use (default: 9.9.9.9,1.1.1.1,8.8.8.8)\n    -t \tNumber of threads to spawn (default: 1)\n    -s  Do not print errors\n    -h \tPrints this text\n```\n\n## Installation\n```bash\ngo install github.com/rtfmkiesel/geopipe/cli/geopipe@latest\n```\n\n## Build from source\n```bash\ngit clone https://github.com/rtfmkiesel/geopipe\ncd geopipe\n# to build binary in the current directory\ngo build -ldflags=\"-s -w\" \"cli/geopipe\"\n# to build \u0026 install binary into GOPATH/bin\ngo install \"cli/geopipe\"\n```\n\n## Kudos\n- [cydave](https://github.com/cydave) for contributing\n- [oschwald](https://github.com/oschwald) for the [maxminddb-golang](https://github.com/oschwald/maxminddb-golang) module","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtfmkiesel%2Fgeopipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtfmkiesel%2Fgeopipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtfmkiesel%2Fgeopipe/lists"}