Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a service for tlsx module
func (*Service) ConnectWithOptions ¶ added in v0.0.4
func (s *Service) ConnectWithOptions(host, ip, port string, options clients.ConnectOptions) (*clients.Response, error)
Connect connects to the input with custom options
Directories ¶
Path | Synopsis |
---|---|
Package auto implements an automatic fallback mechanism based tls client which uses both crypto/tls first and zcrypto/tls on tls errors.
|
Package auto implements an automatic fallback mechanism based tls client which uses both crypto/tls first and zcrypto/tls on tls errors. |
Package openssl implements a tls grabbing implementation using openssl
|
Package openssl implements a tls grabbing implementation using openssl |
Package tls implements a tls grabbing implementation using standard package crypto/tls library.
|
Package tls implements a tls grabbing implementation using standard package crypto/tls library. |
Package ztls implements a tls grabbing implementation using zmap zcrypto/tls library.
|
Package ztls implements a tls grabbing implementation using zmap zcrypto/tls library. |
Click to show internal directories.
Click to hide internal directories.