{"id":20316674,"url":"https://github.com/calc1f4r/async-dirbuster","last_synced_at":"2026-04-19T07:41:40.445Z","repository":{"id":186119923,"uuid":"666053919","full_name":"calc1f4r/Async-DirBuster","owner":"calc1f4r","description":"🔒A Python script for efficiently brute-forcing directories and files on a target website using asynchronous programming with aiohttp. It supports custom headers, status code filtering, response size matching, and more.","archived":false,"fork":false,"pushed_at":"2023-08-05T08:53:14.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T13:14:40.781Z","etag":null,"topics":["aiohttp","asynchronous-programming","directory-busting"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/calc1f4r.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}},"created_at":"2023-07-13T15:45:20.000Z","updated_at":"2024-06-15T03:04:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"18bc5314-94b9-41cf-a36a-5fb647627d31","html_url":"https://github.com/calc1f4r/Async-DirBuster","commit_stats":null,"previous_names":["calc1f4r/async-dirbuster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FAsync-DirBuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FAsync-DirBuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FAsync-DirBuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calc1f4r%2FAsync-DirBuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calc1f4r","download_url":"https://codeload.github.com/calc1f4r/Async-DirBuster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818895,"owners_count":20025210,"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":["aiohttp","asynchronous-programming","directory-busting"],"created_at":"2024-11-14T18:27:23.527Z","updated_at":"2026-04-19T07:41:35.414Z","avatar_url":"https://github.com/calc1f4r.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 🔥 Asynchronous Directory Buster\r\n\r\n\r\n#### ⚡ Description\r\nAsynchronous Directory Buster is a Python script that allows you to efficiently perform directory and file brute-forcing on a target website. The script leverages the power of asynchronous programming with aiohttp to perform multiple HTTP requests simultaneously, making the process faster and more efficient.\r\n\r\nhttps://github.com/calc1f4r/Async-DirBuster/assets/74751675/f303d142-97ce-4547-836f-56dda47879e6\r\n\r\n\r\n##### 💣 Key Features\r\n\r\n- Asynchronous HTTP requests for improved speed.\r\n- Customizable User-Agent and HTTP headers.\r\n- Ability to follow redirects.\r\n- Filter and match HTTP status codes.\r\n- Filter and match response sizes.\r\n- Output results to a file.\r\n- Custom wordlist support.\r\n\r\n##### 🧾 Requirements\r\n\r\n```python\r\npip install aiohttp beautifulsoup4 termcolor\r\n```\r\n\r\n##### Usage\r\n\r\n**📌 Basic one**\r\n\r\n```python\r\npython directory_buster.py -u \u003ctarget_url\u003e -w \u003cpath_to_wordlist\u003e\r\n```\r\n\r\n**📌 Other examples**\r\n\r\n_Custom Header_\r\n\r\n```python\r\npython directory_buster.py -u https://example.com -w wordlist.txt -H 'Authorization: Bearer token'\r\n```\r\n\r\n_Extensions_\r\n\r\n```python\r\npython directory_buster.py -u https://example.com -w wordlist.txt -x php asp\r\n```\r\n\r\n_Saving results to the file_\r\n\r\n```python\r\npython directory_buster.py -u https://example.com -w wordlist.txt -o output.txt\r\n```\r\n\r\n##### Supported flags\r\n\r\n- -x \u003cextensions\u003e: Specify a list of file extensions to append to the directories in the wordlist (e.g., -x php asp).\r\n- -r: Follow redirects. If this flag is set, the script will follow HTTP redirects (3xx status codes).\r\n- -H \u003cheaders\u003e: Specify custom HTTP headers in the format 'Header1: value1' 'Header2: value2'.\r\n- -a \u003cuser_agent\u003e: Set a custom User-Agent string. The default is directorybuster/1.0.\r\n- -ht: Hide response title in output.\r\n- -m c \u003cstatus_codes\u003e: Include status codes to match, separated by space (e.g., -m c 200 404).\r\n- -ms \u003cresponse_sizes\u003e: Match response sizes, separated by space.\r\n- -fc \u003cstatus_codes\u003e: Filter status codes, separated by space (default is filtering 404).\r\n- -fs \u003cresponse_sizes\u003e: Filter response sizes, separated by space.\r\n- -o \u003coutput_file\u003e: Path to the output file to save the results\r\n\r\n##### 🔴 Note\r\n\r\n- Matching and Filtering Response Length together is not available at the moment. Choose one of them in the command-line arguments.\r\n- Matching and Filtering Response Status Code together is not available at the moment. Choose one of them in the command-line arguments.\r\n\r\n#### Contributions\r\n\r\nContributions are welcome! If you find a bug or have suggestions for improvements, feel free to open an issue or submit a pull request.\r\n\r\nHappy directory busting! \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalc1f4r%2Fasync-dirbuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalc1f4r%2Fasync-dirbuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalc1f4r%2Fasync-dirbuster/lists"}