{"id":13574124,"url":"https://github.com/gwen001/gitlab-subdomains","last_synced_at":"2026-03-07T04:04:28.167Z","repository":{"id":64437340,"uuid":"570974148","full_name":"gwen001/gitlab-subdomains","owner":"gwen001","description":"Find subdomains on GitLab.","archived":false,"fork":false,"pushed_at":"2024-04-28T05:43:26.000Z","size":36880,"stargazers_count":97,"open_issues_count":2,"forks_count":13,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-15T21:40:44.647Z","etag":null,"topics":["bugbounty","gitlab","go","pentesting","security-tools","subdomains"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-11-26T18:33:07.000Z","updated_at":"2025-04-08T03:42:43.000Z","dependencies_parsed_at":"2024-06-20T06:07:59.717Z","dependency_job_id":null,"html_url":"https://github.com/gwen001/gitlab-subdomains","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gwen001/gitlab-subdomains","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitlab-subdomains","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitlab-subdomains/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitlab-subdomains/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitlab-subdomains/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/gitlab-subdomains/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitlab-subdomains/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30207394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"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":["bugbounty","gitlab","go","pentesting","security-tools","subdomains"],"created_at":"2024-08-01T15:00:46.802Z","updated_at":"2026-03-07T04:04:23.142Z","avatar_url":"https://github.com/gwen001.png","language":"Go","funding_links":["https://github.com/sponsors/gwen001"],"categories":["Go","Recon"],"sub_categories":["Subdomain Enumeration"],"readme":"\u003ch1 align=\"center\"\u003egitlab-subdomains\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eFind subdomains on GitLab.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/go-v1.13-blue\" alt=\"go badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fgitlab-subdomains%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fgitlab-subdomains\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/gitlab-subdomains?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/gitlab-subdomains?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/gitlab-subdomains?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Description\n\nThis Go tool performs searches on GitLab and parses the results to find subdomains of a given domain.\n\n## Important note\n\n‼ GitLab search is very limited ‼\nCheck the [official documentation](https://docs.gitlab.com/ee/api/search.html) for more information.\n\n## Requirements\n\nYou need a GitLab token, if you don't have any you can easily create a free account on [gitlab.com](https://gitlab.com/) or use my [github-regexp](https://github.com/gwen001/github-regexp) to find one or more...\n\n## Install\n\n```\ngo install github.com/gwen001/gitlab-subdomains@latest\n```\n\nor\n\n```\ngit clone https://github.com/gwen001/gitlab-subdomains\ncd gitlab-subdomains\ngo install\n```\n\n## Usage\n\n```\n$ gitlab-subdomains -h\n\nUsage of gitlab-subdomains:\n  -d string\n    \tdomain you are looking for (required)\n  -debug\n    \tdebug mode\n  -e\textended mode, also look for \u003cdummy\u003eexample.\u003ctld\u003e\n  -t string\n    \tgitlab token (required), can be:\n    \t  • a single token\n    \t  • a list of tokens separated by comma\n    \t  • a file (.tokens) containing 1 token per line\n    \tif the options is not provided, the environment variable GITLAB_TOKEN is readed, it can be:\n    \t  • a single token\n    \t  • a list of tokens separated by comma\n```\n\nIf you want to use multiple tokens, you better create a `.tokens` file in the executable directory with 1 token per line  \n```\ntoken1\ntoken2\n...\n```\nor use an environment variable with tokens separated by comma:  \n```\nexport GITLAB_TOKEN=token1,token2...\n```\n\nTokens are disabled when GitLab raises a rate limit alert, however they are re-enable 1mn later.\nYou can disable that feature by using the option `-k`.\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/gitlab-subdomains/master/preview.gif\"\u003e\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fgitlab-subdomains","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fgitlab-subdomains","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fgitlab-subdomains/lists"}