{"id":17584864,"url":"https://github.com/nof0rte/gocdp","last_synced_at":"2025-10-07T03:29:49.909Z","repository":{"id":79230329,"uuid":"460073757","full_name":"NoF0rte/gocdp","owner":"NoF0rte","description":"Golang Content Discovery Parser. Parses and normalizes content discovery output","archived":false,"fork":false,"pushed_at":"2023-12-06T20:47:43.000Z","size":52,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T17:29:05.203Z","etag":null,"topics":["fuzzing","go","golang","infosec","normalize","web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NoF0rte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-16T15:56:48.000Z","updated_at":"2023-03-28T21:28:54.000Z","dependencies_parsed_at":"2023-03-11T01:15:59.032Z","dependency_job_id":"9b53e3ed-ae0b-4eb2-ae66-b1495f06b687","html_url":"https://github.com/NoF0rte/gocdp","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/NoF0rte/gocdp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoF0rte%2Fgocdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoF0rte%2Fgocdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoF0rte%2Fgocdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoF0rte%2Fgocdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NoF0rte","download_url":"https://codeload.github.com/NoF0rte/gocdp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoF0rte%2Fgocdp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278715508,"owners_count":26033296,"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-07T02:00:06.786Z","response_time":59,"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":["fuzzing","go","golang","infosec","normalize","web"],"created_at":"2024-10-22T02:08:00.143Z","updated_at":"2025-10-07T03:29:49.894Z","avatar_url":"https://github.com/NoF0rte.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gocdp\nGolang Content Discovery Parser. Parses and normalizes content discovery output\n # CLI\n To install the CLI run the following\n ```\n go install github.com/NoF0rte/gocdp/cmd/gocdp@latest\n ```\n\n ## Examples\n ### Example 1\n```\ngocdp ffuf* -q '.IsSuccess' -f '{{.Url}}'\n```\nOr\n```\nfind ./ -name '*ffuf*' | gocdp - -q '.IsSuccess' -f '{{.Url}}'\n```\nShow only the URLs from the results with success status codes\n### Example 2\n```\ngocdp ffuf* -q '.IsRedirect' -f '{{.Redirect}}'\n```\nShow the redirect URLs from the results which were redirected\n### Example 3\n```\ngocdp ffuf* -q '.IsRedirect' -f '{{.Url}} -\u003e {{.Redirect}}'\n```\nShow the urls and where they redirect from the results which were redirected\n### Example 4\n```\ngocdp ffuf* -q 'not (or .IsRateLimit .IsError)'\n```\nShow the JSON output of all results which weren't rate limited or errors\n### Example 5\n```\ngocdp ffuf* -q 'not (.IsStatus \"400,429,401\")'\n```\nShow the JSON output of all results except the ones with status codes 400, 429, or 401\n### Example 6\n```\ngocdp ffuf* -q '.IsStatus \"409\"'\n```\nShow the JSON output of only the results with the status code of 409\n### Example 7\n```\ngocdp ffuf* -g range\n```\nShow the JSON output of all results, grouped by the status code ranges i.e. 200-299, 300-399, etc.\n### Example 8\n```\ngocdp ffuf* -g status\n```\nShow the JSON output of all results, grouped by the status code\n\n # Library\n To use `gocdp` as a library run the following\n ```\n go get github.com/NoF0rte/gocdp\n ```\n \n ## Examples\n ```go\n package main\n \n import github.com/NoF0rte/gocdp\n \n func main() {\n  results, err := gocdp.SmartParseFile(\"ffuf.json\")\n  if err != nil {\n    panic(err)\n  }\n  \n  fmt.Println(results)\n }\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnof0rte%2Fgocdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnof0rte%2Fgocdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnof0rte%2Fgocdp/lists"}