Documentation
¶
Index ¶
- type DomainsCountResponse
- type DomainsResponse
- type Item
- type Source
- func (s *Source) AddApiKeys(keys []string)
- func (s *Source) DiscoveryType() source.DiscoveryType
- func (s *Source) IsDefault() bool
- func (s *Source) Name() string
- func (s *Source) NeedsKey() bool
- func (s *Source) Run(ctx context.Context, query string, sess *session.Session) <-chan source.Result
- func (s *Source) Statistics() source.Statistics
- func (s *Source) SupportedDiscoveryModes() []source.DiscoveryMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainsCountResponse ¶
type DomainsCountResponse struct {
Count int `json:"count"`
}
type DomainsResponse ¶
type Item ¶
type Item struct {
Data struct {
A []string `json:"a,omitempty"`
Txt []string `json:"txt,omitempty"`
LastUpdated string `json:"last_updated,omitempty"`
Timestamp string `json:"@timestamp,omitempty"`
Ns []string `json:"ns,omitempty"`
Level int `json:"level,omitempty"`
Zone string `json:"zone,omitempty"`
Domain string `json:"domain,omitempty"`
Cname []string `json:"cname,omitempty"`
Mx []string `json:"mx,omitempty"`
} `json:"data"`
}
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) AddApiKeys ¶
func (*Source) DiscoveryType ¶
func (s *Source) DiscoveryType() source.DiscoveryType
func (*Source) Statistics ¶
func (s *Source) Statistics() source.Statistics
func (*Source) SupportedDiscoveryModes ¶
func (s *Source) SupportedDiscoveryModes() []source.DiscoveryMode
TODO: add support for TLD; search for Paypal domains in every TLDs: domain:paypal.* level:2
Click to show internal directories.
Click to hide internal directories.