{"id":28326621,"url":"https://github.com/jonas-lucas/pybuster","last_synced_at":"2025-06-24T04:31:20.613Z","repository":{"id":294092250,"uuid":"985903219","full_name":"jonas-lucas/pybuster","owner":"jonas-lucas","description":"This repository contains a Python-based tool for URL and directory busting, designed to assist in web reconnaissance, penetration testing, and enumeration tasks.","archived":false,"fork":false,"pushed_at":"2025-06-01T14:36:06.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T23:43:54.074Z","etag":null,"topics":["cybersecurity","python","python-argparse","python-http","python-os","python-urllib","url-busting"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jonas-lucas.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,"zenodo":null}},"created_at":"2025-05-18T18:57:00.000Z","updated_at":"2025-06-01T14:36:09.000Z","dependencies_parsed_at":"2025-05-18T22:52:56.896Z","dependency_job_id":null,"html_url":"https://github.com/jonas-lucas/pybuster","commit_stats":null,"previous_names":["jonas-lucas/pybuster"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonas-lucas/pybuster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-lucas%2Fpybuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-lucas%2Fpybuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-lucas%2Fpybuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-lucas%2Fpybuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonas-lucas","download_url":"https://codeload.github.com/jonas-lucas/pybuster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonas-lucas%2Fpybuster/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261604005,"owners_count":23183577,"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":["cybersecurity","python","python-argparse","python-http","python-os","python-urllib","url-busting"],"created_at":"2025-05-25T23:13:44.456Z","updated_at":"2025-06-24T04:31:20.597Z","avatar_url":"https://github.com/jonas-lucas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyBuster\n\nThis repository contains a **Python-based** tool for **URL and directory busting**, designed to assist in web reconnaissance, penetration testing, and enumeration tasks.\n\n## How to Use\n\nYou must have a reachable **target** and a **wordlist** file.\n\n```bash\npython pybuster.py -u http://example.com -w wordlist.txt\n```\n\n## How it Works\n\n1. The **target** must be a reachable HTTP or HTTPS server. \n\n    It can be a **FQDN** or an **IP address** with or without port separeted with `:` *(e.g. 127.0.0.1:8080 or localhost:8080)*.\n\n    If it is a HTTPS server, the default por is 443 else the default port is 80.\n\n2. The **wordlist** must be a file with words for possibles entries to the target.\n\n    The words must be separred with escape line.\n\n    ```python\n    with open(file_path, 'r', encoding='utf-8') as f:\n        return [line.strip() for line in f if line.strip()]\n    ```\n\n3. HTTPConnection\n\n    http.client.HTTPConnection()\n\n## Systems Settings\n\n- Python 3.13.3\n\n## To-Do\n\n- Refact the code\n- Add multithreading\n- Conclude the README.md\n\n---\n\n### Author\n\n[Jonas Lima](https://github.com/jonas-lucas)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonas-lucas%2Fpybuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonas-lucas%2Fpybuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonas-lucas%2Fpybuster/lists"}