Code Monkey home page Code Monkey logo

certsio's Introduction

certsio

The command-line client and library for using the certs.io API.

Search the entire internet by data in TLS certificates.

WARNING:

This is experimental and subject to change. Use at your own risk.

Resources

Usage:

Do not implicitly trust results, certificates can be self-signed.

Search by root domain certsio search domain example.com
Search by organization certsio search org "Uber Technologies, Inc."
Search in emails certsio search emails @example.com, certsiosearch emails keyword
Search by server + port certsio search server 3.20.2.223:443
Search by certificate serial certsio search serial 0C:1F:CB:18:45:18:C7:E3:86:67:41:23:6D:6B:73:F1
Search by certificate fingerprint certsio search fingerprint_sha256 5ef2f214260ab8f58e55eea42e4ac04b0f171807d8d1185fddd67470e9ab6096
Search by ssl name certsio search ssl_names www.github.com
Print version certsio version

Configuration File:

Get an API Key from here

certsio automatically looks for a configuration file at $HOME/.certsio.toml or %USERPROFILE%\.certsio.toml. You must specify your API key in this configuration file for the client to work.

An example configuration file can be found in the repository.

Installation:

From source:

$ go install github.com/certsio/certsio/cmd/certsio@latest

From github :

git clone https://github.com/certsio/certsio.git; \
cd certsio/cmd/certsio; \
go build; \
sudo mv certsio /usr/local/bin/; \
certsio --version;

certsio's People

Contributors

lc avatar sherlocksecurity 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.