Skip to main content

subdomain

成员函数函数描述/介绍
subdomain.Scan
subdomain.dnsServer
subdomain.eachQueryTimeout
subdomain.eachSearchTimeout
subdomain.mainDict
subdomain.maxDepth
subdomain.recursive
subdomain.recursiveDict
subdomain.targetConcurrent
subdomain.targetTimeout
subdomain.wildcardToStop
subdomain.workerConcurrent

函数定义#

Scan#

详细描述#

定义#

Scan(target any, opts ...subdomain.ConfigOption) (chan *subdomain.SubdomainResult, error)

参数#

参数名参数类型参数解释
targetany
opts...subdomain.ConfigOption

返回值#

返回值(顺序)返回值类型返回值解释
r1chan *subdomain.SubdomainResult
r2error

dnsServer#

详细描述#

定义#

dnsServer(servers []string) ConfigOption

参数#

参数名参数类型参数解释
servers[]string

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOption

eachQueryTimeout#

详细描述#

定义#

eachQueryTimeout(i float64) subdomain.ConfigOption

参数#

参数名参数类型参数解释
ifloat64

返回值#

返回值(顺序)返回值类型返回值解释
r1subdomain.ConfigOption

eachSearchTimeout#

详细描述#

定义#

eachSearchTimeout(i float64) subdomain.ConfigOption

参数#

参数名参数类型参数解释
ifloat64

返回值#

返回值(顺序)返回值类型返回值解释
r1subdomain.ConfigOption

mainDict#

详细描述#

定义#

mainDict(i any) subdomain.ConfigOption

参数#

参数名参数类型参数解释
iany

返回值#

返回值(顺序)返回值类型返回值解释
r1subdomain.ConfigOption

maxDepth#

详细描述#

定义#

maxDepth(d int) ConfigOption

参数#

参数名参数类型参数解释
dint

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOption

recursive#

详细描述#

定义#

recursive(b bool) ConfigOption

参数#

参数名参数类型参数解释
bbool

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOption

recursiveDict#

详细描述#

定义#

recursiveDict(i any) subdomain.ConfigOption

参数#

参数名参数类型参数解释
iany

返回值#

返回值(顺序)返回值类型返回值解释
r1subdomain.ConfigOption

targetConcurrent#

详细描述#

定义#

targetConcurrent(c int) ConfigOption

参数#

参数名参数类型参数解释
cint

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOption

targetTimeout#

详细描述#

定义#

targetTimeout(i float64) subdomain.ConfigOption

参数#

参数名参数类型参数解释
ifloat64

返回值#

返回值(顺序)返回值类型返回值解释
r1subdomain.ConfigOption

wildcardToStop#

详细描述#

定义#

wildcardToStop(t bool) ConfigOption

参数#

参数名参数类型参数解释
tbool

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOption

workerConcurrent#

详细描述#

定义#

workerConcurrent(c int) ConfigOption

参数#

参数名参数类型参数解释
cint

返回值#

返回值(顺序)返回值类型返回值解释
r1ConfigOption