{"id":19660057,"url":"https://github.com/secana/certdump","last_synced_at":"2025-04-28T20:32:06.134Z","repository":{"id":39994534,"uuid":"162444278","full_name":"secana/CertDump","owner":"secana","description":"Dump certificates from PE files in different formats","archived":false,"fork":false,"pushed_at":"2023-12-25T10:29:56.000Z","size":158,"stargazers_count":38,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T10:51:09.447Z","etag":null,"topics":["certificate","dump","pefile","pkcs7","portable-executable"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"secana","ko_fi":"stefanhausotte0524"}},"created_at":"2018-12-19T13:51:01.000Z","updated_at":"2025-01-16T19:58:06.000Z","dependencies_parsed_at":"2023-02-09T07:02:10.829Z","dependency_job_id":"8054a054-5fe8-4bcc-9360-ad8a8203b1ff","html_url":"https://github.com/secana/CertDump","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2FCertDump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2FCertDump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2FCertDump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secana%2FCertDump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secana","download_url":"https://codeload.github.com/secana/CertDump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251383861,"owners_count":21580955,"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":["certificate","dump","pefile","pkcs7","portable-executable"],"created_at":"2024-11-11T15:45:10.579Z","updated_at":"2025-04-28T20:32:05.904Z","avatar_url":"https://github.com/secana.png","language":"C#","funding_links":["https://github.com/sponsors/secana","https://ko-fi.com/stefanhausotte0524"],"categories":[],"sub_categories":[],"readme":"# CertDump\r\n\r\n[![Build](https://img.shields.io/azure-devops/build/secana/CertDump/3.svg)](https://dev.azure.com/secana/CertDump/_build?definitionId=3)\r\n\r\nCross-Platform tool to dump the signing certificate from a Portable Executable (PE) file.\r\n\r\n## Get CertDump\r\n\r\nThere are different ways to obtain _CertDump_. Please check, which works for your operating system.\r\n\r\n## Winget\r\n\r\nThe easiest ways to install _CertDump_ is with _winget_.\r\n\r\n```powershell\r\nwinget install secana.CertDump\r\n```\r\n\r\n### Github release\r\n\r\nYou find the latest _Windows_ binaries under the [Release](https://github.com/secana/CertDump/releases) page.\r\n\r\n### Dotnet Global Tool\r\n\r\nYou can install the latest version as a [dotnet global tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools). The tool runs on _Windows_, _Linux_ and _MacOs_.\r\n\r\n```powershell\r\n# install CertDump\r\ndotnet tool install -g CertDump\r\n\r\n# update CertDump\r\ndotnet tool update -g CertDump\r\n\r\n# uninstall CertDump\r\ndotnet tool uninstall -g CertDump\r\n```\r\n\r\nThe tool is automatically added to your path. Just run `certdump` from your shell. Example:\r\n\r\n```powershell\r\n# Run CertDump\r\n\u003e certdump -help\r\nCertDump 1.1.1\r\nCopyright (C) 2019 CertDump\r\n\r\n  -f, --file    Required. Input file to dump the certificate from.\r\n\r\n  -o, --out     (Default: cert.dump) Output file to dump the certificate to.\r\n\r\n  --help        Display this help screen.\r\n\r\n  --version     Display version information.\r\n```\r\n\r\n## Release new version\r\n\r\nA new version is automatically released from the `master` branch when a `git tag` is discovered.\r\n\r\nTag a release commit with: `git tag -a v1.0.0 -m \"CertDump v1.0.0\"`.\r\n\r\nPush the tag to the origin: `git push origin v1.0.0`\r\n\r\nReplace the version number with the one to use.\r\n\r\n### Winget\r\n\r\nIt's not possible to automate the _winget_ release at the moment. To release a new version, a new manifest file needs to be published manually to [winget-pkgs certdump](https://github.com/microsoft/winget-pkgs/tree/master/manifests/secana/CertDump).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecana%2Fcertdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecana%2Fcertdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecana%2Fcertdump/lists"}