{"id":33076686,"url":"https://github.com/Ademking/repolist","last_synced_at":"2025-12-03T17:01:33.751Z","repository":{"id":208939218,"uuid":"722767638","full_name":"Ademking/repolist","owner":"Ademking","description":"Generate wordlists from Github repositories","archived":false,"fork":false,"pushed_at":"2023-11-25T01:41:56.000Z","size":32,"stargazers_count":97,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T17:02:00.611Z","etag":null,"topics":["cybersecurity","hacking","pentesting","python","wordlist","wordlist-attack"],"latest_commit_sha":null,"homepage":"","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/Ademking.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-11-23T22:49:45.000Z","updated_at":"2025-03-25T16:10:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"627c06d6-80a7-4007-9129-d9ad3f53483d","html_url":"https://github.com/Ademking/repolist","commit_stats":null,"previous_names":["ademking/repolist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ademking/repolist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2Frepolist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2Frepolist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2Frepolist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2Frepolist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ademking","download_url":"https://codeload.github.com/Ademking/repolist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2Frepolist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27478920,"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","status":"online","status_checked_at":"2025-12-03T02:00:06.367Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cybersecurity","hacking","pentesting","python","wordlist","wordlist-attack"],"created_at":"2025-11-14T11:00:27.642Z","updated_at":"2025-12-03T17:01:33.733Z","avatar_url":"https://github.com/Ademking.png","language":"Python","funding_links":[],"categories":["[](#table-of-contents) Table of contents"],"sub_categories":["[](#wordlists-generators)Wordlists generators"],"readme":"# RepoList - Generate Wordlists from GitHub Repositories\n\n![Build](https://img.shields.io/badge/Built%20with-Python-Blue)\n[![PyPI version](https://badge.fury.io/py/repolist.svg)](https://badge.fury.io/py/repolist)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n![](https://i.imgur.com/lhb9rCE.png)\n\n\nRepolist is a command-line interface (CLI) tool designed to generate wordlists from GitHub repositories. It simplifies the process of extracting files and directories from GitHub repos, enabling the creation of custom wordlists for penetration testing and bug bounty programs.\n\n\u003e You can read more about it in this blog: [https://ademkouki.tech/posts/repolist](https://ademkouki.tech/posts/repolist/)\n\n[![Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=426924\u0026theme=light)](https://www.producthunt.com/posts/repolist?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-repolist)\n\n\nTable of Contents\n------------\n* [Features](#features)\n* [Installation](#installation)\n* [Usage](#usage)\n* [Options](#options)\n* [Why RepoList?](#why-repolist)\n* [Rate Limiting](#rate-limiting)\n* [Contributing](#contributing)\n* [Disclaimer](#disclaimer)\n* [License](#license)\n* [Author](#author)\n\n\n## Features\n\n- Wordlist Generation: Easily create wordlists from GitHub repositories. Choose between generating a wordlist of files, directories, or both.\n- Customization: Add custom prefixes and suffixes to the generated wordlists, such as appending .php to each word.\n- Support for Private Repositories: Access and generate wordlists from both private and public repositories by providing a GitHub token using the `-t` option.\n- Branch Selection: Specify a different branch using the `-b` option.\n- Proxy Support: Utilize a proxy by using the `-p` option.\n\n## Installation\n\n```bash\npip3 install repolist\n```\n\n## Usage\n\nGenerate a wordlist by providing the URL of the GitHub repository:\n\n```bash\nrepolist -u https://gihtub.com/user/repo\n```\n![demo](https://github.com/Ademking/repolist/assets/12462188/f94ade42-06fd-4eb9-a846-65519f1f651b)\n\n\n\n## Options\n\n```\nArguments:\n  -h, --help            show this help message and exit\n  -u URL, --url URL     Github repository URL (required)\n  -o OUTPUT, --output OUTPUT\n                        Output file (optional)\n  -b BRANCH, --branch BRANCH\n                        Use a specific branch (optional)\n  -t TOKEN, --token TOKEN\n                        Github token (optional)\n  -p PREFIX, --prefix PREFIX\n                        Prefix (optional)\n  -s SUFFIX, --suffix SUFFIX\n                        Suffix (optional)\n  -f, --files           Get only files (optional)\n  -d, --directories     Get only directories (optional)\n  -v, --verbose         Verbose mode (optional)\n  --proxy PROXY         Proxy (optional)\n```\n\n## Why RepoList?\n\nI created this tool to simplify the process of generating wordlists from GitHub repositories. I found myself cloning repositories and looking for files and directories to add to my wordlists. This tool automates that process and allows you to generate wordlists from GitHub repositories with a single command. \nUsing RepoList with tools like [ffuf](https://github.com/ffuf/ffuf) and [gobuster](https://github.com/OJ/gobuster) can be very useful for penetration testing and bug bounty programs.\n\nExample using `ffuf`:\n\n```bash\nrepolist -u \"https://github.com/WordPress/WordPress\" | ffuf -u \"http://example.com/FUZZ\" -w -\n```\n\n## Rate Limiting\n\nGitHub has a rate limit. To avoid this, you can provide a GitHub token using the `-t` option. This will increase the rate limit. You can create a GitHub token by following [these instructions](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).\n\nYou can also use a proxy by using the `-p` option.\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## Disclaimer\nThis tool is intended to be used for security testing purposes only and should not be used for any illegal purposes.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Author\n[Adem Kouki](https://github.com/Ademking)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdemking%2Frepolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdemking%2Frepolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdemking%2Frepolist/lists"}