{"id":36534894,"url":"https://github.com/404tk/credcollect","last_synced_at":"2026-01-15T02:46:13.259Z","repository":{"id":57707611,"uuid":"503239131","full_name":"404tk/credcollect","owner":"404tk","description":"Automatic credential collection","archived":false,"fork":false,"pushed_at":"2022-08-17T09:23:13.000Z","size":48,"stargazers_count":21,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-12T05:50:46.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/404tk.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-06-14T06:41:10.000Z","updated_at":"2025-06-24T11:33:04.000Z","dependencies_parsed_at":"2022-08-24T01:40:26.028Z","dependency_job_id":null,"html_url":"https://github.com/404tk/credcollect","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/404tk/credcollect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404tk%2Fcredcollect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404tk%2Fcredcollect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404tk%2Fcredcollect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404tk%2Fcredcollect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/404tk","download_url":"https://codeload.github.com/404tk/credcollect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404tk%2Fcredcollect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"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":[],"created_at":"2026-01-12T03:10:23.845Z","updated_at":"2026-01-15T02:46:13.247Z","avatar_url":"https://github.com/404tk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"CredCollect\n===========\n\nAutomatic credential collection and storage with `CredCollect`.  \nOnly plaintext passwords (excluding cookies and tokens) are extracted.\n\n**Supported Module**\n\n|\t\t\t\t| Linux |Windows| MacOS\t|\n| :-----------: | :--:\t| :--:\t| :--:\t|\n|\tBrowser\t\t|\t√ \t|\t√\t|\t√\t|\n|\tFileZilla\t|\t√\t|\t√\t|\t√\t|\n|\tTomcat\t\t|\t√   |\t√\t|\t√\t|\n|\tNavicat\t\t|\t    |\t√\t|\t\t|\n|\tXShell/Xftp\t|\t    |\t√\t|\t\t|\n|\tWinScp\t\t|\t\t|\t√\t|\t\t|\n|\tSeeyon OA\t|\t√\t|\t\t|\t\t|\n|\tDocker Hub\t|\t√\t|\t\t|\t\t|\n|\tActiveMQ\t|\t√\t|\t\t|\t\t|\n|\tCredManager\t|\t\t|\t√\t|\t\t|\t\n\nUsage\n-----\nCommand line execution\n```shell\ncredcollect -h\n```\n\nCredCollect as a library  \n```go\npackage main\n\nimport (\n\t\"encoding/json\"\n\t\"fmt\"\n\n\t\"github.com/404tk/credcollect\"\n)\n\nfunc main() {\n\toptions := \u0026credcollect.Options{Silent: true}\n\tres := options.Enumerate()\n\tr, err := json.MarshalIndent(res, \"\", \"\\t\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(string(r))\n}\n```\n\nContributing\n------------\n\n1.  Fork it\n2.  Create your feature branch (`git checkout -b my-new-feature`)\n3.  Commit your changes (`git commit -am 'Add some feature'`)\n4.  Push to the branch (`git push origin my-new-feature`)\n5.  Create new Pull Request\n\nLicense\n-------\n\nThis repo is released under the [MIT License](http://www.opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404tk%2Fcredcollect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F404tk%2Fcredcollect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404tk%2Fcredcollect/lists"}