Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
InitialQueryTypes include the DNS record types that are queried for a discovered name.
Functions ¶
func ZoneTransfer ¶
func ZoneTransfer(sub, domain, server string) ([]*requests.DNSRequest, error)
ZoneTransfer attempts a DNS zone transfer using the provided server. The returned slice contains all the records discovered from the zone transfer.
Types ¶
type Enumeration ¶
type Enumeration struct { Config *config.Config Sys systems.System // contains filtered or unexported fields }
Enumeration is the object type used to execute a DNS enumeration.
func NewEnumeration ¶
NewEnumeration returns an initialized Enumeration that has not been started yet.
Click to show internal directories.
Click to hide internal directories.