Documentation ¶
Overview ¶
Package ztls implements a tls grabbing implementation using zmap zcrypto/tls library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a TLS grabbing client using crypto/tls
func (*Client) ConnectWithOptions ¶ added in v0.0.4
func (c *Client) ConnectWithOptions(hostname, port string, options clients.ConnectOptions) (*clients.Response, error)
Connect connects to a host and grabs the response data
Click to show internal directories.
Click to hide internal directories.