Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( JSONOut bool // which record types to scan RRtypes = map[string]bool{ "CNAME": true, } RootCmd = &cobra.Command{ Use: "d", Short: "Scan for dark (stale) Route53 records", Run: scanner, } )
View Source
var DB = make(map[string][]dnsRecord)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.