{"id":24349318,"url":"https://github.com/martian58/rustfuzz","last_synced_at":"2025-04-15T05:51:30.493Z","repository":{"id":271778205,"uuid":"914533234","full_name":"martian58/rustfuzz","owner":"martian58","description":"Website fuzzer written in Rust","archived":false,"fork":false,"pushed_at":"2025-01-13T14:58:18.000Z","size":276,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T16:37:50.509Z","etag":null,"topics":["directory-lister","fuzzer","rust","webfuzzer"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martian58.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":"2025-01-09T19:30:57.000Z","updated_at":"2025-01-13T14:58:22.000Z","dependencies_parsed_at":"2025-01-09T20:42:14.692Z","dependency_job_id":null,"html_url":"https://github.com/martian58/rustfuzz","commit_stats":null,"previous_names":["martian58/rustfuzz"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian58%2Frustfuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian58%2Frustfuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian58%2Frustfuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martian58%2Frustfuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martian58","download_url":"https://codeload.github.com/martian58/rustfuzz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016316,"owners_count":21198832,"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":["directory-lister","fuzzer","rust","webfuzzer"],"created_at":"2025-01-18T12:39:53.678Z","updated_at":"2025-04-15T05:51:30.467Z","avatar_url":"https://github.com/martian58.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rustfuzz\n\n**rustfuzz** is a high-performance web fuzzer written in Rust, designed to help security professionals and developers discover hidden files and directories on web servers. Inspired by tools like `ffuf`, rustfuzz focuses on speed, simplicity, and reliability.\n\n---\n\n## 🚀 Features\n\n- 🌐 **URL Fuzzing**: Quickly identify hidden endpoints and directories.\n- ⚡ **High Performance**: Multithreaded for maximum efficiency.\n- 🧰 **Customizable Options**:\n  - Specify the target URL (`-u`).\n  - Use custom wordlists (`-w`).\n  - Give a list of http status codes (`-m`).\n  - Set a timeout (`-T`).\n---\n\n## 📦 Installation\n\n1. Clone the repository:\n   ```bash\n   git clone git@github.com:\u003cyour-username\u003e/rustfuzz.git\n   cd rustfuzz\n   ```\n\n2. Build the project using Cargo:\n   ```bash\n   cargo build --release\n   ```\n\n3. The binary will be available at:\n   ```bash\n   ./target/release/rustfuzz\n   ```\n\n---\n\n## 📖 Usage\n\nRun `rustfuzz` with the following options:\n\n```bash\n./rustfuzz -u \u003cURL\u003e -w \u003cwordlist\u003e -t \u003cthreads\u003e\n```\n\n### Example:\n```bash\n./rustfuzz -u http://example.com/FUZZ -w /path/to/wordlist.txt -t 10\n```\n\n---\n\n## 🛠️ Development\n\nTo contribute or make changes:\n1. Ensure you have Rust installed: [Rust Installation Guide](https://www.rust-lang.org/tools/install)\n2. Clone the repository and create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Build and test your changes:\n   ```bash\n   cargo build\n   cargo test\n   ```\n4. Push your branch and create a pull request.\n\n---\n\n## 📜 License\n\nThis project is licensed under the GNU GENERAL PUBLIC License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 💡 Feedback\n\nWe'd love to hear your feedback! Feel free to open an issue or submit a pull request to help improve rustfuzz.\n\nHappy fuzzing! 🕵️‍♂️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartian58%2Frustfuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartian58%2Frustfuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartian58%2Frustfuzz/lists"}