MCPcopy
hub / github.com/projectdiscovery/subfinder / Source

Struct Source

pkg/subscraping/sources/hackertarget/hackertarget.go:14–21  ·  view source on GitHub ↗

Source is the passive scraping agent

Source from the content-addressed store, hash-verified

12
13// Source is the passive scraping agent
14type Source struct {
15 apiKeys []string
16 timeTaken time.Duration
17 errors int
18 results int
19 requests int
20 skipped bool
21}
22
23// Run function returns all subdomains found with the service
24func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Session) <-chan subscraping.Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected