Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + const BaseURL + const DefaultUserAgent + const Host + type Client struct + HTTP *http.Client + Rate time.Duration + Retries int + UserAgent string + func NewClient() *Client + func (c *Client) Get(ctx context.Context, url string) ([]byte, error) + func (c *Client) Result(ctx context.Context, uuid string) (*ScanDetail, error) + func (c *Client) Search(ctx context.Context, query string, size int) ([]*ScanResult, error) + type Config struct + Rate time.Duration + Retries int + Timeout time.Duration + UserAgent string + func DefaultConfig() Config + type Domain struct + func (Domain) Classify(input string) (uriType, id string, err error) + func (Domain) Info() kit.DomainInfo + func (Domain) Locate(uriType, id string) (string, error) + func (Domain) Register(app *kit.App) + type ScanDetail struct + ASN string + ASNName string + City string + Country string + Domain string + Domains []string + IP string + IPs []string + Requests int + Server string + Title string + URL string + UUID string + type ScanResult struct + Country string + Domain string + IP string + Method string + Server string + Time string + Title string + URL string + UUID string