{"id":51347948,"url":"https://github.com/mycode83/godirb","last_synced_at":"2026-07-02T13:01:23.742Z","repository":{"id":367320817,"uuid":"1234179510","full_name":"MyCode83/godirb","owner":"MyCode83","description":"Fast and easy-to-use directory brute-forcer written in Go.","archived":false,"fork":false,"pushed_at":"2026-06-25T12:50:45.000Z","size":28846,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-25T14:18:01.839Z","etag":null,"topics":["brute","bruteforce","ctf","cybersecurity","dir-bruteforce","dirbrute","dirbuster","fuzzing","go","pentesting","redteam","ux"],"latest_commit_sha":null,"homepage":"","language":"Go","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/MyCode83.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-09T21:09:57.000Z","updated_at":"2026-06-25T12:48:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MyCode83/godirb","commit_stats":null,"previous_names":["mycode83/godirb"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MyCode83/godirb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCode83%2Fgodirb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCode83%2Fgodirb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCode83%2Fgodirb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCode83%2Fgodirb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyCode83","download_url":"https://codeload.github.com/MyCode83/godirb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCode83%2Fgodirb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35048062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":["brute","bruteforce","ctf","cybersecurity","dir-bruteforce","dirbrute","dirbuster","fuzzing","go","pentesting","redteam","ux"],"created_at":"2026-07-02T13:01:22.761Z","updated_at":"2026-07-02T13:01:23.735Z","avatar_url":"https://github.com/MyCode83.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# godirb\n\n**Fast, modern recursive directory and file brute-forcer written in Go.**\n\nBuilt for quick scans where you want a modern dirb-like tool: run it, get useful results, tune the obvious flags, and avoid dragging a full fuzzing framework into a simple job.\n\n\u003cp\u003e\n\n![License](https://img.shields.io/github/license/MyCode83/godirb?style=for-the-badge)\n![Release](https://img.shields.io/github/v/release/MyCode83/godirb?style=for-the-badge)\n![Go](https://img.shields.io/github/go-mod/go-version/MyCode83/godirb?style=for-the-badge)\n![Stars](https://img.shields.io/github/stars/MyCode83/godirb?style=for-the-badge)\n\n\u003c/p\u003e\n\n\u003c/div\u003e\n\n## 📦 Installation\n\n### Go\n\n```bash\ngo install github.com/MyCode83/godirb@latest\n```\n\n### Binary\n\nDownload the latest release for your platform from the\n**Releases** page and add it to your `PATH`.\n\n---\n\n## 🚀 Quick Start\n\nBasic scan\n\n```bash\ngodirb -u https://example.com\n```\n\nRecursive\n\n```bash\ngodirb -u https://example.com -r\n```\n\nCustom wordlist\n\n```bash\ngodirb -u https://example.com -w paths.txt\n```\n\nJSON output\n\n```bash\ngodirb -u https://example.com --json -o results.json\n```\n\n---\n\n## ✨ Why godirb?\n\ngodirb is designed for the common case: you want to enumerate directories and files quickly, without configuring a large fuzzing framework.\n\n### Highlights\n\n- ⚡ Fast native Go binary\n- 📦 Single executable\n- 📚 Embedded wordlists\n- 🔄 Recursive scanning\n- 📂 Directory and file discovery\n- 🎯 Wildcard detection\n- 🌐 Port fuzzing (`http://host:FUZZ`)\n- 📄 JSON \u0026 CSV output\n- 🧩 Simple CLI\n\n---\n\n## 📊 godirb vs DirSearch\n\nDirSearch is a mature and feature-rich web path scanner.\n\ngodirb intentionally focuses on the most common workflow: install, run and get useful results with minimal setup.\n\n| Feature | godirb | DirSearch |\n| :--- | :---: | :---: |\n| Find files and folders | ✅ | ✅ |\n| Recursive scan | ✅ | ✅ |\n| Custom wordlists | ✅ | ✅ |\n| Written in Go | ✅ | ❌ |\n| Single binary | ✅ | ❌ |\n| Embedded default wordlists | ✅ | ❌ |\n| Works without runtime wordlist files | ✅ | ❌ |\n| Port fuzzing (`http://host:FUZZ`) | ✅ | ❌ |\n\n---\n\n## 📦 Features\n\n### Scanning\n\n- Directory and file brute-forcing\n- Recursive mode (`-r`, `--recursive`)\n- Extensions (`-x`, `--ext`)\n- Custom wordlists (`-w`, `--wordlist`)\n- FUZZ placeholder mode\n\n### Embedded Wordlists\n\n- small\n- common\n- medium *(default)*\n- big\n- ports\n- payloads\n- xss\n- lfi\n\n### Output\n\n- Standard text\n- Quiet mode\n- JSON\n- CSV\n- File output\n\n### Control\n\n- Threads (`-t`, `--threads`)\n- Ignore status codes (`-i`, `--ignore`)\n- Default ignored codes: `404,400,405,408`\n- Wildcard detection\n\n---\n\n## 💻 Examples\n\nBasic scan\n\n```bash\ngodirb -u https://example.com\n```\n\nRecursive\n\n```bash\ngodirb -u https://example.com -r\n```\n\nCustom wordlist\n\n```bash\ngodirb -u https://example.com -w paths.txt\n```\n\nExtensions\n\n```bash\ngodirb -u https://example.com -x php,txt,bak\n```\n\nFUZZ parameter\n\n```bash\ngodirb -u \"https://example.com/search?q=FUZZ\" -w payloads\n```\n\nPort fuzzing\n\n```bash\ngodirb -u https://example.com:FUZZ\n```\n\nExport JSON\n\n```bash\ngodirb -u https://example.com --json -o results.json\n```\n\nExport CSV\n\n```bash\ngodirb -u https://example.com --csv -o results.csv\n```\n\n---\n\n## 📋 Example Output\n\n```text\n[DIR]  https://example.com/admin       ---\u003e 200 | 1234\n[FILE] https://example.com/login.php   ---\u003e 200 | 842\n[DIR]  https://example.com/uploads     ---\u003e 403 | 795\n```\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003e📖 Embedded wordlists\u003c/b\u003e\u003c/summary\u003e\n\n| Name | Purpose |\n|------|---------|\n| small | Tiny scans |\n| common | common.txt from SecLists |\n| medium | Default |\n| big | Larger enumeration |\n| ports | Port fuzzing |\n| payloads | Generic payloads |\n| xss | XSS payloads |\n| lfi | LFI payloads |\n\n\u003c/details\u003e\n\n---\n\n## ⚠️ Disclaimer\n\nUse **godirb** only for authorized security testing, labs and CTFs.\n\nYou are responsible for obtaining permission before scanning any target.\n\n---\n\n## 📄 License\n\nLicensed under the **MIT License**. See **LICENSE** for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycode83%2Fgodirb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycode83%2Fgodirb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycode83%2Fgodirb/lists"}