Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Version of gau
Version = `1.2.0`
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonAPIResult ¶
type CommonAPIResult []struct {
API string `json:"cdx-api"`
}
type CommonPaginationResult ¶
type CommonProvider ¶
type CommonProvider struct {
*Config
// contains filtered or unexported fields
}
type CommonResult ¶
type Config ¶
type OTXProvider ¶
type OTXProvider struct {
*Config
}
type OTXResult ¶
type OTXResult struct {
HasNext bool `json:"has_next"`
ActualSize int `json:"actual_size"`
URLList []struct {
Domain string `json:"domain"`
URL string `json:"url"`
Hostname string `json:"hostname"`
HTTPCode int `json:"httpcode"`
PageNum int `json:"page_num"`
FullSize int `json:"full_size"`
Paged bool `json:"paged"`
} `json:"url_list"`
}
type Provider ¶
A generic interface for providers
func NewCommonProvider ¶
func NewOTXProvider ¶
func NewWaybackProvider ¶
type WaybackPaginationResult ¶
type WaybackPaginationResult uint
type WaybackProvider ¶
type WaybackProvider struct {
*Config
}
type WaybackResult ¶
type WaybackResult [][]string
Click to show internal directories.
Click to hide internal directories.