axfr

package
v0.0.0-...-9c86ed2 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2019 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Example (Report_printReport)
r := generateReport()
r.printReport(false, false)
Output:

==== Report for google.com ====
mail.google.com
secret.google.com
priv8.google.com
Example (Report_printReport_second)
r := generateReport()
r.printReport(true, false)
Output:

{"domain":"google.com","subdomains":[{"URL":"mail.google.com","statusCode":0},{"URL":"secret.google.com","statusCode":0},{"URL":"priv8.google.com","statusCode":0}]}

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	URLs            []string
	VerifyURLStatus bool
	JSONFlag        bool
}

Options contains the options for the axfr module

func (*Options) StartAXFR

func (opts *Options) StartAXFR()

StartAXFR is the init function of the module

Jump to

Keyboard shortcuts

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