{"id":20042864,"url":"https://github.com/topscoder/aisubs","last_synced_at":"2026-05-06T13:12:18.861Z","repository":{"id":169815392,"uuid":"645875037","full_name":"topscoder/aisubs","owner":"topscoder","description":"Leverage the power of AI to find hard to find subdomains.","archived":false,"fork":false,"pushed_at":"2024-06-04T08:12:45.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T07:19:55.034Z","etag":null,"topics":["ai","bugbounty","bugbounty-tools","chatgpt","infosec","security","subdomain","subdomain-finder"],"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/topscoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-26T16:36:53.000Z","updated_at":"2024-08-24T20:27:51.000Z","dependencies_parsed_at":"2024-06-04T08:33:14.556Z","dependency_job_id":"9794bf9d-f44c-4697-8845-6103c9e1d52c","html_url":"https://github.com/topscoder/aisubs","commit_stats":null,"previous_names":["topscoder/aisubs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/topscoder/aisubs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topscoder%2Faisubs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topscoder%2Faisubs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topscoder%2Faisubs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topscoder%2Faisubs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/topscoder","download_url":"https://codeload.github.com/topscoder/aisubs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topscoder%2Faisubs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32695121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"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":["ai","bugbounty","bugbounty-tools","chatgpt","infosec","security","subdomain","subdomain-finder"],"created_at":"2024-11-13T10:53:55.336Z","updated_at":"2026-05-06T13:12:18.845Z","avatar_url":"https://github.com/topscoder.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":["Subdomain enumeration/search"],"readme":"# AI Subdomain Generator - aisubs\n\nThis is a script that generates new subdomains based on a given subdomain using the power of the OpenAI GPT-3.5 Turbo model. It takes input from either a text file or command line and generates similar subdomains by interacting with the OpenAI API.\n\n## Prerequisites\n\n- Go programming language (version 1.16 or higher)\n- OpenAI API key\n\n## Installation\n\n```bash\ngo install github.com/topscoder/aisubs@latest\n```\n\n## Usage\n\n1. The script can be used in two ways:\n\n    ```bash\n    cat subdomains.txt | aisubs --apikey \u003cOpenAI API Key\u003e --amount 5\n    ```\n\n    Replace `\u003cOpenAI API Key\u003e` with your actual OpenAI API key.\n\n2. Providing input via command line:\n\n    ```bash\n    echo \"www.domain.com\" | aisubs --apikey \u003cOpenAI API Key\u003e --amount 5\n    ```\n\n    Replace `\u003cOpenAI API Key\u003e` with your actual OpenAI API key.\n\nAnd it's able to use in your leet command chains. Eg.\n\n```bash\n cat subdomains.txt | aisubs --apikey \u003cOpenAI API Key\u003e --amount 5 | httpx -ip -sc -cl -title -silent\n```\n\nThe script reads input from either a text file or command line, where each line represents a subdomain in the format `\u003csubdomain\u003e.\u003cdomain\u003e`. It generates `amount` number of new subdomains similar to the provided subdomain and prints them to the standard output.\n\n## Configuration\n\nBefore running the script, make sure to obtain an API key by signing up on the [OpenAI website](https://openai.com/).\n\n## Example\n\nLet's say we have a text file called subdomains.txt with the following content:\n\n```\nwww.example.com\napi.example.com\n```\n\nWe can generate 3 new subdomains similar to www.example.com using the script:\n\n```bash\ncat subdomains.txt | aisubs --apikey \u003cOpenAI API Key\u003e --amount 3\n```\n\nThe script will output something like this:\n\n```\nweb.example.com\nblog.example.com\nshop.example.com\n```\n\n## Limitations\n\n* The script relies on the OpenAI GPT-3.5 Turbo model and requires a valid OpenAI API key.\n* The effectiveness of subdomain generation depends on the quality and diversity of the training data used to train the model.\n* The script may encounter rate limits or errors when making API requests. It automatically handles rate limit errors by waiting for 20 seconds before retrying.\n* The script assumes the input subdomains are in the format `\u003csubdomain\u003e.\u003cdomain\u003e`.\n\n## Contributing\n\nIf you would like to contribute to this project, please feel free to fork the repository and submit a pull request.\n\n\n## License\n\nThis project is licensed under the MIT License.\n\n\n## Contact\n\nIf you have any questions or feedback, please feel free to contact the project maintainers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopscoder%2Faisubs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftopscoder%2Faisubs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopscoder%2Faisubs/lists"}