module SSLScan::Scanner

Included Modules

Defined in:

sslscan/scanner.cr

Instance Method Summary

Instance Method Detail

def scan(host : String, port : Int32 | Nil = nil, sni_name : String | Nil = nil, ip_version : Symbol | Nil = nil, client_ciphers : Bool = false, times : Bool = false, sleep : Time::Span | Nil = nil, timeout : Time::Span | Nil = nil) : Report #

[View source]