Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DnsClient ¶
type DnsClient struct {
Server *string
}
func NewDnsClient ¶
func (*DnsClient) GetCNameRecord ¶
func (*DnsClient) LookupCName ¶
Follows CName trail till ips are resolved
type DnsFuzzer ¶
type DnsFuzzer struct { Server *string Workers *int WordlistPath *string // contains filtered or unexported fields }
func NewDnsFuzzer ¶
func (*DnsFuzzer) PrintResults ¶
func (*DnsFuzzer) StartSubDomainFuzzer ¶
type DnsProxy ¶
type DnsProxy struct { ProxyConfig ProxiesConfig ListenAddr string DefaultDnsServerAddr string // contains filtered or unexported fields }
func NewDnsProxy ¶
func (*DnsProxy) ParseDnsProxiesFile ¶
func (*DnsProxy) StartDnsProxy ¶
type ProxiesConfig ¶
type ProxiesConfig struct {
Proxies []ProxyConfig `yaml:"proxies,omitempty"`
}
type ProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.