Giter VIP home page Giter VIP logo

crtsh-query's Introduction

CRT.sh Certificate Query Tool

This Go program queries the crt.sh online certificate database for SSL/TLS certificates associated with a specific domain. It outputs the certificates' details in JSON format.

Features

  • Query SSL/TLS certificates by domain.
  • Outputs detailed information about each certificate in JSON format.
  • Easy to use command-line interface.

Requirements

  • Go 1.15 or newer

Installation

Clone this repository to your local machine using:

git clone https://github.com/storbeck/crtsh-query.git
cd crtsh-query

Usage

To run the program, use the following command in the terminal:

go run main.go -domain=insecure.com

Replace insecure.com with the domain you wish to query. The program will output the certificates' details in JSON format.

Example Output

[
  {
    "issuer_ca_id": 16418,
    "issuer_name": "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3",
    "common_name": "insecure.com",
    "name_value": "issues.nmap.org\nnmap.org\nsvn.nmap.org\nwww.nmap.org",
    "id": 2549490984,
    "entry_timestamp": "2020-03-07T00:14:48.255",
    "not_before": "2020-03-06T23:14:48",
    "not_after": "2020-06-04T23:14:48",
    "serial_number": "03b5914e5f28724457a5a51ad2c494d040f6",
    "result_count": 4
  },
  ...
]

Contributing

Contributions are welcome. Please open an issue first to discuss what you would like to change.

License

MIT

crtsh-query's People

Contributors

storbeck avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.