Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Add Certificate Ripper to Network Analysis section#947

Closed
Hakky54 wants to merge 1 commit into
luong-komorebi:masterfrom
Hakky54:master
Closed

Add Certificate Ripper to Network Analysis section#947
Hakky54 wants to merge 1 commit into
luong-komorebi:masterfrom
Hakky54:master

Conversation

@Hakky54
Copy link
Copy Markdown

@Hakky54 Hakky54 commented Mar 30, 2026

Motivation and Context

Certificate Ripper is a lightweight, easy-to-use CLI tool that allows developers and security engineers to extract and inspect SSL/TLS certificates from remote servers directly from the terminal — no browser or GUI required.

Working with certificates is a common task when debugging HTTPS connectivity issues, verifying certificate chains, or auditing expiry dates across environments. While tools like OpenSSL can do this, they require verbose and hard-to-remember commands. Certificate Ripper offers a simpler, more developer-friendly
experience with support for multiple export formats (PEM, PKCS12, and more)

How Has This Been Tested?

Verified the entry adheres to the contributing guidelines.
Verified the entry is placed in the correct category (Network Analysis).
Verified the link is correct.

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

Summary by Sourcery

Documentation:

  • Document Certificate Ripper as an available CLI tool for extracting server certificates from a URL in the Network Analysis section.

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Mar 30, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds a new open-source CLI tool, Certificate Ripper, to the Network Analysis section of the README tool list.

File-Level Changes

Change Details Files
Document a new Network Analysis CLI tool in the README.
  • Insert a bullet for Certificate Ripper in the Network Analysis subsection of the README tools list
  • Include open-source badge and link to the GitHub repository and project homepage
  • Position the new entry before existing Tcpdump, Termshark, and Wireshark entries to keep the list organized
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Hakky54 Hakky54 changed the title Added Certificate Ripper Add Certificate Ripper to Network Analysis section Mar 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants