{"id":21995041,"url":"https://github.com/lautarovculic/zdirb","last_synced_at":"2025-07-19T19:40:39.950Z","repository":{"id":201094716,"uuid":"706953335","full_name":"lautarovculic/zDirb","owner":"lautarovculic","description":"Basic and fast directory enumerator.","archived":false,"fork":false,"pushed_at":"2024-07-25T14:43:35.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T10:44:23.778Z","etag":null,"topics":["dirb","dirbuster","enumeration","light","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lautarovculic.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-10-18T23:39:36.000Z","updated_at":"2024-07-25T14:43:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d06f362e-e261-4456-92c9-4d90e77d2146","html_url":"https://github.com/lautarovculic/zDirb","commit_stats":null,"previous_names":["lautarovculic/zdirb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FzDirb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FzDirb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FzDirb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FzDirb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lautarovculic","download_url":"https://codeload.github.com/lautarovculic/zDirb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052661,"owners_count":20553172,"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":["dirb","dirbuster","enumeration","light","python"],"created_at":"2024-11-29T21:12:09.780Z","updated_at":"2025-03-23T04:17:09.773Z","avatar_url":"https://github.com/lautarovculic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zDirb\n\nA Python script for enumerating directories and subdomains. Fast.\n\n## Table of Contents\n\n- [Description](#description)\n- [Prerequisites](#prerequisites)\n- [Usage](#usage)\n- [Customization](#customization)\n\n\n## Description\n\nThis Python script allows you to enumerate directories based on a provided URL and count the words in files located in those directories using a wordlist. It includes progress tracking with an interactive progress bar.\nIn addition, you will be able to list subdomains and also by specific extensions.\n\n## Prerequisites\n\n- Python 3.x\n- Required libraries:\n    - `requests`\n    - `alive-progress`\n\nYou can install the required libraries using `pip`. For example:\n\n```bash\npip install requests\npip install alive-progress\n```\n\n## Usage\n\n1 - Clone this repository to your local machine:\n```bash\ngit clone https://github.com/lautarovculic/zDirb.git\n```\n2 - Navigate to the project directory:\n```bash\ncd zDirb\n```\n3 - Run the script with the following command:\n```bash\npython3 zDirb.py -u \u003cstart_url\u003e -w \u003cwordlist_file\u003e\n```\nTo list subdomains you can use the parameter -s\nFor example:\n```bash\npython3 zDirb.py -s -u \u003cstart_url\u003e -w \u003cwordlist_file\u003e\n```\nTo enumerate by any type of extension you can use -e\nFor example:\n```bash\npython3 zDirb.py -u \u003cstart_url\u003e -w \u003cwordlist_file\u003e -e .php\n```\n\nIf you don't provide the -u or -w arguments, the script will prompt you to enter the URL and wordlist file paths.\n\nThe script will automatically add \"http://\" or \"https://\" to the URL if missing.\n\n## Customization\n\nYou can customize the script as needed. For example, you can modify the code to change the number of concurrent threads or customize the progress bar appearance.\n### NOTE\nIf you increase the number of threads, it may skip directories or it may be enumerated multiple times. A range of 5 to 15 is recommended.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flautarovculic%2Fzdirb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flautarovculic%2Fzdirb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flautarovculic%2Fzdirb/lists"}