api

package
v0.0.0-...-86d29b1 Latest Latest
Warning

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

Go to latest
Published: May 17, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CrtShAPI

type CrtShAPI struct {
	// contains filtered or unexported fields
}

func NewCrtShAPI

func NewCrtShAPI() *CrtShAPI

func (*CrtShAPI) ExtractAssets

func (c *CrtShAPI) ExtractAssets(domain string) ([]string, []string, error)

type DNSDumpsterAPI

type DNSDumpsterAPI struct {
	// contains filtered or unexported fields
}

func NewDNSDumpsterAPI

func NewDNSDumpsterAPI(apiKey string) *DNSDumpsterAPI

func (*DNSDumpsterAPI) ExtractAssets

func (d *DNSDumpsterAPI) ExtractAssets(domain string) ([]string, []string, error)

type FofaAPI

type FofaAPI struct {
	// contains filtered or unexported fields
}

func NewFofaAPI

func NewFofaAPI(apiKey string) *FofaAPI

func (*FofaAPI) ExtractAssets

func (f *FofaAPI) ExtractAssets(domain string) ([]string, []string, error)

type Module

type Module struct {
	Name string
	API  interface {
		ExtractAssets(domain string) (domains, ips []string, err error)
	}
	Reason string
}

func LoadEnabledAPIs

func LoadEnabledAPIs() []Module

type ShodanAPI

type ShodanAPI struct {
	// contains filtered or unexported fields
}

func NewShodanAPI

func NewShodanAPI(apiKey string) *ShodanAPI

func (*ShodanAPI) ExtractAssets

func (s *ShodanAPI) ExtractAssets(domain string) ([]string, []string, error)

type VirusTotalAPI

type VirusTotalAPI struct {
	// contains filtered or unexported fields
}

func NewVirusTotalAPI

func NewVirusTotalAPI(apiKey string) *VirusTotalAPI

func (*VirusTotalAPI) ExtractAssets

func (v *VirusTotalAPI) ExtractAssets(domain string) ([]string, []string, error)

Jump to

Keyboard shortcuts

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