Giter Club home page Giter Club logo

voidsu's Introduction

Voidsu

voidsu-logotype

Discord Releases DockerHub License

Overview

Voidsu is a digital certificates diagnostic tools. It resolves and analyses X509 certificates from any remote address via the SSL/TLS protocols.

Build your certificate monitoring service using embedded Java application!

Container

Docker

docker run --rm -it -p 8080:8080 registry.hub.docker.com/voidsu/voidsu:0.3.0

Podman

podman run --rm -it -p 8080:8080 registry.hub.docker.com/voidsu/voidsu:0.3.0
cd /tmp && \
curl -o voidsu.yml https://raw.githubusercontent.com/voidsu/container/master/voidsu.yml && \
mkdir voidsu && \
podman play kube voidsu.yml

Build

./gradlew[.bat] quarkusBuild

API

JSON lookup

Request

POST /lookup

Data

{
    "address": "void.su",
    "port": "443",
    "domain_name": "void.su"
}

curl

curl -i -H "Content-Type: application/json" -H "X-Request-ID: 5fb3612904ba9a3339a33a90a8e92133" -d '{"address":"void.su","port":"443","domain_name":"void.su"}' -X POST http://127.0.0.1:8080/lookup

Response

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 148

{
    "distinguished_name": "CN=void.su",
    "match": true,
    "not_after": 1609660977,
    "not_before": 1601884977,
    "remains": 72,
    "server_name": "void.su",
    "validity": true
}

License

Apache License 2.0, see LICENSE.

voidsu's People

Contributors

antonkomarev avatar dumus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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