{"id":13541917,"url":"https://github.com/evilsocket/dirsearch","last_synced_at":"2025-07-04T23:41:12.657Z","repository":{"id":46762492,"uuid":"91150441","full_name":"evilsocket/dirsearch","owner":"evilsocket","description":"A Go implementation of dirsearch.","archived":false,"fork":false,"pushed_at":"2021-09-27T16:29:54.000Z","size":65,"stargazers_count":280,"open_issues_count":3,"forks_count":67,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-26T11:16:04.619Z","etag":null,"topics":["bruteforce","dirbuster","dirsearch","enumeration","information-gathering","security-audit","security-tools","wordlist"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/evilsocket.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}},"created_at":"2017-05-13T04:58:11.000Z","updated_at":"2025-03-24T00:17:51.000Z","dependencies_parsed_at":"2022-09-02T11:01:31.652Z","dependency_job_id":null,"html_url":"https://github.com/evilsocket/dirsearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evilsocket/dirsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fdirsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fdirsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fdirsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fdirsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilsocket","download_url":"https://codeload.github.com/evilsocket/dirsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fdirsearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263636520,"owners_count":23492270,"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":["bruteforce","dirbuster","dirsearch","enumeration","information-gathering","security-audit","security-tools","wordlist"],"created_at":"2024-08-01T10:00:58.915Z","updated_at":"2025-07-04T23:41:12.637Z","avatar_url":"https://github.com/evilsocket.png","language":"Go","readme":"# DirSearch\n\nThis software is a Go implementation of the original [dirsearch tool](https://github.com/maurosoria/dirsearch) written by `Mauro Soria`.\nDirSearch is the very first tool I write in Go, mostly to play and experiment with Go's concurrency model, channels, and so forth :)\n\n[![baby-gopher](https://raw.githubusercontent.com/drnic/babygopher-site/gh-pages/images/babygopher-badge.png)](http://www.babygopher.org) [![Go Report Card](https://goreportcard.com/badge/github.com/evilsocket/dirsearch)](https://goreportcard.com/report/github.com/evilsocket/dirsearch)\n\n## Purpose\n\nDirSearch takes an input URL ( `-url` parameter ) and a wordlist ( `-wordlist` parameter ), it will then perform concurrent `HEAD` requests\nusing the lines of the wordlist as paths and files eventually bruteforcing folders and files on a web server.\n\nIt supports a custom file extension ( `-ext`, default to `php` ) and other optional arguments:\n\n    Usage of dirsearch:\n      -200only\n            If enabled, will only display responses with 200 status code.\n      -consumers int\n            Number of concurrent consumers. (default 8)\n      -ext string\n            File extension. (default \"php\")\n      -maxerrors int\n            Maximum number of errors to get before killing the program. (default 20)\n      -url string\n            Base URL to start enumeration from.\n      -wordlist string\n            Wordlist file to use for enumeration. (default \"dict.txt\")\n\n## Compilation\n\n    go get github.com/evilsocket/dirsearch\n    cd dirsearch\n    make get_glide\n    make install_dependencies\n    make build\n\n## License\n\nThis project is copyleft of [Simone Margaritelli](http://www.evilsocket.net/) and released under the GPL 3 license.\n\n","funding_links":[],"categories":["Recon"],"sub_categories":["Content Discovery"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Fdirsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilsocket%2Fdirsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Fdirsearch/lists"}