{"id":20864422,"url":"https://github.com/d1se0/directorybrute","last_synced_at":"2026-04-29T04:08:08.595Z","repository":{"id":245339070,"uuid":"817943417","full_name":"D1se0/directorybrute","owner":"D1se0","description":"Directorybrute is a directory and file brute-force tool designed to discover hidden directories and files on web servers using HTTP requests.","archived":false,"fork":false,"pushed_at":"2024-06-21T09:57:34.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T11:44:27.636Z","etag":null,"topics":["cibersecurity","command-line","commands","ethical-hacking","hacking","hackingetico","kali-linux","linux","pentesters","pentesting","redteam"],"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/D1se0.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":"2024-06-20T19:12:55.000Z","updated_at":"2024-06-29T14:38:29.000Z","dependencies_parsed_at":"2024-06-21T14:44:56.229Z","dependency_job_id":"e206ad74-af26-4e06-9dcc-d44b82fa0788","html_url":"https://github.com/D1se0/directorybrute","commit_stats":null,"previous_names":["d1se0/directorybrute"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/D1se0/directorybrute","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2Fdirectorybrute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2Fdirectorybrute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2Fdirectorybrute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2Fdirectorybrute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D1se0","download_url":"https://codeload.github.com/D1se0/directorybrute/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2Fdirectorybrute/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32410016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"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":["cibersecurity","command-line","commands","ethical-hacking","hacking","hackingetico","kali-linux","linux","pentesters","pentesting","redteam"],"created_at":"2024-11-18T05:42:21.652Z","updated_at":"2026-04-29T04:08:08.557Z","avatar_url":"https://github.com/D1se0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Directorybrute\n\nDirectorybrute is a directory and file brute-force tool designed to discover hidden directories and files on web servers using HTTP requests.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/D1se0/directorybrute/assets/164921056/e62ade8c-809e-4cd8-be17-c2d751e470d6\" alt=\"Directorybrute\" width=\"400\"\u003e\n\u003c/p\u003e\n\n---\n \n\n## Features\n\n- Directory and file brute-forcing on web servers.\n- Support for both HTTP and HTTPS.\n- Option to specify a custom list of directories.\n- Detailed result reporting.\n\n---\n\n## Installation\n\nTo install `Directorybrute`, follow these steps:\n\n### Clone the repository from GitHub:\n\n```bash\ngit clone https://github.com/D1se0/directorybrute.git\n```\n\n### Navigate into the cloned repository directory:\n\n```bash\ncd directorybrute\n```\n### Install the required dependencies:\n\n```bash\n./requirements.txt\n```\nor\n\n```bash\npip3 install requests colorama tqdm\n```\n\n## Usage\n\nTo run `Directorybrute`, use the following command from the command line:\n\n```bash\npython3 directorybrute.py [-u URL] [-w WORDLIST] [--hp HIDDEN-PROTOCOL] [-x EXTENSIONS] [-t THREADS] [-f FILE]\n```\n\n## Parameters\n\n  `-h`, `--help` = show this help message and exit\n  \n  `-w` WORDLIST, `--wordlist` WORDLIST = Path to the wordlist for brute-forcing.\n\n  `-t` THREADS, `--threads` THREADS = Number of concurrent threads (optional, default is 10).\n\n  `-u` URL, `--url` URL = URL with BRUTE where it will be replaced to perform brute force (for example, \"example.com/BRUTE\").\n  \n  `--https` = Use https instead of http.\n  \n  `--hp` HP, `--hide-status` HP = Hide specific HTTP status codes (for example, \"200,202\").\n\n  `--hw` HW, `--hide-size` HW = Hide specific content sizes (for example, \"128,256\").\n\n  `-x` EXTENSIONS, `--extensions` EXTENSIONS = Extensions to try, separated by commas (e.g. \"txt,html,php\").\n\n  `--hd`, `--hidden-directories` = Add a period in front of each word to discover hidden directories or files.\n\n  `-f` FILE, `--file` FILE = File name to export the results.\n\n### Example usage:\n\n```bash\npython3 directorybrute.py -u http://example.com/BRUTE -w [WORDLIST] --hp \"404\" -x \"txt,html,php\"\n```\n\n## Examples\n\nHere are examples demonstrating the execution process and obtained results:\n\nRunning Directorybrute against a website:\n\n```bash\npython3 directorybrute.py -u http://example.com/BRUTE -w [WORDLIST] --hp \"404\"\n```\n\nRunning with a custom wordlist and more concurrent threads:\n\n```bash\npython3 directorybrute.py -u https://example.com -w [WORDLIST] --hp \"404\" -x \"txt,html,php\" -t 30\n```\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fdirectorybrute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd1se0%2Fdirectorybrute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fdirectorybrute/lists"}