dns_tls
ActiveTool of Ready APIs
declared in 1.0.0
Open a TLS handshake on :443, capture the presented cert + protocol version + cipher, and grade the result A-F. Surfaces days-until-expiry, SAN list, self-signed detection, and findings like 'CBC-mode cipher in use'.
Parameters schema
{
"type": "object",
"required": [
"domain"
],
"properties": {
"port": {
"type": "integer",
"default": 443,
"maximum": 65535,
"minimum": 1
},
"domain": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries