conf

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TESTDOMAIN = "github.com"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Domain   string // 目标域名
	Wordlist string // 字典路径
	Resolver string // DNS服务器
	Thread   int    // enumerator并发数
	Rate     int    // 每秒最大发包数
	Retry    int    // 重试次数
	Check    bool   // 是否开启有效性检查
}

func (*Config) Verify

func (c *Config) Verify() error

Verify 检查参数是否正常

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL