{"id":18726965,"url":"https://github.com/607011/dirbplusplus","last_synced_at":"2025-10-19T13:13:49.771Z","repository":{"id":161564124,"uuid":"630168214","full_name":"607011/dirbplusplus","owner":"607011","description":"A faster version of the original Dirb, implemented with C++ threads","archived":false,"fork":false,"pushed_at":"2023-05-21T17:26:38.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T19:19:24.055Z","etag":null,"topics":["cplusplus","cplusplus-20","dirb","dirbuster","hacking-tool","http","http-client","https","https-client","multithreading","openssl","threads"],"latest_commit_sha":null,"homepage":"","language":"C++","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/607011.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":"2023-04-19T20:12:38.000Z","updated_at":"2023-04-25T13:48:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"25ff50a1-b9ad-43c9-93b3-81437fc16547","html_url":"https://github.com/607011/dirbplusplus","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/607011/dirbplusplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fdirbplusplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fdirbplusplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fdirbplusplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fdirbplusplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/607011","download_url":"https://codeload.github.com/607011/dirbplusplus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fdirbplusplus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264005221,"owners_count":23542830,"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":["cplusplus","cplusplus-20","dirb","dirbuster","hacking-tool","http","http-client","https","https-client","multithreading","openssl","threads"],"created_at":"2024-11-07T14:16:01.141Z","updated_at":"2025-10-19T13:13:44.726Z","avatar_url":"https://github.com/607011.png","language":"C++","readme":"# Dirb++\n\n**Fast, multithreaded version of the original Dirb**\n\n## Prerequisites\n\n- Git\n- OpenSSL libraries ≥ 1.1.1t\n- xxd\n\n### Windows\n\nGet `xxd.exe` from https://sourceforge.net/projects/xxd-for-windows/ and copy it to a location that's in the system's `Path`.\n\nInstall OpenSSL:\n\n```\nwinget install OpenSSL\nwinget install Ninja-build.Ninja\n```\n\nIf you don't want to use the Ninja build tool, you can omit its installation, but must then replace `Ninja` with `\"NMake Makefiles\"` in the `cmake` command below.\n\n## Build\n\n### macOS\n\n```bash\ngit clone https://github.com/607011/dirbplusplus.git dirb++\nmkdir -p dirb++/build\ncd dirb++/build\ngit submodule init\ngit submodule update --remote --merge\ncmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/opt/homebrew/Cellar/openssl@3/3.1.0 ..\ncmake --build .\n```\n\n### Linux\n\n```bash\ngit clone https://github.com/607011/dirbplusplus.git dirb++\nmkdir -p dirb++/build\ncd dirb++/build\ngit submodule init\ngit submodule update --remote --merge\ncmake -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n```\n\n### Windows 11\n\nIn Visual Studio Developer Command Prompt:\n\n```bash\ngit clone https://github.com/607011/dirbplusplus.git dirb++\ncd dirb++\ngit submodule init\ngit submodule update --remote --merge\nmd build\ncd build\ncmake -G Ninja -DOPENSSL_ROOT_DIR=\"C:\\Program Files\\OpenSSL-Win64\" ..\ncmake --build . --config Release\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n\n## Copyright\n\nCopyright (c) 2023 Oliver Lau\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F607011%2Fdirbplusplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F607011%2Fdirbplusplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F607011%2Fdirbplusplus/lists"}