Documentation
¶
Index ¶
- Variables
- func Contains(s []string, e string) bool
- func ExtractDomain(domain string, silent bool)
- func ExtractDomains(ipRange string)
- func ExtractNetwork(ip string, silent bool, onlydomains bool, onlynetworks bool)
- func GetVtReport(domain string) uint64
- func IdentifyTarget(target string)
- func IsIpAddr(ipAddr string) bool
- func IsIpNet(ipAddr string) bool
- func ParseHTML(body io.Reader)
- func ParseStdin()
- func Request(url string) string
- func RunCrawler()
- func ShowBanner()
- type Conf
- type Result
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultConfigLocation = filepath.Join(configDir, "config.yaml") Hosts []string Networks []string Domains []string )
View Source
var OptionCmd = &options{}
View Source
var Results = make(map[string]Result)
Functions ¶
func ExtractDomain ¶ added in v1.0.2
func ExtractDomains ¶
func ExtractDomains(ipRange string)
func ExtractNetwork ¶
func GetVtReport ¶
func IdentifyTarget ¶
func IdentifyTarget(target string)
func ParseStdin ¶ added in v1.0.2
func ParseStdin()
func RunCrawler ¶ added in v1.0.2
func RunCrawler()
func ShowBanner ¶
func ShowBanner()
Types ¶
Click to show internal directories.
Click to hide internal directories.