scanmalware

package
v2.20.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package scanmalware is a port of the subfinder source added in v2.16.0. ScanMalware is a free sandboxed URL scanner with a public archive. No API key is required.

Three independent endpoints are queried and merged:

  • /api/v1/ct/dns/{domain} — hosts observed in Certificate Transparency DNS
  • /api/v1/search/smql — hosts present in the public scan archive
  • /api/v1/hosts/{domain} — hosts a browser resolved while rendering pages

A failure in one query does not skip the others. The API caps some lists and reports truncation; that is surfaced as an error result rather than silently returning a partial list as if it were complete.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Source

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

Source is the passive scraping agent

func (*Source) AddApiKeys

func (s *Source) AddApiKeys(_ []string)

func (*Source) HasRecursiveSupport

func (s *Source) HasRecursiveSupport() bool

func (*Source) IsDefault

func (s *Source) IsDefault() bool

func (*Source) KeyRequirement

func (s *Source) KeyRequirement() subscraping.KeyRequirement

func (*Source) Name

func (s *Source) Name() string

func (*Source) Run

func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Session) <-chan subscraping.Result

Run function returns all subdomains found with the service

func (*Source) Statistics

func (s *Source) Statistics() subscraping.Statistics

Jump to

Keyboard shortcuts

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