domainscan

package
v0.0.0-...-aeed52e Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckWildcard

func CheckWildcard(domain string) (ok bool)

func GetDefaultCdnCnameData

func GetDefaultCdnCnameData() []string

func GetDefaultCdnIpData

func GetDefaultCdnIpData() []string

func GetDefaultSubNextData

func GetDefaultSubNextData() []string

func GetDefaultSubdomainData

func GetDefaultSubdomainData() []string

func IpContains

func IpContains(cidr string, ip string) bool

Types

type Options

type Options struct {
	Layer         int
	SubdomainData []string
	SubnextData   []string
	CdnCnameData  []string
	CdnIpData     []string
	Providers     *runner.Providers
}

type Result

type Result struct {
	Domain string
	Ip     string
	Cdn    bool
}

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

func NewRunner

func NewRunner(options *Options) (*Runner, error)

func (*Runner) CheckCDN

func (r *Runner) CheckCDN(ip string) bool

func (*Runner) Run

func (r *Runner) Run(domains []string) (results []*Result)

func (*Runner) RunEnumeration

func (r *Runner) RunEnumeration(domain string) (results []*Result)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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