Versions in this module Expand all Collapse all v1 v1.0.0 Oct 7, 2022 Changes in this version + func CreateTLSConfig(requestWord RequestWord) *utls.Config + func MakeConnection(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + type CipherSuiteAlternate struct + func (c *CipherSuiteAlternate) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (c *CipherSuiteAlternate) Init(all bool) []*RequestWord + type ClientCertAlternate struct + func (c *ClientCertAlternate) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (c *ClientCertAlternate) Init(all bool) []*RequestWord + type Fuzzer interface + Fuzz func(ip string, domain string, requestWord RequestWord) (interface{}, interface{}, interface{}) + Init func(all bool) []*RequestWord + type MaxversionAlternate struct + func (m *MaxversionAlternate) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (m *MaxversionAlternate) Init(all bool) []*RequestWord + type MinVersionAlternate struct + func (m *MinVersionAlternate) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (m *MinVersionAlternate) Init(all bool) []*RequestWord + type RequestWord struct + Certificate []utls.Certificate + CipherSuites []uint16 + MaxVersion uint16 + MinVersion uint16 + Servername string + type ServernameAlternate struct + func (s *ServernameAlternate) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (s *ServernameAlternate) Init(all bool) []*RequestWord + type ServernamePadding struct + func (s *ServernamePadding) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (s *ServernamePadding) Init(all bool) []*RequestWord + type ServernameSubdomainsAlternate struct + func (s *ServernameSubdomainsAlternate) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (s *ServernameSubdomainsAlternate) Init(all bool) []*RequestWord + type ServernameTLDAlternate struct + func (s *ServernameTLDAlternate) Fuzz(target string, hostname string, requestWord RequestWord) (interface{}, interface{}, interface{}) + func (s *ServernameTLDAlternate) Init(all bool) []*RequestWord