Documentation ¶
Overview ¶
Package runner executes the enumeration process.
Index ¶
Constants ¶
View Source
const ( Comma = "," NewLine = "\n" )
View Source
const (
DefaultResumeFile = "resume.cfg"
)
View Source
const Version = `1.0.8`
Version is the current version of dnsx
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Resolvers string Hosts string Domains string WordList string Threads int RateLimit int Retries int OutputFormat string OutputFile string Raw bool Silent bool Verbose bool Version bool Response bool ResponseOnly bool A bool AAAA bool NS bool CNAME bool PTR bool MX bool SOA bool TXT bool JSON bool Trace bool TraceMaxRecursion int WildcardThreshold int WildcardDomain string ShowStatistics bool RCode string Resume bool FlushInterval int HostsFile bool // contains filtered or unexported fields }
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line options for application
func (*Options) ShouldLoadResume ¶ added in v1.0.6
ShouldLoadResume resume file
func (*Options) ShouldSaveResume ¶ added in v1.0.6
ShouldSaveResume file
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is a client for running the enumeration process.
func (*Runner) HandleOutput ¶
func (r *Runner) HandleOutput()
func (*Runner) InputWorker ¶
func (r *Runner) InputWorker()
func (*Runner) IsWildcard ¶
IsWildcard checks if a host is wildcard
func (*Runner) SaveResumeConfig ¶ added in v1.0.6
SaveResumeConfig to file
Source Files ¶
Click to show internal directories.
Click to hide internal directories.