Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
InitialQueryTypes include the DNS record types that are queried for a discovered name.
Functions ¶
This section is empty.
Types ¶
type Enumeration ¶
type Enumeration struct { Config *config.Config Bus *eventbus.EventBus Sys systems.System Graph *graph.Graph // contains filtered or unexported fields }
Enumeration is the object type used to execute a DNS enumeration.
func NewEnumeration ¶
func NewEnumeration(cfg *config.Config, sys systems.System) *Enumeration
NewEnumeration returns an initialized Enumeration that has not been started yet.
func (*Enumeration) Close ¶ added in v3.6.0
func (e *Enumeration) Close()
Close cleans up resources instantiated by the Enumeration.
func (*Enumeration) ExtractOutput ¶ added in v3.6.0
func (e *Enumeration) ExtractOutput(filter stringfilter.Filter, asinfo bool) []*requests.Output
ExtractOutput is a convenience method for obtaining new discoveries made by the enumeration process.
Click to show internal directories.
Click to hide internal directories.