{"id":20719821,"url":"https://github.com/xiecat/prad","last_synced_at":"2025-10-26T07:36:08.068Z","repository":{"id":37210132,"uuid":"469075580","full_name":"xiecat/prad","owner":"xiecat","description":"Web directory and file discovery.","archived":false,"fork":false,"pushed_at":"2022-10-31T11:31:52.000Z","size":88,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T14:45:37.831Z","etag":null,"topics":["directory","file","scanner","web","wordlist"],"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/xiecat.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":"2022-03-12T12:25:22.000Z","updated_at":"2025-02-12T15:44:26.000Z","dependencies_parsed_at":"2022-08-31T19:02:33.391Z","dependency_job_id":null,"html_url":"https://github.com/xiecat/prad","commit_stats":null,"previous_names":["tardc/prad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiecat/prad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiecat%2Fprad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiecat%2Fprad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiecat%2Fprad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiecat%2Fprad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiecat","download_url":"https://codeload.github.com/xiecat/prad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiecat%2Fprad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281074240,"owners_count":26439421,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":["directory","file","scanner","web","wordlist"],"created_at":"2024-11-17T03:18:26.688Z","updated_at":"2025-10-26T07:36:08.033Z","avatar_url":"https://github.com/xiecat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prad\n\nWeb directory and file discovery.\n\n## Usage\n\n```shell\n➜ prad  .\\prad.exe -h\n╱╱╱╱╱╱╱╱╱╱╭╮\n╱╱╱╱╱╱╱╱╱╱┃┃\n╭━━┳━┳━━┳━╯┃\n┃╭╮┃╭┫╭╮┃╭╮┃\n┃╰╯┃┃┃╭╮┃╰╯┃\n┃╭━┻╯╰╯╰┻━━╯\n┃┃\n╰╯ v0.0.1\n\nweb directory and file discovery.\n\nUsage:\n  C:\\prad.exe [flags]\n\nFlags:\nINPUT OPTIONS:\n   -u, -url string           url to scan\n   -wf, -word-file string    wordlist file\n   -wl, -word-list string[]  wordlist\n\nOUTPUT OPTIONS:\n   -nc, -no-color  disable color in output\n   -of, -output-file\n\nOTHER OPTIONS:\n   -concurrent int  concurrent goroutines (default 10)\n   -proxy string    proxy\n   -timeout int     timeout (default 5)\n   -qps int         QPS (default 10)\n```\n\n```shell\n➜ prad  .\\prad.exe -u http://127.0.0.1:8000\n╱╱╱╱╱╱╱╱╱╱╭╮\n╱╱╱╱╱╱╱╱╱╱┃┃\n╭━━┳━┳━━┳━╯┃\n┃╭╮┃╭┫╭╮┃╭╮┃\n┃╰╯┃┃┃╭╮┃╰╯┃\n┃╭━┻╯╰╯╰┻━━╯\n┃┃\n╰╯ v0.0.1\n\n404 - http://127.0.0.1:8000/.svn\n404 - http://127.0.0.1:8000/admin\n404 - http://127.0.0.1:8000/login\n404 - http://127.0.0.1:8000/.git\n404 - http://127.0.0.1:8000/backup\n404 - http://127.0.0.1:8000/manager\n200 - http://127.0.0.1:8000/.idea\n```\n\n```shell\n➜ prad  .\\prad.exe -u 'http://127.0.0.1:8000/{{path}}/admin'\n╱╱╱╱╱╱╱╱╱╱╭╮\n╱╱╱╱╱╱╱╱╱╱┃┃\n╭━━┳━┳━━┳━╯┃\n┃╭╮┃╭┫╭╮┃╭╮┃\n┃╰╯┃┃┃╭╮┃╰╯┃\n┃╭━┻╯╰╯╰┻━━╯\n┃┃\n╰╯ v0.0.1\n\n404 - http://127.0.0.1:8000/backup/admin\n404 - http://127.0.0.1:8000/login/admin\n404 - http://127.0.0.1:8000/admin/admin\n404 - http://127.0.0.1:8000/manager/admin\n404 - http://127.0.0.1:8000/.svn/admin\n404 - http://127.0.0.1:8000/.idea/admin\n404 - http://127.0.0.1:8000/.git/admin\n```\n\n## Features\n\n- [x] custom wordlist file\n- [x] custom URL replacement location\n- [x] support proxy\n- [x] concurrency settings\n- [x] custom timeout\n- [x] QPS limit\n- [ ] custom word extension\n- [ ] custom word prefix, word suffix\n- [x] filter by status code\n- [x] exclude by status code\n- [x] progress save\n- [ ] WAF detection\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiecat%2Fprad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiecat%2Fprad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiecat%2Fprad/lists"}